Home
last modified time | relevance | path

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

12

/aosp12/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()
/aosp12/packages/apps/Dialer/java/com/android/dialer/animation/
H A DAnimationListenerAdapter.java20 import android.view.animation.Animation.AnimationListener;
26 public class AnimationListenerAdapter implements AnimationListener {
/aosp12/packages/apps/PhoneCommon/src/com/android/phone/common/animation/
H A DAnimationListenerAdapter.java20 import android.view.animation.Animation.AnimationListener;
26 public class AnimationListenerAdapter implements AnimationListener {
/aosp12/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 {
/aosp12/packages/apps/StorageManager/src/com/android/storagemanager/utils/
H A DUtils.java21 import android.view.animation.Animation.AnimationListener;
42 new AnimationListener() { in setViewShown()
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DIndicatorControlBarContainer.java28 import android.view.animation.Animation.AnimationListener;
93 private AnimationListener mAnimationListener = new AnimationListener() {
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DMovieControllerOverlay.java25 import android.view.animation.Animation.AnimationListener;
33 AnimationListener {
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/
H A DModePicker.java30 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 DCrossfadeImageView.java120 private final Animation.AnimationListener mAnimationListener =
121 new Animation.AnimationListener() {
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDragState.java653 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 DPermissionsFrameFragment.java24 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 DPieRenderer.java35 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 DPieRenderer.java35 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 DPermissionsFrameFragment.java27 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 DKeepAwakeAnimationListener.java28 implements Animation.AnimationListener {
/aosp12/frameworks/base/core/java/android/view/animation/
H A DAnimation.java191 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 DSlidingTab.java37 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 DWorkEduCard.java33 Animation.AnimationListener {
/aosp12/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java34 import android.view.animation.Animation.AnimationListener;
1058 AnimationListener listener = new AnimationListener() { in runEnterAnimation()
1147 AnimationListener listener = new AnimationListener() { in runExitAnimation()

12