/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarLaunchAnimatorController.kt | 13 private val centralSurfaces: CentralSurfaces, constant in com.android.systemui.statusbar.phone.StatusBarLaunchAnimatorController 19 get() = centralSurfaces.notificationShadeWindowView in <lambda>() 24 centralSurfaces.notificationPanelViewController.setIsLaunchAnimationRunning(true) in <lambda>() 26 centralSurfaces.collapsePanelOnMainThread() in <lambda>() 32 centralSurfaces.notificationPanelViewController.setIsLaunchAnimationRunning(true) in <lambda>() 34 centralSurfaces.notificationPanelViewController.collapseWithDuration( in <lambda>() 41 centralSurfaces.notificationPanelViewController.setIsLaunchAnimationRunning(false) in <lambda>() 42 centralSurfaces.onLaunchAnimationEnd(isExpandingFullyAbove) in <lambda>() 51 centralSurfaces.notificationPanelViewController.applyLaunchAnimationProgress(linearProgress) in <lambda>() 56 centralSurfaces.notificationPanelViewController.setIsLaunchAnimationRunning(false) in <lambda>() [all …]
|
D | PhoneStatusBarViewController.kt | 52 private val centralSurfaces: CentralSurfaces, in <lambda>() constant 137 if (centralSurfaces.statusBarWindowState == WINDOW_STATE_SHOWING) { in <lambda>() 141 centralSurfaces.setInteracting(WINDOW_STATUS_BAR, in <lambda>() 157 if (!centralSurfaces.commandQueuePanelsEnabled) { in <lambda>() 168 if (!centralSurfaces.notificationPanelViewController.isViewEnabled) { in <lambda>() 173 if (centralSurfaces.notificationPanelViewController.isFullyCollapsed && in <lambda>() 180 return centralSurfaces.notificationPanelViewController.handleExternalTouch(event) in <lambda>() 222 private val centralSurfaces: CentralSurfaces, in <lambda>() constant in com.android.systemui.statusbar.phone.Factory 241 centralSurfaces, in <lambda>()
|
D | SystemBarAttributesListener.kt | 44 private val centralSurfaces: CentralSurfaces, constant in com.android.systemui.statusbar.phone.SystemBarAttributesListener 102 val barModeChanged = centralSurfaces.setAppearance(appearance) in onSystemBarAttributesChanged() 105 appearanceRegions, barModeChanged, centralSurfaces.barMode, navbarColorManagedByIme) in onSystemBarAttributesChanged() 107 centralSurfaces.updateBubblesVisibility() in onSystemBarAttributesChanged()
|
D | ScreenOffAnimationController.kt | 40 fun initialize(centralSurfaces: CentralSurfaces, lightRevealScrim: LightRevealScrim) { in initialize() 41 animations.forEach { it.initialize(centralSurfaces, lightRevealScrim) } in initialize() 200 fun initialize(centralSurfaces: CentralSurfaces, lightRevealScrim: LightRevealScrim) {} in initialize()
|
D | StatusBarTouchableRegionManager.java | 122 @NonNull CentralSurfaces centralSurfaces, in setup() 124 mCentralSurfaces = centralSurfaces; in setup()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | SystemBarAttributesListenerTest.kt | 41 @Mock private lateinit var centralSurfaces: CentralSurfaces variable in com.android.systemui.statusbar.phone.SystemBarAttributesListenerTest 56 centralSurfaces, in setUp() 69 verify(centralSurfaces).setAppearance(appearance) in onSysBarAttrsChanged_forwardsAppearanceToCentralSurfaces() 76 verify(centralSurfaces).setAppearance(TEST_LETTERBOX_APPEARANCE.appearance) in onSysBarAttrsChanged_forwardsLetterboxAppearanceToCentralSurfaces() 83 verify(centralSurfaces).setAppearance(TEST_APPEARANCE) in onSysBarAttrsChanged_noLetterbox_forwardsOriginalAppearanceToCtrlSrfcs() 127 reset(centralSurfaces, lightBarController, statusBarStateController) in onStatusBarBoundsChanged_forwardsLetterboxAppearanceToStatusBarStateController() 139 reset(centralSurfaces, lightBarController, statusBarStateController) in onStatusBarBoundsChanged_forwardsLetterboxAppearanceToLightBarController() 154 reset(centralSurfaces, lightBarController, statusBarStateController) in onStatusBarBoundsChanged_forwardsLetterboxAppearanceToCentralSurfaces() 158 verify(centralSurfaces).setAppearance(TEST_LETTERBOX_APPEARANCE.appearance) in onStatusBarBoundsChanged_forwardsLetterboxAppearanceToCentralSurfaces() 164 reset(centralSurfaces, lightBarController, statusBarStateController) in onStatusBarBoundsChanged_previousCallEmptyLetterbox_doesNothing() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/ |
D | FoldAodAnimationController.kt | 64 private lateinit var centralSurfaces: CentralSurfaces in <lambda>() variable in com.android.systemui.unfold.FoldAodAnimationController 82 centralSurfaces.notificationPanelViewController.startFoldToAodAnimation( in <lambda>() 89 override fun initialize(centralSurfaces: CentralSurfaces, lightRevealScrim: LightRevealScrim) { in <lambda>() 90 this.centralSurfaces = centralSurfaces in <lambda>() 96 centralSurfaces.notificationPanelViewController.view.repeatWhenAttached { in <lambda>() 112 centralSurfaces.notificationPanelViewController.prepareFoldToAodAnimation() in <lambda>() 123 centralSurfaces.notificationPanelViewController.cancelFoldToAodAnimation() in <lambda>() 158 centralSurfaces.notificationPanelViewController.prepareFoldToAodAnimation() in <lambda>() 165 centralSurfaces.notificationPanelViewController.view, in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
D | PulsingGestureListenerTest.kt | 58 private lateinit var centralSurfaces: CentralSurfaces variable in com.android.systemui.shade.PulsingGestureListenerTest 87 centralSurfaces, in setUp() 114 verify(centralSurfaces).wakeUpIfDozing( in testGestureDetector_singleTapEnabled() 134 verify(centralSurfaces).wakeUpIfDozing( in testGestureDetector_doubleTapEnabled() 166 verify(centralSurfaces, never()).wakeUpIfDozing( in testGestureDetector_singleTapEnabled_falsing() 214 verify(centralSurfaces, never()).wakeUpIfDozing( in testGestureDetector_doubleTapEnabled_falsing() 234 verify(centralSurfaces, never()).wakeUpIfDozing( in testGestureDetector_singleTapEnabled_proxCovered() 254 verify(centralSurfaces, never()).wakeUpIfDozing( in testGestureDetector_doubleTapEnabled_proxCovered()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/camera/ |
D | CameraGestureHelper.kt | 48 private val centralSurfaces: CentralSurfaces, constant in com.android.systemui.camera.CameraGestureHelper 64 if (!centralSurfaces.isCameraAllowedByAdmin) { in canCameraGestureBeLaunched() 133 centralSurfaces.startLaunchTransitionTimeout() in launchCamera() 136 centralSurfaces.readyForKeyguardDone() in launchCamera()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | QsFrameTranslateController.java | 32 public QsFrameTranslateController(CentralSurfaces centralSurfaces) { in QsFrameTranslateController() argument 33 mCentralSurfaces = centralSurfaces; in QsFrameTranslateController()
|
D | QsFrameTranslateImpl.java | 37 public QsFrameTranslateImpl(CentralSurfaces centralSurfaces) { in QsFrameTranslateImpl() argument 38 super(centralSurfaces); in QsFrameTranslateImpl()
|
D | LockscreenShadeTransitionController.kt | 83 lateinit var centralSurfaces: CentralSurfaces in <lambda>() variable 277 centralSurfaces.wakeUpIfDozing( in <lambda>() 309 centralSurfaces.dismissKeyguardThenExecute(OnDismissAction { in <lambda>() 454 centralSurfaces.setTransitionToFullShadeProgress(statusBarProgress) in <lambda>() 560 if (centralSurfaces.isShadeDisabled) { in <lambda>() 601 centralSurfaces.showBouncerWithDimissAndCancelIfKeyguard(onDismissAction, cancelHandler) in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/fsi/ |
D | FsiChromeRepoTest.kt | 58 @Mock lateinit var centralSurfaces: CentralSurfaces in <lambda>() variable in com.android.systemui.statusbar.notification.fsi.FsiChromeRepoTest 96 centralSurfaces in <lambda>() 137 Mockito.verify(centralSurfaces, never()).wakeUpForFullScreenIntent() in <lambda>() 151 Mockito.verify(centralSurfaces, never()).wakeUpForFullScreenIntent() in <lambda>() 208 Mockito.verify(centralSurfaces, times(1)).wakeUpForFullScreenIntent() in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | AuthRippleController.kt | 64 private val centralSurfaces: CentralSurfaces, in <lambda>() constant in com.android.systemui.biometrics.AuthRippleController 137 Math.max(it.x, centralSurfaces.displayWidth.toInt() - it.x), in <lambda>() 138 Math.max(it.y, centralSurfaces.displayHeight.toInt() - it.y) in <lambda>() 155 Math.max(it.x, centralSurfaces.displayWidth.toInt() - it.x), in <lambda>() 156 Math.max(it.y, centralSurfaces.displayHeight.toInt() - it.y) in <lambda>() 171 val lightRevealScrim = centralSurfaces.lightRevealScrim in <lambda>() 195 val lightRevealScrim = centralSurfaces.lightRevealScrim in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | PulsingGestureListener.kt | 53 private val centralSurfaces: CentralSurfaces, in <lambda>() constant in com.android.systemui.shade.PulsingGestureListener 91 centralSurfaces.wakeUpIfDozing( in <lambda>() 117 centralSurfaces.wakeUpIfDozing( in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/ |
D | ShadeTouchHandler.java | 43 ShadeTouchHandler(Optional<CentralSurfaces> centralSurfaces, in ShadeTouchHandler() argument 45 mSurfaces = centralSurfaces; in ShadeTouchHandler()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/camera/ |
D | CameraGestureHelperTest.kt | 56 lateinit var centralSurfaces: CentralSurfaces variable in com.android.systemui.camera.CameraGestureHelperTest 92 centralSurfaces = centralSurfaces, in setUp() 130 whenever(centralSurfaces.isCameraAllowedByAdmin).thenReturn(isCameraAllowedByAdmin) in prepare()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/fsi/ |
D | FsiChromeRepo.kt | 39 private val centralSurfaces: CentralSurfaces in <lambda>() constant in com.android.systemui.statusbar.notification.fsi.FsiChromeRepo 97 centralSurfaces.wakeUpForFullScreenIntent() in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationClicker.java | 73 mCentralSurfacesOptional.ifPresent(centralSurfaces -> centralSurfaces.wakeUpIfDozing( in onClick()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/unfold/ |
D | FoldAodAnimationControllerTest.kt | 72 @Mock lateinit var centralSurfaces: CentralSurfaces variable in com.android.systemui.unfold.FoldAodAnimationControllerTest 104 whenever(centralSurfaces.notificationPanelViewController) in setup() 134 .apply { initialize(centralSurfaces, lightRevealScrim) } in setup()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/ |
D | StartCentralSurfacesModule.kt | 33 abstract fun bindsCentralSurfaces(centralSurfaces: CentralSurfacesImpl): CoreStartable
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/ |
D | NotificationsController.kt | 36 centralSurfaces: CentralSurfaces,
|
D | NotificationsControllerImpl.kt | 82 centralSurfaces: CentralSurfaces, in initialize() 99 Optional.ofNullable(centralSurfaces), bubblesOptional, in initialize()
|
D | NotificationsControllerStub.kt | 38 centralSurfaces: CentralSurfaces, in initialize()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardViewController.java | 180 void registerCentralSurfaces(CentralSurfaces centralSurfaces, in registerCentralSurfaces() argument
|