Searched refs:AnimationListener (Results 1 - 24 of 24) sorted by relevance

/frameworks/base/libs/hwui/
H A DPropertyValuesAnimatorSet.h54 void start(AnimationListener* listener);
55 void reverse(AnimationListener* listener);
66 AnimationListener* getOneShotListener() { return mOneShotListener.get(); }
79 sp<AnimationListener> mOneShotListener;
90 class PropertyAnimatorSetListener : public AnimationListener {
H A DAnimationContext.h31 class AnimationListener;
99 ANDROID_API virtual void callOnFinished(BaseRenderNodeAnimator* animator, AnimationListener* listener);
H A DAnimator.h40 class AnimationListener : public VirtualLightRefBase { class in namespace:android::uirenderer
44 ANDROID_API virtual ~AnimationListener() {}
62 ANDROID_API void setListener(AnimationListener* listener) {
65 AnimationListener* listener() { return mListener.get(); }
158 sp<AnimationListener> mListener;
H A DPropertyValuesAnimatorSet.cpp49 sp<AnimationListener> listener = std::move(mOneShotListener);
87 void PropertyValuesAnimatorSet::start(AnimationListener* listener) {
94 void PropertyValuesAnimatorSet::reverse(AnimationListener* listener) {
H A DAnimationContext.cpp81 AnimationListener* listener) {
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DViewGroupBindingAdapter.java28 import android.view.animation.Animation.AnimationListener;
79 view.setLayoutAnimationListener(new AnimationListener() {
/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp47 static AnimationListener* createAnimationListener(JNIEnv* env, jobject finishListener, jint id) {
48 class AnimationListenerBridge : public AnimationListener {
168 AnimationListener* listener = createAnimationListener(env, finishListener, id);
174 AnimationListener* listener = createAnimationListener(env, finishListener, id);
H A Dandroid_view_RenderNodeAnimator.cpp48 class AnimationListenerLifecycleChecker : public AnimationListener {
57 class AnimationListenerBridge : public AnimationListener {
H A Dandroid_view_ThreadedRenderer.cpp79 OnFinishedEvent(BaseRenderNodeAnimator* animator, AnimationListener* listener)
82 sp<AnimationListener> listener;
125 sp<AnimationListener> mListener;
412 virtual void callOnFinished(BaseRenderNodeAnimator* animator, AnimationListener* listener) {
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DCircleImageView.java48 private Animation.AnimationListener mListener;
90 public void setAnimationListener(Animation.AnimationListener listener) {
H A DSwipeRefreshLayout.java39 import android.view.animation.Animation.AnimationListener;
170 private Animation.AnimationListener mRefreshListener = new Animation.AnimationListener() {
418 private void startScaleUpAnimation(AnimationListener listener) {
462 void startScaleDownAnimation(Animation.AnimationListener listener) {
957 Animation.AnimationListener listener = null;
959 listener = new Animation.AnimationListener() {
1071 private void animateOffsetToCorrectPosition(int from, AnimationListener listener) {
1083 private void animateOffsetToStartPosition(int from, AnimationListener listener) {
1132 Animation.AnimationListener listene
[all...]
H A DMaterialProgressDrawable.java419 animation.setAnimationListener(new Animation.AnimationListener() {
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java186 AnimationListener mListener;
808 public void setAnimationListener(AnimationListener listener) {
1146 public static interface AnimationListener { interface in class:Animation
/frameworks/base/core/java/com/android/internal/widget/
H A DSlidingTab.java38 import android.view.animation.Animation.AnimationListener;
98 private final AnimationListener mAnimationDoneListener = new AnimationListener() {
678 trans1.setAnimationListener(new AnimationListener() {
H A DFloatingToolbar.java375 private final Animation.AnimationListener mOverflowAnimationListener;
1473 private Animation.AnimationListener createOverflowAnimationListener() {
1474 Animation.AnimationListener listener = new Animation.AnimationListener() {
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java34 import android.view.animation.Animation.AnimationListener;
1058 AnimationListener listener = new AnimationListener() {
1147 AnimationListener listener = new AnimationListener() {
/frameworks/support/design/src/android/support/design/widget/
H A DBaseTransientBottomBar.java542 anim.setAnimationListener(new Animation.AnimationListener() {
596 anim.setAnimationListener(new Animation.AnimationListener() {
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DBaseCardView.java712 mAnim.setAnimationListener(new Animation.AnimationListener() {
753 mAnim.setAnimationListener(new Animation.AnimationListener() {
795 mAnim.setAnimationListener(new Animation.AnimationListener() {
/frameworks/support/fragment/java/android/support/v4/app/
H A DFragmentManager.java58 import android.view.animation.Animation.AnimationListener;
1246 AnimationListener originalListener = getAnimationListener(anim.animation);
1258 * Returns an existing AnimationListener on an Animation or {@code null} if none exists.
1260 private static AnimationListener getAnimationListener(Animation animation) {
1261 AnimationListener originalListener = null;
1267 originalListener = (AnimationListener) sAnimationListenerField.get(animation);
1600 AnimationListener listener = getAnimationListener(animation);
3936 * Wrap an AnimationListener that can be null. This allows us to chain animation listeners.
3938 private static class AnimationListenerWrapper implements AnimationListener {
3939 private final AnimationListener mWrappe
[all...]
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteControllerDialog.java802 Animation.AnimationListener listener = new Animation.AnimationListener() {
915 Animation.AnimationListener listener = new Animation.AnimationListener() {
/frameworks/base/core/java/android/view/
H A DViewGroup.java182 private Animation.AnimationListener mAnimationListener;
6924 * @return an {@link android.view.animation.Animation.AnimationListener}
6926 public Animation.AnimationListener getLayoutAnimationListener() {
7031 * {@link android.view.animation.Animation.AnimationListener#onAnimationStart(Animation)}
7033 * {@link android.view.animation.Animation.AnimationListener#onAnimationEnd(Animation)}
7038 public void setLayoutAnimationListener(Animation.AnimationListener animationListener) {
/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java1296 set.setAnimationListener(new Animation.AnimationListener() {
/frameworks/base/
H A Dpreloaded-classes2601 android.view.animation.Animation$AnimationListener
H A Dcompiled-classes-phone4669 android.view.animation.Animation$AnimationListener

Completed in 1007 milliseconds