/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 ANDROID_API virtual ~AnimationListener() {} in ~AnimationListener() 64 ANDROID_API 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 | AnimationContext.cpp | 79 AnimationListener* listener) { in callOnFinished()
|
/frameworks/base/core/jni/ |
D | android_graphics_drawable_AnimatedVectorDrawable.cpp | 47 static AnimationListener* createAnimationListener(JNIEnv* env, jobject finishListener, jint id) { in createAnimationListener() 48 class AnimationListenerBridge : public AnimationListener { in createAnimationListener() 168 AnimationListener* listener = createAnimationListener(env, finishListener, id); in start() 174 AnimationListener* listener = createAnimationListener(env, finishListener, id); in reverse()
|
D | android_view_RenderNodeAnimator.cpp | 48 class AnimationListenerLifecycleChecker : public AnimationListener { 57 class AnimationListenerBridge : public AnimationListener {
|
D | android_view_ThreadedRenderer.cpp | 96 OnFinishedEvent(BaseRenderNodeAnimator* animator, AnimationListener* listener) in OnFinishedEvent() 99 sp<AnimationListener> listener; 142 sp<AnimationListener> mListener; 430 virtual void callOnFinished(BaseRenderNodeAnimator* animator, AnimationListener* listener) { in callOnFinished()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DragState.java | 659 final AnimationListener listener = new AnimationListener(); in createReturnAnimationLocked() 677 final AnimationListener listener = new AnimationListener(); in createCancelAnimationLocked() 698 private class AnimationListener class in DragState
|
D | AppTransition.java | 1405 set.setAnimationListener(new Animation.AnimationListener() { in createAspectScaledThumbnailFreeformAnimationLocked()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/wakelock/ |
D | KeepAwakeAnimationListener.java | 28 implements Animation.AnimationListener {
|
/frameworks/base/core/java/android/view/animation/ |
D | Animation.java | 191 private AnimationListener mListener; 867 public void setAnimationListener(AnimationListener listener) { in setAnimationListener() 1225 public static interface AnimationListener { interface
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | SlidingTab.java | 39 import android.view.animation.Animation.AnimationListener; 102 private final AnimationListener mAnimationDoneListener = new AnimationListener() { 684 trans1.setAnimationListener(new AnimationListener() {
|
D | FloatingToolbar.java | 394 private final Animation.AnimationListener mOverflowAnimationListener; 1490 private Animation.AnimationListener createOverflowAnimationListener() { in createOverflowAnimationListener() 1491 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 | 428 private final Animation.AnimationListener mKeepAwakeListener;
|
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 191 private Animation.AnimationListener mAnimationListener; 7254 public Animation.AnimationListener getLayoutAnimationListener() { in getLayoutAnimationListener() 7367 public void setLayoutAnimationListener(Animation.AnimationListener animationListener) { in setLayoutAnimationListener()
|
/frameworks/base/config/ |
D | preloaded-classes | 4056 android.view.animation.Animation$AnimationListener
|
D | boot-image-profile.txt | 17966 …w/animation/Animation;->setAnimationListener(Landroid/view/animation/Animation$AnimationListener;)V 36771 Landroid/view/animation/Animation$AnimationListener;
|
D | hiddenapi-greylist-max-o.txt | 84166 Landroid/view/ViewGroup;->mAnimationListener:Landroid/view/animation/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/api/ |
D | current.txt | 51111 method public android.view.animation.Animation.AnimationListener getLayoutAnimationListener(); 51175 … method public void setLayoutAnimationListener(android.view.animation.Animation.AnimationListener); 52517 method public void setAnimationListener(android.view.animation.Animation.AnimationListener); 52547 public static interface Animation.AnimationListener {
|