public static interface ToolbarManager.Animator
| Modifier and Type | Method and Description |
|---|---|
android.view.animation.Animation |
getInAnimation(android.view.View v,
int position)
Get the animation of the menu item view will be added.
|
android.view.animation.Animation |
getOutAnimation(android.view.View v,
int position)
Get the animation of the menu item view will be removed.
|
android.view.animation.Animation getOutAnimation(android.view.View v,
int position)
v - The menu item view.position - The position of item.android.view.animation.Animation getInAnimation(android.view.View v,
int position)
v - The menu item view.position - The position of item.