Home
last modified time | relevance | path

Searched defs:unfoldComponent (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/mediator/
DScreenOnCoordinatorTest.kt47 private lateinit var unfoldComponent: SysUIUnfoldComponent variable in com.android.keyguard.mediator.ScreenOnCoordinatorTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarViewController.kt217 private val unfoldComponent: Optional<SysUIUnfoldComponent>, in <lambda>() constant in com.android.systemui.statusbar.phone.Factory
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java673 public NotificationPanelViewController(NotificationPanelView view, in NotificationPanelViewController()