added in version 26.1.0
belongs to Maven artifact com.android.support:design:27.1.0
belongs to Maven artifact com.android.support:design:27.1.0
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
added in version 26.1.0
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
added in version 26.1.0
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
- CoordinatorLayout.AttachedBehavior
- 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