Home
last modified time | relevance | path

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

12

/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.cpp92 OnFinishedEvent(BaseRenderNodeAnimator* animator, AnimationListener* listener) in OnFinishedEvent()
95 sp<AnimationListener> listener;
138 sp<AnimationListener> mListener;
468 virtual void callOnFinished(BaseRenderNodeAnimator* animator, AnimationListener* listener) { in callOnFinished()
/frameworks/support/swiperefreshlayout/src/main/java/androidx/swiperefreshlayout/widget/
DSwipeRefreshLayout.java29 import android.view.animation.Animation.AnimationListener;
178 private Animation.AnimationListener mRefreshListener = new Animation.AnimationListener() {
438 private void startScaleUpAnimation(AnimationListener listener) { in startScaleUpAnimation()
477 void startScaleDownAnimation(Animation.AnimationListener listener) { in startScaleDownAnimation()
974 Animation.AnimationListener listener = null; in finishSpinner()
976 listener = new Animation.AnimationListener() { in finishSpinner()
1088 private void animateOffsetToCorrectPosition(int from, AnimationListener listener) { in animateOffsetToCorrectPosition()
1100 private void animateOffsetToStartPosition(int from, AnimationListener listener) { in animateOffsetToStartPosition()
1149 Animation.AnimationListener listener) { in startScaleDownReturnToStartAnimation()
DCircleImageView.java49 private Animation.AnimationListener mListener;
91 public void setAnimationListener(Animation.AnimationListener listener) { in setAnimationListener()
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
DViewGroupBindingAdapter.java28 import android.view.animation.Animation.AnimationListener;
79 view.setLayoutAnimationListener(new AnimationListener() { in setListener()
/frameworks/base/services/core/java/com/android/server/wm/
DDragState.java609 final AnimationListener listener = new AnimationListener(); in createReturnAnimationLocked()
627 final AnimationListener listener = new AnimationListener(); in createCancelAnimationLocked()
648 private class AnimationListener class in DragState
/frameworks/support/car/src/main/java/androidx/car/moderator/
DSpeedBumpController.java199 lockOutMessageIn.setAnimationListener(new Animation.AnimationListener() { in showLockOutMessage()
233 lockOutMessageOut.setAnimationListener(new Animation.AnimationListener() { in hideLockOutMessage()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/wakelock/
DKeepAwakeAnimationListener.java28 implements Animation.AnimationListener {
/frameworks/support/wear/src/main/java/androidx/wear/widget/
DConfirmationOverlay.java33 import android.view.animation.Animation.AnimationListener;
234 new AnimationListener() { in hide()
/frameworks/base/core/java/android/view/animation/
DAnimation.java186 AnimationListener mListener;
835 public void setAnimationListener(AnimationListener listener) { in setAnimationListener()
1173 public static interface AnimationListener { interface
/frameworks/base/core/java/com/android/internal/widget/
DSlidingTab.java38 import android.view.animation.Animation.AnimationListener;
98 private final AnimationListener mAnimationDoneListener = new AnimationListener() {
678 trans1.setAnimationListener(new AnimationListener() {
DFloatingToolbar.java395 private final Animation.AnimationListener mOverflowAnimationListener;
1491 private Animation.AnimationListener createOverflowAnimationListener() { in createOverflowAnimationListener()
1492 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/support/leanback/src/main/java/androidx/leanback/widget/
DBaseCardView.java713 mAnim.setAnimationListener(new Animation.AnimationListener() { in animateInfoOffset()
754 mAnim.setAnimationListener(new Animation.AnimationListener() { in animateInfoHeight()
796 mAnim.setAnimationListener(new Animation.AnimationListener() { in animateInfoAlpha()
/frameworks/support/fragment/src/main/java/androidx/fragment/app/
DFragmentManager.java48 import android.view.animation.Animation.AnimationListener;
1283 AnimationListener originalListener = getAnimationListener(anim.animation); in setHWLayerAnimListenerIfAlpha()
1297 private static AnimationListener getAnimationListener(Animation animation) { in getAnimationListener()
1298 AnimationListener originalListener = null; in getAnimationListener()
1304 originalListener = (AnimationListener) sAnimationListenerField.get(animation); in getAnimationListener()
1638 AnimationListener listener = getAnimationListener(animation); in animateRemoveFragment()
3963 private static class AnimationListenerWrapper implements AnimationListener {
3964 private final AnimationListener mWrapped;
3966 private AnimationListenerWrapper(AnimationListener wrapped) { in AnimationListenerWrapper()
4001 AnimateOnHWLayerIfNeededListener(final View v, AnimationListener listener) { in AnimateOnHWLayerIfNeededListener()
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/
DMediaRouteControllerDialog.java806 Animation.AnimationListener listener = new Animation.AnimationListener() { in animateGroupListItemsInternal()
919 Animation.AnimationListener listener = new Animation.AnimationListener() { in fadeInAddedRoutes()
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/app/
DMediaRouteControllerDialog.java803 Animation.AnimationListener listener = new Animation.AnimationListener() { in animateGroupListItemsInternal()
916 Animation.AnimationListener listener = new Animation.AnimationListener() { in fadeInAddedRoutes()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSliceView.java396 private final Animation.AnimationListener mKeepAwakeListener;
/frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/
DFragmentAnimationTest.java598 anim.setAnimationListener(new Animation.AnimationListener() { in onCreateAnimation()

12