Home
last modified time | relevance | path

Searched refs:centralSurfaces (Results 1 – 25 of 46) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarLaunchAnimatorController.kt13 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 …]
DPhoneStatusBarViewController.kt52 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>()
DSystemBarAttributesListener.kt44 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()
DScreenOffAnimationController.kt40 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()
DStatusBarTouchableRegionManager.java122 @NonNull CentralSurfaces centralSurfaces, in setup()
124 mCentralSurfaces = centralSurfaces; in setup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DSystemBarAttributesListenerTest.kt41 @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/
DFoldAodAnimationController.kt64 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/
DPulsingGestureListenerTest.kt58 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/
DCameraGestureHelper.kt48 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/
DQsFrameTranslateController.java32 public QsFrameTranslateController(CentralSurfaces centralSurfaces) { in QsFrameTranslateController() argument
33 mCentralSurfaces = centralSurfaces; in QsFrameTranslateController()
DQsFrameTranslateImpl.java37 public QsFrameTranslateImpl(CentralSurfaces centralSurfaces) { in QsFrameTranslateImpl() argument
38 super(centralSurfaces); in QsFrameTranslateImpl()
DLockscreenShadeTransitionController.kt83 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/
DFsiChromeRepoTest.kt58 @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/
DAuthRippleController.kt64 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/
DPulsingGestureListener.kt53 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/
DShadeTouchHandler.java43 ShadeTouchHandler(Optional<CentralSurfaces> centralSurfaces, in ShadeTouchHandler() argument
45 mSurfaces = centralSurfaces; in ShadeTouchHandler()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/camera/
DCameraGestureHelperTest.kt56 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/
DFsiChromeRepo.kt39 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/
DNotificationClicker.java73 mCentralSurfacesOptional.ifPresent(centralSurfaces -> centralSurfaces.wakeUpIfDozing( in onClick()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/unfold/
DFoldAodAnimationControllerTest.kt72 @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/
DStartCentralSurfacesModule.kt33 abstract fun bindsCentralSurfaces(centralSurfaces: CentralSurfacesImpl): CoreStartable
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
DNotificationsController.kt36 centralSurfaces: CentralSurfaces,
DNotificationsControllerImpl.kt82 centralSurfaces: CentralSurfaces, in initialize()
99 Optional.ofNullable(centralSurfaces), bubblesOptional, in initialize()
DNotificationsControllerStub.kt38 centralSurfaces: CentralSurfaces, in initialize()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardViewController.java180 void registerCentralSurfaces(CentralSurfaces centralSurfaces, in registerCentralSurfaces() argument

12