| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
| D | DozeScrimController.java | 139 public boolean isDozing() { in isDozing() method in DozeScrimController 201 public void onDozingChanged(boolean isDozing) { in onDozingChanged()
|
| D | StatusBarWindowCallback.java | 25 boolean keyguardGoingAway, boolean bouncerShowing, boolean isDozing, in onStateChanged()
|
| D | LegacyNotificationIconAreaControllerImpl.java | 518 public void onDozingChanged(boolean isDozing) { in onDozingChanged()
|
| /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/ |
| D | StatusBarStateController.java | 40 boolean isDozing(); in isDozing() method 112 default void onDozingChanged(boolean isDozing) {} in onDozingChanged()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/charging/ |
| D | WirelessChargingLayout.java | 56 boolean isDozing, RippleShape rippleShape) { in WirelessChargingLayout() 71 private void init(Context c, AttributeSet attrs, boolean isDozing, RippleShape rippleShape) { in init() 76 int batteryLevel, boolean isDozing, RippleShape rippleShape) { in init()
|
| D | WirelessChargingAnimation.java | 61 int transmittingBatteryLevel, int batteryLevel, Callback callback, boolean isDozing, in WirelessChargingAnimation() 75 Callback callback, boolean isDozing, RippleShape rippleShape, in makeWirelessChargingAnimation() 126 boolean isDozing, RippleShape rippleShape, UiEventLogger uiEventLogger) { in WirelessChargingView()
|
| /frameworks/base/packages/SystemUI/docs/device-entry/ |
| D | doze.md | 11 …o animate accordingly. Within SystemUI, [StatusBarStateController][19] #isDozing and #getDozeAmoun… hashtag in Doze
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/shade/domain/interactor/ |
| D | ShadeInteractor.kt | 60 ) { disableFlags, isShadeEnabled, isDozing, isUserSetup -> in <lambda>() method
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ |
| D | PhoneStateMonitor.java | 171 private boolean isDozing() { in isDozing() method in PhoneStateMonitor
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/ |
| D | WindowManagerLockscreenVisibilityInteractor.kt | 146 ) { isDozing, biometricUnlockState -> in <lambda>() method
|
| D | KeyguardInteractor.kt | 89 val isDozing: Flow<Boolean> = repository.isDozing in <lambda>() constant
|
| D | KeyguardQuickAffordanceInteractor.kt | 105 ) { affordance, isDozing, isKeyguardShowing, isUserInLockdown -> in <lambda>() method
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
| D | DozeHost.java | 120 default void onDozingChanged(boolean isDozing) {} in onDozingChanged()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
| D | SysuiStatusBarStateController.java | 99 boolean setIsDozing(boolean isDozing); in setIsDozing()
|
| D | StatusBarStateControllerImpl.java | 259 public boolean isDozing() { in isDozing() method in StatusBarStateControllerImpl 284 public boolean setIsDozing(boolean isDozing) { in setIsDozing()
|
| /frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
| D | ClockEventController.kt | 199 private var isDozing = false in <lambda>() variable in com.android.keyguard.ClockEventController
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
| D | KeyguardSliceProvider.java | 513 public void onDozingChanged(boolean isDozing) { in onDozingChanged()
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/ |
| D | KeyguardRepositoryImplTest.kt | 298 fun isDozing() = in <lambda>() method
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
| D | NotificationLogger.java | 366 public void onDozingChanged(boolean isDozing) { in onDozingChanged()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/ |
| D | FoldAodAnimationController.kt | 72 private var isDozing: Boolean = false in <lambda>() variable in com.android.systemui.unfold.FoldAodAnimationController
|
| /frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/ |
| D | FakeKeyguardRepository.kt | 60 override val isDozing: StateFlow<Boolean> = _isDozing constant in com.android.systemui.keyguard.data.repository.FakeKeyguardRepository
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/ |
| D | KeyguardRepository.kt | 127 val isDozing: StateFlow<Boolean> constant 408 override val isDozing: StateFlow<Boolean> = _isDozing.asStateFlow() in isKeyguardShowing() constant
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
| D | KeyguardCoordinator.kt | 166 keyguardRepository.isDozing.collectLatest { isDozing -> in <lambda>() method
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/ |
| D | CollapsedStatusBarFragment.java | 754 public void onDozingChanged(boolean isDozing) { in onDozingChanged()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
| D | OverviewProxyService.java | 736 boolean keyguardGoingAway, boolean bouncerShowing, boolean isDozing, in onStatusBarStateChanged()
|