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.java568 .alpha(0f).withEndAction(mHideBackdropFront); in finishUpdateMediaMetaData()
604 mHandler.post(mHideBackdropFront); in finishUpdateMediaMetaData()
636 protected final Runnable mHideBackdropFront = new Runnable() { field in NotificationMediaManager