Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DAnimator.h38 class AnimationListener : public VirtualLightRefBase {
42 ANDROID_API virtual ~AnimationListener() {} in ~AnimationListener()
54 ANDROID_API void setListener(AnimationListener* listener) { in setListener()
57 AnimationListener* listener() { return mListener.get(); } in listener()
112 sp<AnimationListener> mListener;
DAnimationContext.h31 class AnimationListener; variable
99 …ANDROID_API virtual void callOnFinished(BaseRenderNodeAnimator* animator, AnimationListener* liste…
DAnimationContext.cpp81 AnimationListener* listener) { in callOnFinished()
/frameworks/support/v4/java/android/support/v4/widget/
DSwipeRefreshLayout.java38 import android.view.animation.Animation.AnimationListener;
165 private Animation.AnimationListener mRefreshListener = new Animation.AnimationListener() {
377 private void startScaleUpAnimation(AnimationListener listener) { in startScaleUpAnimation()
425 private void startScaleDownAnimation(Animation.AnimationListener listener) { in startScaleDownAnimation()
917 Animation.AnimationListener listener = null; in finishSpinner()
919 listener = new Animation.AnimationListener() { in finishSpinner()
1011 private void animateOffsetToCorrectPosition(int from, AnimationListener listener) { in animateOffsetToCorrectPosition()
1023 private void peek(int from, AnimationListener listener) { in peek()
1035 private void animateOffsetToStartPosition(int from, AnimationListener listener) { in animateOffsetToStartPosition()
1101 Animation.AnimationListener listener) { in startScaleDownReturnToStartAnimation()
DCircleImageView.java48 private Animation.AnimationListener mListener;
91 public void setAnimationListener(Animation.AnimationListener listener) { in setAnimationListener()
DMaterialProgressDrawable.java419 animation.setAnimationListener(new Animation.AnimationListener() { in setupAnimators()
/frameworks/support/design/base/android/support/design/widget/
DStateListAnimator.java34 private Animation.AnimationListener mAnimationListener = new Animation.AnimationListener() {
DAnimationUtils.java42 static class AnimationListenerAdapter implements Animation.AnimationListener {
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
DViewGroupBindingAdapter.java28 import android.view.animation.Animation.AnimationListener;
88 view.setLayoutAnimationListener(new AnimationListener() { in setListener()
/frameworks/base/core/jni/
Dandroid_view_RenderNodeAnimator.cpp48 class AnimationListenerLifecycleChecker : public AnimationListener {
57 class AnimationListenerBridge : public AnimationListener {
Dandroid_view_ThreadedRenderer.cpp63 OnFinishedEvent(BaseRenderNodeAnimator* animator, AnimationListener* listener) in OnFinishedEvent()
66 sp<AnimationListener> listener;
175 virtual void callOnFinished(BaseRenderNodeAnimator* animator, AnimationListener* listener) { in callOnFinished()
/frameworks/base/core/java/android/view/animation/
DAnimation.java180 AnimationListener mListener;
802 public void setAnimationListener(AnimationListener listener) { in setAnimationListener()
1136 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.java293 private final Animation.AnimationListener mOnOverflowOpened =
294 new Animation.AnimationListener() {
307 private final Animation.AnimationListener mOnOverflowClosed =
308 new Animation.AnimationListener() {
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewController.java32 import android.view.animation.Animation.AnimationListener;
972 AnimationListener listener = new AnimationListener() { in runEnterAnimation()
1056 AnimationListener listener = new AnimationListener() { in runExitAnimation()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DBaseCardView.java661 mAnim.setAnimationListener(new Animation.AnimationListener() { in animateInfoOffset()
704 mAnim.setAnimationListener(new Animation.AnimationListener() { in animateInfoHeight()
742 mAnim.setAnimationListener(new Animation.AnimationListener() { in animateInfoAlpha()
/frameworks/support/design/src/android/support/design/widget/
DSnackbar.java500 anim.setAnimationListener(new Animation.AnimationListener() { in animateViewIn()
539 anim.setAnimationListener(new Animation.AnimationListener() { in animateViewOut()
/frameworks/support/v4/java/android/support/v4/app/
DFragmentManager.java46 import android.view.animation.Animation.AnimationListener;
416 static class AnimateOnHWLayerIfNeededListener implements AnimationListener {
/frameworks/base/core/java/android/view/
DViewGroup.java173 private Animation.AnimationListener mAnimationListener;
6289 public Animation.AnimationListener getLayoutAnimationListener() { in getLayoutAnimationListener()
6400 public void setLayoutAnimationListener(Animation.AnimationListener animationListener) { in setLayoutAnimationListener()
/frameworks/base/
Dpreloaded-classes2020 android.view.animation.Animation$AnimationListener
/frameworks/base/docs/html/
Dsitemap.txt1469 http://developer.android.com/reference/android/view/animation/Animation.AnimationListener.html
/frameworks/base/api/
Dcurrent.txt36741 method public android.view.animation.Animation.AnimationListener getLayoutAnimationListener();
36803 … method public void setLayoutAnimationListener(android.view.animation.Animation.AnimationListener);
37957 method public void setAnimationListener(android.view.animation.Animation.AnimationListener);
37987 public static abstract interface Animation.AnimationListener {
Dsystem-current.txt39033 method public android.view.animation.Animation.AnimationListener getLayoutAnimationListener();
39095 … method public void setLayoutAnimationListener(android.view.animation.Animation.AnimationListener);
40252 method public void setAnimationListener(android.view.animation.Animation.AnimationListener);
40282 public static abstract interface Animation.AnimationListener {