Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java56 import com.android.systemui.statusbar.notification.ViewGroupFadeHelper;
591 ViewGroupFadeHelper.fadeOutAllChildrenExcept(mNotificationPanelView, in hide()
607 ViewGroupFadeHelper.fadeOutAllChildrenExcept(mNotificationPanelView, in hide()
666 ViewGroupFadeHelper.reset(mNotificationPanelView); in onKeyguardFadedAway()
DStatusBar.java205 import com.android.systemui.statusbar.notification.ViewGroupFadeHelper;
3282 ViewGroupFadeHelper.reset(mNotificationPanel); in hideKeyguardImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DViewGroupFadeHelper.kt30 class ViewGroupFadeHelper { in <lambda>() class