Searched defs:mUpdateListener (Results 1 - 6 of 6) sorted by relevance

/frameworks/support/design/eclair-mr1/android/support/design/widget/
H A DValueAnimatorCompatImplEclairMr1.java44 private AnimatorUpdateListenerProxy mUpdateListener; field in class:ValueAnimatorCompatImplEclairMr1
86 mUpdateListener = updateListener;
140 if (mUpdateListener != null) {
141 mUpdateListener.onAnimationUpdate();
160 if (mUpdateListener != null) {
161 mUpdateListener.onAnimationUpdate();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DSearchOrbView.java128 private final ValueAnimator.AnimatorUpdateListener mUpdateListener = field in class:SearchOrbView
355 mColorAnimator.addUpdateListener(mUpdateListener);
/frameworks/base/core/java/android/view/
H A DTextureView.java365 mSurface.setOnFrameAvailableListener(mUpdateListener, mAttachInfo.mHandler);
404 mSurface.setOnFrameAvailableListener(mUpdateListener, mAttachInfo.mHandler);
740 mSurface.setOnFrameAvailableListener(mUpdateListener, mAttachInfo.mHandler);
768 private final SurfaceTexture.OnFrameAvailableListener mUpdateListener = field in class:TextureView
H A DViewPropertyAnimator.java102 private ValueAnimator.AnimatorUpdateListener mUpdateListener = null; field in class:ViewPropertyAnimator
398 mUpdateListener = listener;
403 return mUpdateListener;
1190 if (mUpdateListener != null) {
1191 mUpdateListener.onAnimationUpdate(animation);
/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java156 final ValueAnimator.AnimatorUpdateListener mUpdateListener = field in class:WindowDecorActionBar
778 a.addUpdateListener(mUpdateListener);
837 a.addUpdateListener(mUpdateListener);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
H A DWindowDecorActionBar.java162 final ViewPropertyAnimatorUpdateListener mUpdateListener = field in class:WindowDecorActionBar
771 a.setUpdateListener(mUpdateListener);
819 a.setUpdateListener(mUpdateListener);

Completed in 217 milliseconds