Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationMediaManager.java589 .alpha(0f).withEndAction(mHideBackdropFront); in finishUpdateMediaMetaData()
627 mHandler.post(mHideBackdropFront); in finishUpdateMediaMetaData()
657 protected final Runnable mHideBackdropFront = new Runnable() { field in NotificationMediaManager