| Package | Description |
|---|---|
| com.actionbarsherlock.internal.nineoldandroids.animation | |
| com.actionbarsherlock.internal.widget |
| Modifier and Type | Class and Description |
|---|---|
class |
AnimatorListenerAdapter
This adapter class provides empty implementations of the methods from
Animator.AnimatorListener. |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Animator.AnimatorListener> |
Animator.getListeners()
Gets the set of
Animator.AnimatorListener objects that are currently
listening for events on this Animator object. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbsActionBarView.VisibilityAnimListener |
class |
ActionBarContextView |
protected class |
ScrollingTabContainerView.VisibilityAnimListener |
Copyright © 2012-2013. All Rights Reserved.