Searched refs:NotificationShadeDepthController (Results 1 – 21 of 21) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | BrightnessMirrorController.java | 34 import com.android.systemui.statusbar.NotificationShadeDepthController; 47 private final NotificationShadeDepthController mDepthController; 58 NotificationShadeDepthController notificationShadeDepthController, in BrightnessMirrorController()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/ |
D | NotificationShadeDepthControllerKosmos.kt | 23 var Kosmos.notificationShadeDepthController by Fixture { mock<NotificationShadeDepthController>() } in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationShadeDepthControllerTest.kt | 78 @Mock private lateinit var shadeAnimation: NotificationShadeDepthController.DepthAnimation in <lambda>() 79 @Mock private lateinit var brightnessSpring: NotificationShadeDepthController.DepthAnimation in <lambda>() 80 @Mock private lateinit var listener: NotificationShadeDepthController.DepthListener in <lambda>() 88 private lateinit var notificationShadeDepthController: NotificationShadeDepthController in <lambda>() 108 NotificationShadeDepthController( in <lambda>()
|
D | LockscreenShadeTransitionControllerTest.kt | 95 @Mock lateinit var depthController: NotificationShadeDepthController
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/ |
D | KeyguardModule.java | 69 import com.android.systemui.statusbar.NotificationShadeDepthController; 149 Lazy<NotificationShadeDepthController> notificationShadeDepthController, in newKeyguardViewMediator()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/ |
D | TestMocksModule.kt | 57 import com.android.systemui.statusbar.NotificationShadeDepthController 114 @get:Provides val notificationShadeDepthController: NotificationShadeDepthController = mock(),
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
D | NotificationShadeWindowViewTest.kt | 48 import com.android.systemui.statusbar.NotificationShadeDepthController 100 @Mock private lateinit var notificationShadeDepthController: NotificationShadeDepthController
|
D | QuickSettingsControllerImplBaseTest.java | 67 import com.android.systemui.statusbar.NotificationShadeDepthController; 136 @Mock protected NotificationShadeDepthController mNotificationShadeDepthController;
|
D | NotificationShadeWindowViewControllerTest.kt | 60 import com.android.systemui.statusbar.NotificationShadeDepthController 118 @Mock private lateinit var notificationShadeDepthController: NotificationShadeDepthController
|
D | NotificationPanelViewControllerBaseTest.java | 145 import com.android.systemui.statusbar.NotificationShadeDepthController; 281 @Mock protected NotificationShadeDepthController mNotificationShadeDepthController;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | NotificationShadeWindowViewController.java | 63 import com.android.systemui.statusbar.NotificationShadeDepthController; 97 private final NotificationShadeDepthController mDepthController; 165 NotificationShadeDepthController depthController, in NotificationShadeWindowViewController()
|
D | QuickSettingsControllerImpl.java | 86 import com.android.systemui.statusbar.NotificationShadeDepthController; 140 private final NotificationShadeDepthController mDepthController; 315 NotificationShadeDepthController notificationShadeDepthController, in QuickSettingsControllerImpl()
|
D | NotificationPanelViewController.java | 183 import com.android.systemui.statusbar.NotificationShadeDepthController; 508 private final NotificationShadeDepthController mDepthController; 737 NotificationShadeDepthController notificationShadeDepthController, in NotificationPanelViewController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
D | NavigationBar.java | 147 import com.android.systemui.statusbar.NotificationShadeDepthController; 218 private final NotificationShadeDepthController mNotificationShadeDepthController; 491 private final NotificationShadeDepthController.DepthListener mDepthListener = 492 new NotificationShadeDepthController.DepthListener() { 570 NotificationShadeDepthController notificationShadeDepthController, in NavigationBar()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/ |
D | NavigationBarTest.java | 107 import com.android.systemui.statusbar.NotificationShadeDepthController; 587 mock(NotificationShadeDepthController.class), in createNavBar()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationShadeDepthController.kt | 60 class NotificationShadeDepthController @Inject constructor( in <lambda>() class
|
D | LockscreenShadeTransitionController.kt | 72 private val depthController: NotificationShadeDepthController, in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ |
D | KeyguardViewMediatorTest.java | 112 import com.android.systemui.statusbar.NotificationShadeDepthController; 180 private @Mock NotificationShadeDepthController mNotificationShadeDepthController;
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | CentralSurfacesImplTest.java | 162 import com.android.systemui.statusbar.NotificationShadeDepthController; 315 @Mock private Lazy<NotificationShadeDepthController> mNotificationShadeDepthControllerLazy;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | CentralSurfacesImpl.java | 198 import com.android.systemui.statusbar.NotificationShadeDepthController; 583 private final Lazy<NotificationShadeDepthController> mNotificationShadeDepthControllerLazy; 685 Lazy<NotificationShadeDepthController> notificationShadeDepthControllerLazy, in CentralSurfacesImpl()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardViewMediator.java | 161 import com.android.systemui.statusbar.NotificationShadeDepthController; 339 private final Lazy<NotificationShadeDepthController> mNotificationShadeDepthController; 1449 Lazy<NotificationShadeDepthController> notificationShadeDepthController,
|