/frameworks/base/libs/hwui/ |
D | Animator.h | 38 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;
|
D | AnimationContext.h | 31 class AnimationListener; variable 99 …ANDROID_API virtual void callOnFinished(BaseRenderNodeAnimator* animator, AnimationListener* liste…
|
D | AnimationContext.cpp | 81 AnimationListener* listener) { in callOnFinished()
|
/frameworks/support/v4/java/android/support/v4/widget/ |
D | SwipeRefreshLayout.java | 38 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()
|
D | CircleImageView.java | 48 private Animation.AnimationListener mListener; 91 public void setAnimationListener(Animation.AnimationListener listener) { in setAnimationListener()
|
D | MaterialProgressDrawable.java | 419 animation.setAnimationListener(new Animation.AnimationListener() { in setupAnimators()
|
/frameworks/support/design/base/android/support/design/widget/ |
D | StateListAnimator.java | 34 private Animation.AnimationListener mAnimationListener = new Animation.AnimationListener() {
|
D | AnimationUtils.java | 42 static class AnimationListenerAdapter implements Animation.AnimationListener {
|
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/ |
D | ViewGroupBindingAdapter.java | 28 import android.view.animation.Animation.AnimationListener; 88 view.setLayoutAnimationListener(new AnimationListener() { in setListener()
|
/frameworks/base/core/jni/ |
D | android_view_RenderNodeAnimator.cpp | 48 class AnimationListenerLifecycleChecker : public AnimationListener { 57 class AnimationListenerBridge : public AnimationListener {
|
D | android_view_ThreadedRenderer.cpp | 63 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/ |
D | Animation.java | 180 AnimationListener mListener; 802 public void setAnimationListener(AnimationListener listener) { in setAnimationListener() 1136 public static interface AnimationListener { interface
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | SlidingTab.java | 38 import android.view.animation.Animation.AnimationListener; 98 private final AnimationListener mAnimationDoneListener = new AnimationListener() { 678 trans1.setAnimationListener(new AnimationListener() {
|
D | FloatingToolbar.java | 293 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/ |
D | PhotoViewController.java | 32 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/ |
D | BaseCardView.java | 661 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/ |
D | Snackbar.java | 500 anim.setAnimationListener(new Animation.AnimationListener() { in animateViewIn() 539 anim.setAnimationListener(new Animation.AnimationListener() { in animateViewOut()
|
/frameworks/support/v4/java/android/support/v4/app/ |
D | FragmentManager.java | 46 import android.view.animation.Animation.AnimationListener; 416 static class AnimateOnHWLayerIfNeededListener implements AnimationListener {
|
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 173 private Animation.AnimationListener mAnimationListener; 6289 public Animation.AnimationListener getLayoutAnimationListener() { in getLayoutAnimationListener() 6400 public void setLayoutAnimationListener(Animation.AnimationListener animationListener) { in setLayoutAnimationListener()
|
/frameworks/base/ |
D | preloaded-classes | 2020 android.view.animation.Animation$AnimationListener
|
/frameworks/base/docs/html/ |
D | sitemap.txt | 1469 http://developer.android.com/reference/android/view/animation/Animation.AnimationListener.html
|
/frameworks/base/api/ |
D | current.txt | 36741 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 {
|
D | system-current.txt | 39033 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 {
|