Home
last modified time | relevance | path

Searched refs:AnimationListener (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/libs/hwui/
DPropertyValuesAnimatorSet.h52 void start(AnimationListener* listener);
53 void reverse(AnimationListener* listener);
64 AnimationListener* getOneShotListener() { return mOneShotListener.get(); } in getOneShotListener()
77 sp<AnimationListener> mOneShotListener;
88 class PropertyAnimatorSetListener : public AnimationListener {
DAnimator.h40 class AnimationListener : public VirtualLightRefBase {
45 virtual ~AnimationListener() {} in ~AnimationListener()
64 void setListener(AnimationListener* listener) { mListener = listener; } in setListener()
65 AnimationListener* listener() { return mListener.get(); } in listener()
157 sp<AnimationListener> mListener;
DPropertyValuesAnimatorSet.cpp48 sp<AnimationListener> listener = std::move(mOneShotListener); in onFinished()
86 void PropertyValuesAnimatorSet::start(AnimationListener* listener) { in start()
93 void PropertyValuesAnimatorSet::reverse(AnimationListener* listener) { in reverse()
DAnimationContext.h31 class AnimationListener; variable
101 AnimationListener* listener);
DRootRenderNode.cpp47 sp<AnimationListener> mListener;
272 virtual void callOnFinished(BaseRenderNodeAnimator* animator, AnimationListener* listener) { in callOnFinished()
DAnimationContext.cpp79 AnimationListener* listener) { in callOnFinished()
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp44 static AnimationListener* createAnimationListener(JNIEnv* env, jobject finishListener, jint id) { in createAnimationListener()
45 class AnimationListenerBridge : public AnimationListener { in createAnimationListener()
165 AnimationListener* listener = createAnimationListener(env, finishListener, id); in start()
171 AnimationListener* listener = createAnimationListener(env, finishListener, id); in reverse()
Dandroid_graphics_animation_RenderNodeAnimator.cpp43 class AnimationListenerLifecycleChecker : public AnimationListener {
52 class AnimationListenerBridge : public AnimationListener {
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/wakelock/
DKeepAwakeAnimationListener.java28 implements Animation.AnimationListener {
/frameworks/base/services/core/java/com/android/server/wm/
DDragState.java647 final AnimationListener listener = new AnimationListener(); in createReturnAnimationLocked()
665 final AnimationListener listener = new AnimationListener(); in createCancelAnimationLocked()
686 private class AnimationListener class in DragState
DAppTransition.java1826 anim.setAnimationListener(new Animation.AnimationListener() { in setAppTransitionFinishedCallbackIfNeeded()
/frameworks/base/core/java/android/view/animation/
DAnimation.java191 private AnimationListener mListener;
875 public void setAnimationListener(AnimationListener listener) { in setAnimationListener()
1233 public static interface AnimationListener { interface
/frameworks/base/core/java/com/android/internal/widget/
DSlidingTab.java37 import android.view.animation.Animation.AnimationListener;
102 private final AnimationListener mAnimationDoneListener = new AnimationListener() {
684 trans1.setAnimationListener(new AnimationListener() {
DFloatingToolbar.java372 private final Animation.AnimationListener mOverflowAnimationListener;
1498 private Animation.AnimationListener createOverflowAnimationListener() { in createOverflowAnimationListener()
1499 Animation.AnimationListener listener = new Animation.AnimationListener() { in createOverflowAnimationListener()
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewController.java34 import android.view.animation.Animation.AnimationListener;
1058 AnimationListener listener = new AnimationListener() { in runEnterAnimation()
1147 AnimationListener listener = new AnimationListener() { in runExitAnimation()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSliceView.java342 private final Animation.AnimationListener mKeepAwakeListener;
/frameworks/base/core/java/android/view/
DViewGroup.java211 private Animation.AnimationListener mAnimationListener;
7552 public Animation.AnimationListener getLayoutAnimationListener() { in getLayoutAnimationListener()
7665 public void setLayoutAnimationListener(Animation.AnimationListener animationListener) { in setLayoutAnimationListener()
/frameworks/base/boot/
Dpreloaded-classes7840 android.view.animation.Animation$AnimationListener
Dboot-image-profile.txt19081 …w/animation/Animation;->setAnimationListener(Landroid/view/animation/Animation$AnimationListener;)V
31589 Landroid/view/animation/Animation$AnimationListener;
/frameworks/base/config/
Dpreloaded-classes7861 android.view.animation.Animation$AnimationListener
Dboot-image-profile.txt19129 …w/animation/Animation;->setAnimationListener(Landroid/view/animation/Animation$AnimationListener;)V
41253 Landroid/view/animation/Animation$AnimationListener;
/frameworks/base/core/api/
Dcurrent.txt49619 method public android.view.animation.Animation.AnimationListener getLayoutAnimationListener();
49683 … method public void setLayoutAnimationListener(android.view.animation.Animation.AnimationListener);
51198 method public void setAnimationListener(android.view.animation.Animation.AnimationListener);
51228 public static interface Animation.AnimationListener {
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34121 method public android.view.animation.Animation.AnimationListener getLayoutAnimationListener();
34181 … method public void setLayoutAnimationListener(android.view.animation.Animation.AnimationListener);
35277 method public void setAnimationListener(android.view.animation.Animation.AnimationListener);
35307 public static abstract interface Animation.AnimationListener {
/frameworks/base/services/
Dart-profile46331 PLcom/android/server/wm/DragState$AnimationListener;-><init>(Lcom/android/server/wm/DragState;)V
46332 PLcom/android/server/wm/DragState$AnimationListener;-><init>(Lcom/android/server/wm/DragState;Lcom/…
46333 PLcom/android/server/wm/DragState$AnimationListener;->onAnimationEnd(Landroid/animation/Animator;)V
46334 PLcom/android/server/wm/DragState$AnimationListener;->onAnimationStart(Landroid/animation/Animator;…
46335 HPLcom/android/server/wm/DragState$AnimationListener;->onAnimationUpdate(Landroid/animation/ValueAn…
56457 Lcom/android/server/wm/DragState$AnimationListener;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt67506 Landroid/view/ViewGroup;->mAnimationListener:Landroid/view/animation/Animation$AnimationListener;