BaseTransientBottomBar.ContentViewCallback
public
static
interface
BaseTransientBottomBar.ContentViewCallback
| android.support.design.widget.BaseTransientBottomBar.ContentViewCallback |
Interface that defines the behavior of the main content of a transient bottom bar.
Summary
Public methods | |
|---|---|
abstract
void
|
animateContentIn(int delay, int duration)
Animates the content of the transient bottom bar in. |
abstract
void
|
animateContentOut(int delay, int duration)
Animates the content of the transient bottom bar out. |
Public methods
animateContentIn
void animateContentIn (int delay,
int duration)
Animates the content of the transient bottom bar in.
| Parameters | |
|---|---|
delay |
int:
Animation delay. |
duration |
int:
Animation duration.
|
animateContentOut
void animateContentOut (int delay,
int duration)
Animates the content of the transient bottom bar out.
| Parameters | |
|---|---|
delay |
int:
Animation delay. |
duration |
int:
Animation duration.
|
Annotations
Interfaces
- AppBarLayout.OnOffsetChangedListener
- BaseTransientBottomBar.ContentViewCallback
- BottomNavigationView.OnNavigationItemReselectedListener
- BottomNavigationView.OnNavigationItemSelectedListener
- NavigationView.OnNavigationItemSelectedListener
- SwipeDismissBehavior.OnDismissListener
- TabLayout.OnTabSelectedListener
Classes
- AppBarLayout
- AppBarLayout.Behavior
- AppBarLayout.Behavior.DragCallback
- AppBarLayout.Behavior.SavedState
- AppBarLayout.LayoutParams
- AppBarLayout.ScrollingViewBehavior
- BaseTransientBottomBar
- BaseTransientBottomBar.BaseCallback
- BottomNavigationView
- BottomSheetBehavior
- BottomSheetBehavior.BottomSheetCallback
- BottomSheetBehavior.SavedState
- BottomSheetDialog
- BottomSheetDialogFragment
- CollapsingToolbarLayout
- CollapsingToolbarLayout.LayoutParams
- CoordinatorLayout
- CoordinatorLayout.Behavior
- CoordinatorLayout.LayoutParams
- CoordinatorLayout.SavedState
- FloatingActionButton
- FloatingActionButton.Behavior
- FloatingActionButton.OnVisibilityChangedListener
- NavigationView
- NavigationView.SavedState
- Snackbar
- Snackbar.Callback
- SwipeDismissBehavior
- TabItem
- TabLayout
- TabLayout.Tab
- TabLayout.TabLayoutOnPageChangeListener
- TabLayout.ViewPagerOnTabSelectedListener
- TextInputEditText
- TextInputLayout

