/aosp12/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()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/animation/ |
H A D | AnimationListenerAdapter.java | 20 import android.view.animation.Animation.AnimationListener; 26 public class AnimationListenerAdapter implements AnimationListener {
|
/aosp12/packages/apps/PhoneCommon/src/com/android/phone/common/animation/ |
H A D | AnimationListenerAdapter.java | 20 import android.view.animation.Animation.AnimationListener; 26 public class AnimationListenerAdapter implements AnimationListener {
|
/aosp12/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 {
|
/aosp12/packages/apps/StorageManager/src/com/android/storagemanager/utils/ |
H A D | Utils.java | 21 import android.view.animation.Animation.AnimationListener; 42 new AnimationListener() { in setViewShown()
|
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
H A D | IndicatorControlBarContainer.java | 28 import android.view.animation.Animation.AnimationListener; 93 private AnimationListener mAnimationListener = new AnimationListener() {
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
H A D | MovieControllerOverlay.java | 25 import android.view.animation.Animation.AnimationListener; 33 AnimationListener {
|
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/ |
H A D | ModePicker.java | 30 import android.view.animation.Animation.AnimationListener; 123 private AnimationListener mAnimationListener = new AnimationListener() {
|
/aosp12/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/ |
H A D | CrossfadeImageView.java | 120 private final Animation.AnimationListener mAnimationListener = 121 new Animation.AnimationListener() {
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DragState.java | 653 final AnimationListener listener = new AnimationListener(); in createReturnAnimationLocked() 671 final AnimationListener listener = new AnimationListener(); in createCancelAnimationLocked() 692 private class AnimationListener class in DragState
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/television/ |
H A D | PermissionsFrameFragment.java | 24 import android.view.animation.Animation.AnimationListener; 117 animation.setAnimationListener(new AnimationListener() { in setViewShown()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/ |
H A D | PieRenderer.java | 35 import android.view.animation.Animation.AnimationListener; 56 private Animation.AnimationListener mEndAction = new EndAction(); 249 mFadeIn.setAnimationListener(new AnimationListener() { in fadeIn() 522 mXFade.setAnimationListener(new AnimationListener() { in openCurrentItem() 750 private class EndAction implements Animation.AnimationListener {
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/ |
H A D | PieRenderer.java | 35 import android.view.animation.Animation.AnimationListener; 54 private Animation.AnimationListener endAction = new EndAction(); 253 new AnimationListener() { in fadeIn() 523 new AnimationListener() { in openCurrentItem() 744 private class EndAction implements Animation.AnimationListener {
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/ |
H A D | PermissionsFrameFragment.java | 27 import android.view.animation.Animation.AnimationListener; 197 animation.setAnimationListener(new AnimationListener() { in setViewShown()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/wakelock/ |
H A D | KeepAwakeAnimationListener.java | 28 implements Animation.AnimationListener {
|
/aosp12/frameworks/base/core/java/android/view/animation/ |
H A D | Animation.java | 191 private AnimationListener mListener; 875 public void setAnimationListener(AnimationListener listener) { in setAnimationListener() 1233 public static interface AnimationListener { interface
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | SlidingTab.java | 37 import android.view.animation.Animation.AnimationListener; 102 private final AnimationListener mAnimationDoneListener = new AnimationListener() { 684 trans1.setAnimationListener(new AnimationListener() {
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
H A D | WorkEduCard.java | 33 Animation.AnimationListener {
|
/aosp12/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
H A D | PhotoViewController.java | 34 import android.view.animation.Animation.AnimationListener; 1058 AnimationListener listener = new AnimationListener() { in runEnterAnimation() 1147 AnimationListener listener = new AnimationListener() { in runExitAnimation()
|