Home
last modified time | relevance | path

Searched defs:shadeViewController (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DStatusBarLongPressGestureDetector.kt34 val shadeViewController: ShadeViewController, constant
DNotificationShadeWindowViewController.java179 ShadeViewController shadeViewController, in NotificationShadeWindowViewController()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/shade/
DShadeViewControllerKosmos.kt22 var Kosmos.shadeViewController by Kosmos.Fixture { mock<ShadeViewController>() } in <lambda>() variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/headsup/
DStatusBarHeadsUpChangeListener.java53 ShadeViewController shadeViewController, in StatusBarHeadsUpChangeListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBrightnessMirrorController.java57 ShadeViewController shadeViewController, in BrightnessMirrorController()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceControllerTest.kt69 private val shadeViewController = kosmos.shadeViewController constant
DUnlockedScreenOffAnimationControllerTest.kt70 private lateinit var shadeViewController: ShadeViewController variable in com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationControllerTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/touch/
DShadeTouchHandler.kt52 private val shadeViewController: ShadeViewController, in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarViewController.kt75 private val shadeViewController: ShadeViewController, in <lambda>() constant
368 private val shadeViewController: ShadeViewController, in <lambda>() constant in com.android.systemui.statusbar.phone.Factory
DHeadsUpAppearanceController.java128 ShadeViewController shadeViewController, in HeadsUpAppearanceController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/unfold/
DFoldAodAnimationControllerTest.kt73 @Mock lateinit var shadeViewController: ShadeViewController variable in com.android.systemui.unfold.FoldAodAnimationControllerTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
DFoldAodAnimationController.kt60 private lateinit var shadeViewController: ShadeViewController in <lambda>() variable in com.android.systemui.unfold.FoldAodAnimationController
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/
DNotificationShadeWindowViewTest.kt110 @Mock private lateinit var shadeViewController: ShadeViewController variable in com.android.systemui.shade.NotificationShadeWindowViewTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/recents/
DLauncherProxyServiceTest.kt121 @Mock private lateinit var shadeViewController: ShadeViewController variable in com.android.systemui.recents.LauncherProxyServiceTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewControllerTest.kt131 @Mock private lateinit var shadeViewController: ShadeViewController variable
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarViewControllerTest.kt97 @Mock private lateinit var shadeViewController: ShadeViewController variable in com.android.systemui.statusbar.phone.PhoneStatusBarViewControllerTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/views/
DNavigationBar.java572 ShadeViewController shadeViewController, in NavigationBar()