Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DAnimator.h36 class AnimationListener : public VirtualLightRefBase {
40 ANDROID_API virtual ~AnimationListener() {} in ~AnimationListener()
52 ANDROID_API void setListener(AnimationListener* listener) { in setListener()
55 AnimationListener* listener() { return mListener.get(); } in listener()
110 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.java32 import android.view.animation.Animation.AnimationListener;
149 private Animation.AnimationListener mRefreshListener = new Animation.AnimationListener() {
357 private void startScaleUpAnimation(AnimationListener listener) { in startScaleUpAnimation()
405 private void startScaleDownAnimation(Animation.AnimationListener listener) { in startScaleDownAnimation()
781 Animation.AnimationListener listener = null; in onTouchEvent()
783 listener = new Animation.AnimationListener() { in onTouchEvent()
813 private void animateOffsetToCorrectPosition(int from, AnimationListener listener) { in animateOffsetToCorrectPosition()
825 private void animateOffsetToStartPosition(int from, AnimationListener listener) { in animateOffsetToStartPosition()
873 Animation.AnimationListener listener) { in startScaleDownReturnToStartAnimation()
DCircleImageView.java49 private Animation.AnimationListener mListener;
92 public void setAnimationListener(Animation.AnimationListener listener) { in setAnimationListener()
DMaterialProgressDrawable.java313 finishRingAnimation.setAnimationListener(new Animation.AnimationListener() { in setupAnimators()
365 animation.setAnimationListener(new Animation.AnimationListener() { in setupAnimators()
/frameworks/base/core/java/android/view/animation/
DAnimation.java178 AnimationListener mListener;
799 public void setAnimationListener(AnimationListener listener) { in setAnimationListener()
1133 public static interface AnimationListener { interface
/frameworks/base/core/jni/
Dandroid_view_ThreadedRenderer.cpp62 OnFinishedEvent(BaseRenderNodeAnimator* animator, AnimationListener* listener) in OnFinishedEvent()
65 sp<AnimationListener> listener;
174 virtual void callOnFinished(BaseRenderNodeAnimator* animator, AnimationListener* listener) { in callOnFinished()
Dandroid_view_RenderNodeAnimator.cpp48 class AnimationListenerBridge : public AnimationListener {
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewController.java31 import android.view.animation.Animation.AnimationListener;
926 AnimationListener listener = new AnimationListener() { in runEnterAnimation()
1005 AnimationListener listener = new AnimationListener() { in runExitAnimation()
/frameworks/base/core/java/com/android/internal/widget/
DSlidingTab.java38 import android.view.animation.Animation.AnimationListener;
98 private final AnimationListener mAnimationDoneListener = new AnimationListener() {
676 trans1.setAnimationListener(new AnimationListener() {
/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/v4/java/android/support/v4/app/
DFragmentManager.java43 import android.view.animation.Animation.AnimationListener;
1027 anim.setAnimationListener(new AnimationListener() { in moveToState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java2809 Animation.AnimationListener mTickingDoneListener = new Animation.AnimationListener() {;
2819 private Animation loadAnim(int id, Animation.AnimationListener listener) {
/frameworks/base/core/java/android/view/
DViewGroup.java164 private Animation.AnimationListener mAnimationListener;
5801 public Animation.AnimationListener getLayoutAnimationListener() { in getLayoutAnimationListener()
5934 public void setLayoutAnimationListener(Animation.AnimationListener animationListener) { in setLayoutAnimationListener()
/frameworks/base/
Dpreloaded-classes1559 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.txt33944 method public android.view.animation.Animation.AnimationListener getLayoutAnimationListener();
34003 … method public void setLayoutAnimationListener(android.view.animation.Animation.AnimationListener);
35086 method public void setAnimationListener(android.view.animation.Animation.AnimationListener);
35116 public static abstract interface Animation.AnimationListener {