Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/libs/hwui/
H A 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 {
H A 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;
H A 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()
H A DAnimationContext.h31 class AnimationListener; variable
101 AnimationListener* listener);
H A DRootRenderNode.cpp47 sp<AnimationListener> mListener;
272 virtual void callOnFinished(BaseRenderNodeAnimator* animator, AnimationListener* listener) { in callOnFinished()
H A DAnimationContext.cpp79 AnimationListener* listener) { in callOnFinished()
/aosp14/frameworks/base/libs/hwui/jni/
H A 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()
H A Dandroid_graphics_animation_RenderNodeAnimator.cpp43 class AnimationListenerLifecycleChecker : public AnimationListener {
52 class AnimationListenerBridge : public AnimationListener {
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
H A DDialogAnimationController.java160 private Animation.AnimationListener getAnimationListener(Runnable startCallback, in getAnimationListener()
162 return new Animation.AnimationListener() { in getAnimationListener()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDragState.java662 final AnimationListener listener = new AnimationListener(); in createReturnAnimationLocked()
680 final AnimationListener listener = new AnimationListener(); in createCancelAnimationLocked()
701 private class AnimationListener class in DragState
H A DAppTransition.java1640 anim.setAnimationListener(new Animation.AnimationListener() { in setAppTransitionFinishedCallbackIfNeeded()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/wakelock/
H A DKeepAwakeAnimationListener.java28 implements Animation.AnimationListener {
/aosp14/frameworks/base/core/java/android/view/animation/
H A DAnimation.java191 private AnimationListener mListener;
960 public void setAnimationListener(AnimationListener listener) { in setAnimationListener()
1338 public static interface AnimationListener { interface
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DSlidingTab.java36 import android.view.animation.Animation.AnimationListener;
99 private final AnimationListener mAnimationDoneListener = new AnimationListener() {
681 trans1.setAnimationListener(new AnimationListener() {
/aosp14/frameworks/base/core/java/com/android/internal/widget/floatingtoolbar/
H A DLocalFloatingToolbarPopup.java119 private final Animation.AnimationListener mOverflowAnimationListener;
1252 private Animation.AnimationListener createOverflowAnimationListener() { in createOverflowAnimationListener()
1253 Animation.AnimationListener listener = new Animation.AnimationListener() { in createOverflowAnimationListener()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DUserSwitchingDialog.java311 animation.setAnimationListener(new Animation.AnimationListener() { in startDialogAnimation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSliceView.java304 private final Animation.AnimationListener mKeepAwakeListener;
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java4234 Animation.AnimationListener {
4259 public void setAnimationListener(AnimationListener listener) {
/aosp14/frameworks/base/core/java/android/view/
H A DViewGroup.java213 private Animation.AnimationListener mAnimationListener;
7703 public Animation.AnimationListener getLayoutAnimationListener() { in getLayoutAnimationListener()
7816 public void setLayoutAnimationListener(Animation.AnimationListener animationListener) { in setLayoutAnimationListener()
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes9034 android.view.animation.Animation$AnimationListener
H A Dboot-image-profile.txt18948 …w/animation/Animation;->setAnimationListener(Landroid/view/animation/Animation$AnimationListener;)V
31832 Landroid/view/animation/Animation$AnimationListener;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes9065 android.view.animation.Animation$AnimationListener
H A Dboot-image-profile.txt19012 …w/animation/Animation;->setAnimationListener(Landroid/view/animation/Animation$AnimationListener;)V
41966 Landroid/view/animation/Animation$AnimationListener;
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt53122 method public android.view.animation.Animation.AnimationListener getLayoutAnimationListener();
53186 … method public void setLayoutAnimationListener(android.view.animation.Animation.AnimationListener);
54822 method public void setAnimationListener(android.view.animation.Animation.AnimationListener);
54854 public static interface Animation.AnimationListener {
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...

12