Home
last modified time | relevance | path

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

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