Home
last modified time | relevance | path

Searched refs:AnimationListener (Results 1 – 22 of 22) 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 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;
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);
DAnimationContext.cpp79 AnimationListener* listener) { in callOnFinished()
/frameworks/base/core/jni/
Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp47 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()
Dandroid_view_RenderNodeAnimator.cpp48 class AnimationListenerLifecycleChecker : public AnimationListener {
57 class AnimationListenerBridge : public AnimationListener {
Dandroid_view_ThreadedRenderer.cpp96 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/
DDragState.java659 final AnimationListener listener = new AnimationListener(); in createReturnAnimationLocked()
677 final AnimationListener listener = new AnimationListener(); in createCancelAnimationLocked()
698 private class AnimationListener class in DragState
DAppTransition.java1405 set.setAnimationListener(new Animation.AnimationListener() { in createAspectScaledThumbnailFreeformAnimationLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/wakelock/
DKeepAwakeAnimationListener.java28 implements Animation.AnimationListener {
/frameworks/base/core/java/android/view/animation/
DAnimation.java191 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/
DSlidingTab.java39 import android.view.animation.Animation.AnimationListener;
102 private final AnimationListener mAnimationDoneListener = new AnimationListener() {
684 trans1.setAnimationListener(new AnimationListener() {
DFloatingToolbar.java394 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/
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.java428 private final Animation.AnimationListener mKeepAwakeListener;
/frameworks/base/core/java/android/view/
DViewGroup.java191 private Animation.AnimationListener mAnimationListener;
7254 public Animation.AnimationListener getLayoutAnimationListener() { in getLayoutAnimationListener()
7367 public void setLayoutAnimationListener(Animation.AnimationListener animationListener) { in setLayoutAnimationListener()
/frameworks/base/config/
Dpreloaded-classes4056 android.view.animation.Animation$AnimationListener
Dboot-image-profile.txt17966 …w/animation/Animation;->setAnimationListener(Landroid/view/animation/Animation$AnimationListener;)V
36771 Landroid/view/animation/Animation$AnimationListener;
Dhiddenapi-greylist-max-o.txt84166 Landroid/view/ViewGroup;->mAnimationListener:Landroid/view/animation/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/api/
Dcurrent.txt51111 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 {