/frameworks/base/libs/hwui/ |
D | PropertyValuesAnimatorSet.h | 52 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 {
|
D | Animator.h | 40 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;
|
D | PropertyValuesAnimatorSet.cpp | 48 sp<AnimationListener> listener = std::move(mOneShotListener); in onFinished() 86 void PropertyValuesAnimatorSet::start(AnimationListener* listener) { in start() 93 void PropertyValuesAnimatorSet::reverse(AnimationListener* listener) { in reverse()
|
D | AnimationContext.h | 31 class AnimationListener; variable 101 AnimationListener* listener);
|
D | RootRenderNode.cpp | 47 sp<AnimationListener> mListener; 272 virtual void callOnFinished(BaseRenderNodeAnimator* animator, AnimationListener* listener) { in callOnFinished()
|
D | AnimationContext.cpp | 79 AnimationListener* listener) { in callOnFinished()
|
/frameworks/base/libs/hwui/jni/ |
D | android_graphics_drawable_AnimatedVectorDrawable.cpp | 44 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()
|
D | android_graphics_animation_RenderNodeAnimator.cpp | 43 class AnimationListenerLifecycleChecker : public AnimationListener { 52 class AnimationListenerBridge : public AnimationListener {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/wakelock/ |
D | KeepAwakeAnimationListener.java | 28 implements Animation.AnimationListener {
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DragState.java | 647 final AnimationListener listener = new AnimationListener(); in createReturnAnimationLocked() 665 final AnimationListener listener = new AnimationListener(); in createCancelAnimationLocked() 686 private class AnimationListener class in DragState
|
D | AppTransition.java | 1826 anim.setAnimationListener(new Animation.AnimationListener() { in setAppTransitionFinishedCallbackIfNeeded()
|
/frameworks/base/core/java/android/view/animation/ |
D | Animation.java | 191 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/ |
D | SlidingTab.java | 37 import android.view.animation.Animation.AnimationListener; 102 private final AnimationListener mAnimationDoneListener = new AnimationListener() { 684 trans1.setAnimationListener(new AnimationListener() {
|
D | FloatingToolbar.java | 372 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/ |
D | PhotoViewController.java | 34 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/ |
D | KeyguardSliceView.java | 342 private final Animation.AnimationListener mKeepAwakeListener;
|
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 211 private Animation.AnimationListener mAnimationListener; 7552 public Animation.AnimationListener getLayoutAnimationListener() { in getLayoutAnimationListener() 7665 public void setLayoutAnimationListener(Animation.AnimationListener animationListener) { in setLayoutAnimationListener()
|
/frameworks/base/boot/ |
D | preloaded-classes | 7840 android.view.animation.Animation$AnimationListener
|
D | boot-image-profile.txt | 19081 …w/animation/Animation;->setAnimationListener(Landroid/view/animation/Animation$AnimationListener;)V 31589 Landroid/view/animation/Animation$AnimationListener;
|
/frameworks/base/config/ |
D | preloaded-classes | 7861 android.view.animation.Animation$AnimationListener
|
D | boot-image-profile.txt | 19129 …w/animation/Animation;->setAnimationListener(Landroid/view/animation/Animation$AnimationListener;)V 41253 Landroid/view/animation/Animation$AnimationListener;
|
/frameworks/base/core/api/ |
D | current.txt | 49619 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/ |
D | android-22.txt | 34121 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/ |
D | art-profile | 46331 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/ |
D | hiddenapi-max-target-o.txt | 67506 Landroid/view/ViewGroup;->mAnimationListener:Landroid/view/animation/Animation$AnimationListener;
|