/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | LockIcon.java | 135 void update(int newState, boolean dozing, boolean keyguardJustShown) { in update() 201 private static int getAnimationIndexForTransition(int oldState, int newState, boolean dozing, in getAnimationIndexForTransition()
|
D | DozeScrimController.java | 99 public void setDozing(boolean dozing) { in setDozing()
|
D | KeyguardStatusBarViewController.java | 426 public void setDozing(boolean dozing) { in setDozing()
|
D | NotificationIconContainer.java | 622 public void setDozing(boolean dozing, boolean fade, long delay) { in setDozing()
|
D | StatusBarKeyguardViewManager.java | 808 private void setDozing(boolean dozing) { in setDozing()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationDozeHelper.java | 82 public void setDozing(Consumer<Float> listener, boolean dozing, in setDozing()
|
D | NotificationWakeUpCoordinator.kt | 471 val dozing = statusBarStateController.isDozing in maybeClearHardDozeAmountOverrideHidingNotifs() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
D | DozeLog.java | 140 public void traceDozing(boolean dozing) { in traceDozing() 149 public void traceDozingChanged(boolean dozing) { in traceDozingChanged() 317 public void tracePulseEvent(String pulseEvent, boolean dozing, int pulseReason) { in tracePulseEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | NotificationPanelView.java | 83 public void setDozing(boolean dozing) { in setDozing()
|
D | NPVCDownEventState.kt | 35 private var dozing: Boolean = false, variable in com.android.systemui.shade.NPVCDownEventState
|
D | NotificationShadeWindowState.kt | 57 @JvmField var dozing: Boolean = false, variable in com.android.systemui.shade.NotificationShadeWindowState
|
D | NotificationShadeWindowControllerImpl.java | 777 public void setDozing(boolean dozing) { in setDozing()
|
D | QuickSettingsController.java | 680 public void setDozing(boolean dozing) { in setDozing()
|
D | NotificationPanelViewController.java | 2987 public void setDozing(boolean dozing, boolean animate) { in setDozing()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationShadeWindowController.java | 144 default void setDozing(boolean dozing) {} in setDozing()
|
D | StatusBarIconView.java | 913 public void setDozing(boolean dozing, boolean fade, long delay) { in setDozing()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationLogger.java | 276 private void setDozing(boolean dozing) { in setDozing()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
D | NotificationPanelViewControllerBaseTest.java | 719 protected void setDozing(boolean dozing, boolean dozingAlwaysOn) { in setDozing()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | AmbientState.java | 341 public void setDozing(boolean dozing) { in setDozing()
|
D | NotificationStackScrollLayoutController.java | 1295 public void setDozing(boolean dozing, boolean animate) { in setDozing()
|
D | NotificationStackScrollLayout.java | 4559 public void setDozing(boolean dozing, boolean animate) { in setDozing()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardViewMediator.java | 3216 public void setDozing(boolean dozing) { in setDozing()
|