Home
last modified time | relevance | path

Searched refs:setDozing (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerTest.java293 mNotificationPanelViewController.setDozing(true /* dozing */, false /* animate */); in testSetDozing_notifiesNsslAndStateController()
294 verify(mNotificationStackScrollLayoutController).setDozing(eq(true), eq(false)); in testSetDozing_notifiesNsslAndStateController()
521 setDozing(/* dozing= */ true, /* dozingAlwaysOn= */ true); in keyguardStatusView_splitShade_dozing_alwaysDozingOn_isCentered()
533 setDozing(/* dozing= */ true, /* dozingAlwaysOn= */ false); in keyguardStatusView_splitShade_dozing_alwaysDozingOff_isNotCentered()
545 setDozing(/* dozing= */ false, /* dozingAlwaysOn= */ true); in keyguardStatusView_splitShade_notDozing_alwaysDozingOn_isNotCentered()
558 setDozing(/* dozing= */ false, /* dozingAlwaysOn= */ false); in keyguardStatusView_splitShade_pulsing_isNotCentered()
571 setDozing(/* dozing= */ false, /* dozingAlwaysOn= */ false); in keyguardStatusView_splitShade_notPulsing_isNotCentered()
585 setDozing(/* dozing= */ false, /* dozingAlwaysOn= */ false); in keyguardStatusView_singleShade_isCentered()
598 setDozing(/* dozing= */ false, /* dozingAlwaysOn= */ false); in keyguardStatusView_willPlayDelayedDoze_isCentered_thenNot()
625 setDozing(/* dozing= */ false, /* dozingAlwaysOn= */ false); in keyguardStatusView_willPlayDelayedDoze_isCentered_thenStillCenteredIfNoNotifs()
[all …]
DNotificationPanelViewControllerBaseTest.java929 protected void setDozing(boolean dozing, boolean dozingAlwaysOn) { in setDozing() method in NotificationPanelViewControllerBaseTest
931 mNotificationPanelViewController.setDozing( in setDozing()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DDozeScrimControllerTest.java57 mDozeScrimController.setDozing(true); in setup()
88 mDozeScrimController.setDozing(false); in suppressesPulseIfNotDozing()
DKeyguardStatusBarViewControllerTest.java569 mController.setDozing(true); in updateViewState_dozingTrue_flagOff_viewHidden()
582 mController.setDozing(false); in updateViewState_dozingFalse_flagOff_viewShown()
642 mController.setDozing(true); in setDozing_flagOn_doesNothing()
DCentralSurfacesImplTest.java836 setDozing(true); in testSetDozingNotUnlocking_transitionToAOD_cancelKeyguardFadingAway()
1426 private void setDozing(boolean isDozing) { in setDozing() method in CentralSurfacesImplTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/controller/
DKeyguardMediaControllerTest.kt171 setDozing() in dozing_inSplitShade_mediaIsHidden()
193 setDozing() in dozing_inSingleShade_mediaIsVisible()
209 private fun setDozing() { in setDozing() method in com.android.systemui.media.controls.ui.controller.KeyguardMediaControllerTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeScrimController.java99 public void setDozing(boolean dozing) { in setDozing() method in DozeScrimController
206 setDozing(isDozing); in onDozingChanged()
DNotificationIconContainer.java358 ((StatusBarIconView) child).setDozing(mDozing, false, 0); in onViewAdded()
692 public void setDozing(boolean dozing, boolean animate, long delay) { in setDozing() method in NotificationIconContainer
694 setDozing(dozing, animate, delay, /* endRunnable= */ null); in setDozing()
697 private void setDozing(boolean dozing, boolean animate, long delay, in setDozing() method in NotificationIconContainer
718 ((StatusBarIconView) view).setDozing(dozing, animate, delay, onChildCompleted); in setDozing()
DStatusBarKeyguardViewManager.java1026 private void setDozing(boolean dozing) { in setDozing() method in StatusBarKeyguardViewManager
1651 setDozing(isDozing); in onDozingChanged()
DLegacyNotificationIconAreaControllerImpl.java512 mAodIcons.setDozing(isDozing, animate, 0); in onDozingChanged()
DKeyguardStatusBarViewController.java484 public void setDozing(boolean dozing) { in setDozing() method in KeyguardStatusBarViewController
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeSurfaceImpl.kt56 override fun setDozing(dozing: Boolean, animate: Boolean) { in setDozing() method in com.android.systemui.shade.ShadeSurfaceImpl
DShadeSurface.kt73 fun setDozing(dozing: Boolean, animate: Boolean) method
DNotificationPanelView.java93 public void setDozing(boolean dozing) { in setDozing() method in NotificationPanelView
DNotificationShadeWindowControllerImpl.java863 public void setDozing(boolean dozing) { in setDozing() method in NotificationShadeWindowControllerImpl
1005 setDozing(isDozing);
DNotificationPanelViewController.java3246 public void setDozing(boolean dozing, boolean animate) {
3248 mView.setDozing(dozing);
3251 mNotificationStackScrollLayoutController.setDozing(mDozing, animate);
3257 mKeyguardStatusBarViewController.setDozing(mDozing);
3258 mQsController.setDozing(mDozing);
4674 setDozing(true /* dozing */, false /* animate */);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/view/
DNotificationScrollView.kt76 fun setDozing(dozing: Boolean) method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShadeWindowController.java144 default void setDozing(boolean dozing) {} in setDozing() method
DStatusBarIconView.java980 public void setDozing(boolean dozing, boolean animate, long delay) { in setDozing() method in StatusBarIconView
981 setDozing(dozing, animate, delay, /* onChildCompleted= */ null); in setDozing()
995 public void setDozing(boolean dozing, boolean animate, long delay, in setDozing() method in StatusBarIconView
998 mDozer.setDozing(f -> { in setDozing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationDozeHelper.java64 public void setDozing(Consumer<Float> listener, boolean dozing, in setDozing() method in NotificationDozeHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
DNotificationScrollViewBinder.kt85 launch { viewModel.isDozing.collect { isDozing -> view.setDozing(isDozing) } } in <lambda>()
/frameworks/base/packages/SystemUI/plugin/bcsmartspace/src/com/android/systemui/plugins/
DBcSmartspaceDataPlugin.java145 default void setDozing(boolean dozing) {} in setDozing() method
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/
DNotificationShadeWindowControllerImplTest.java179 mNotificationShadeWindowController.setDozing(true); in testSetDozing_hidesSystemOverlays()
188 mNotificationShadeWindowController.setDozing(false); in testSetDozing_hidesSystemOverlays()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java364 public void setDozing(boolean dozing) { in setDozing() method in AmbientState
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/
DLockscreenSmartspaceController.kt268 smartspaceViews.forEach { it.setDozing(isDozing) } in <lambda>()

12