Home
last modified time | relevance | path

Searched refs:mUpdateListener (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/notifications/
H A DTvNotificationHandler.java42 private Listener mUpdateListener; field in TvNotificationHandler
54 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()
/aosp14/frameworks/base/core/java/android/view/
H A DTextureView.java467 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
H A DViewPropertyAnimator.java107 private ValueAnimator.AnimatorUpdateListener mUpdateListener = null; field in ViewPropertyAnimator
399 mUpdateListener = listener; in setUpdateListener()
404 return mUpdateListener; in getUpdateListener()
1184 if (mUpdateListener != null) { in onAnimationUpdate()
1185 mUpdateListener.onAnimationUpdate(animation); in onAnimationUpdate()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java159 final ValueAnimator.AnimatorUpdateListener mUpdateListener = field in WindowDecorActionBar
784 a.addUpdateListener(mUpdateListener); in doShow()
843 a.addUpdateListener(mUpdateListener); in doHide()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSAnimator.java790 private final ValueAnimator.AnimatorUpdateListener mUpdateListener = field in QSAnimator.HeightExpansionAnimator
823 mAnimator.addUpdateListener(mUpdateListener); in HeightExpansionAnimator()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt64339 Landroid/view/ViewPropertyAnimator;->mUpdateListener:Landroid/animation/ValueAnimator$AnimatorUpdat…