|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Animator.AnimatorListener | |
|---|---|
| com.actionbarsherlock.internal.nineoldandroids.animation | |
| com.actionbarsherlock.internal.widget | |
| Uses of Animator.AnimatorListener in com.actionbarsherlock.internal.nineoldandroids.animation |
|---|
| Classes in com.actionbarsherlock.internal.nineoldandroids.animation that implement Animator.AnimatorListener | |
|---|---|
class |
AnimatorListenerAdapter
This adapter class provides empty implementations of the methods from Animator.AnimatorListener. |
| Methods in com.actionbarsherlock.internal.nineoldandroids.animation that return types with arguments of type Animator.AnimatorListener | |
|---|---|
ArrayList<Animator.AnimatorListener> |
Animator.getListeners()
Gets the set of Animator.AnimatorListener objects that are currently
listening for events on this Animator object. |
| Methods in com.actionbarsherlock.internal.nineoldandroids.animation with parameters of type Animator.AnimatorListener | |
|---|---|
void |
Animator.addListener(Animator.AnimatorListener listener)
Adds a listener to the set of listeners that are sent events through the life of an animation, such as start, repeat, and end. |
void |
Animator.removeListener(Animator.AnimatorListener listener)
Removes a listener from the set listening to this animation. |
| Uses of Animator.AnimatorListener in com.actionbarsherlock.internal.widget |
|---|
| Classes in com.actionbarsherlock.internal.widget that implement Animator.AnimatorListener | |
|---|---|
protected class |
AbsActionBarView.VisibilityAnimListener
|
class |
ActionBarContextView
|
protected class |
ScrollingTabContainerView.VisibilityAnimListener
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||