Searched refs:mUpdateListener (Results 1 – 6 of 6) sorted by relevance
42 private Listener mUpdateListener; field in TvNotificationHandler54 mUpdateListener = listener; in setTvNotificationListener()72 if (mUpdateListener != null) { in onNotificationPosted()73 mUpdateListener.notificationsUpdated(mNotifications); in onNotificationPosted()86 if (mUpdateListener != null) { in onNotificationRemoved()87 mUpdateListener.notificationsUpdated(mNotifications); in onNotificationRemoved()
467 mSurface.setOnFrameAvailableListener(mUpdateListener, mAttachInfo.mHandler); in getTextureLayer()503 mSurface.setOnFrameAvailableListener(mUpdateListener, mAttachInfo.mHandler); in onVisibilityChanged()844 mSurface.setOnFrameAvailableListener(mUpdateListener, mAttachInfo.mHandler); in setSurfaceTexture()873 private final SurfaceTexture.OnFrameAvailableListener mUpdateListener = field in TextureView
107 private ValueAnimator.AnimatorUpdateListener mUpdateListener = null; field in ViewPropertyAnimator399 mUpdateListener = listener; in setUpdateListener()404 return mUpdateListener; in getUpdateListener()1184 if (mUpdateListener != null) { in onAnimationUpdate()1185 mUpdateListener.onAnimationUpdate(animation); in onAnimationUpdate()
159 final ValueAnimator.AnimatorUpdateListener mUpdateListener = field in WindowDecorActionBar784 a.addUpdateListener(mUpdateListener); in doShow()843 a.addUpdateListener(mUpdateListener); in doHide()
790 private final ValueAnimator.AnimatorUpdateListener mUpdateListener = field in QSAnimator.HeightExpansionAnimator823 mAnimator.addUpdateListener(mUpdateListener); in HeightExpansionAnimator()
64339 Landroid/view/ViewPropertyAnimator;->mUpdateListener:Landroid/animation/ValueAnimator$AnimatorUpdat…