/aosp14/frameworks/base/libs/hwui/ |
H A 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 {
|
H A 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;
|
H A 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()
|
H A D | AnimationContext.h | 31 class AnimationListener; variable 101 AnimationListener* listener);
|
H A D | RootRenderNode.cpp | 47 sp<AnimationListener> mListener; 272 virtual void callOnFinished(BaseRenderNodeAnimator* animator, AnimationListener* listener) { in callOnFinished()
|
H A D | AnimationContext.cpp | 79 AnimationListener* listener) { in callOnFinished()
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A 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()
|
H A D | android_graphics_animation_RenderNodeAnimator.cpp | 43 class AnimationListenerLifecycleChecker : public AnimationListener { 52 class AnimationListenerBridge : public AnimationListener {
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/ |
H A D | DialogAnimationController.java | 160 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 D | DragState.java | 662 final AnimationListener listener = new AnimationListener(); in createReturnAnimationLocked() 680 final AnimationListener listener = new AnimationListener(); in createCancelAnimationLocked() 701 private class AnimationListener class in DragState
|
H A D | AppTransition.java | 1640 anim.setAnimationListener(new Animation.AnimationListener() { in setAppTransitionFinishedCallbackIfNeeded()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/wakelock/ |
H A D | KeepAwakeAnimationListener.java | 28 implements Animation.AnimationListener {
|
/aosp14/frameworks/base/core/java/android/view/animation/ |
H A D | Animation.java | 191 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 D | SlidingTab.java | 36 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 D | LocalFloatingToolbarPopup.java | 119 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 D | UserSwitchingDialog.java | 311 animation.setAnimationListener(new Animation.AnimationListener() { in startDialogAnimation()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardSliceView.java | 304 private final Animation.AnimationListener mKeepAwakeListener;
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | ChooserActivity.java | 4234 Animation.AnimationListener { 4259 public void setAnimationListener(AnimationListener listener) {
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | ViewGroup.java | 213 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 D | preloaded-classes | 9034 android.view.animation.Animation$AnimationListener
|
H A D | boot-image-profile.txt | 18948 …w/animation/Animation;->setAnimationListener(Landroid/view/animation/Animation$AnimationListener;)V 31832 Landroid/view/animation/Animation$AnimationListener;
|
/aosp14/frameworks/base/config/ |
H A D | preloaded-classes | 9065 android.view.animation.Animation$AnimationListener
|
H A D | boot-image-profile.txt | 19012 …w/animation/Animation;->setAnimationListener(Landroid/view/animation/Animation$AnimationListener;)V 41966 Landroid/view/animation/Animation$AnimationListener;
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 53122 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |