Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationMediaManager.java727 .alpha(0f).withEndAction(mHideBackdropFront); in finishUpdateMediaMetaData()
764 mMainExecutor.execute(mHideBackdropFront); in finishUpdateMediaMetaData()
796 protected final Runnable mHideBackdropFront = new Runnable() { field in NotificationMediaManager