/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 | NotificationIconAreaController.java | 507 public void onDozingChanged(boolean isDozing) { in onDozingChanged()
|
/frameworks/base/core/java/android/hardware/biometrics/ |
D | IBiometricContextListener.aidl | 29 void onDozeChanged(boolean isDozing, boolean isAwake); in onDozeChanged()
|
/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 | 57 boolean isDozing, RippleShape rippleShape) { in WirelessChargingLayout() 72 private void init(Context c, AttributeSet attrs, boolean isDozing, RippleShape rippleShape) { in init() 77 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/assist/ |
D | PhoneStateMonitor.java | 171 private boolean isDozing() { in isDozing() method in PhoneStateMonitor
|
/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 | 258 public boolean isDozing() { in isDozing() method in StatusBarStateControllerImpl 283 public boolean setIsDozing(boolean isDozing) { in setIsDozing()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | ClockEventController.kt | 111 private var isDozing = false in <lambda>() variable in com.android.keyguard.ClockEventController
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/ |
D | FakeKeyguardRepository.kt | 57 override val isDozing: Flow<Boolean> = _isDozing constant in com.android.systemui.keyguard.data.repository.FakeKeyguardRepository
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/ |
D | KeyguardRepositoryImplTest.kt | 245 fun isDozing() = in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/ |
D | FoldAodAnimationController.kt | 70 private var isDozing: Boolean = false in <lambda>() variable in com.android.systemui.unfold.FoldAodAnimationController
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardSliceProvider.java | 502 public void onDozingChanged(boolean isDozing) { in onDozingChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/ |
D | KeyguardInteractor.kt | 70 val isDozing: Flow<Boolean> = repository.isDozing in <lambda>() constant
|
D | KeyguardQuickAffordanceInteractor.kt | 97 ) { affordance, isDozing, isKeyguardShowing, isQuickSettingsVisible -> in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/ |
D | KeyguardRepository.kt | 105 val isDozing: Flow<Boolean> constant 332 override val isDozing: Flow<Boolean> = in isKeyguardShowing() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationLogger.java | 365 public void onDozingChanged(boolean isDozing) { in onDozingChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | KeyguardCoordinator.kt | 160 .transformLatest { isDozing -> in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/ |
D | CollapsedStatusBarFragment.java | 685 public void onDozingChanged(boolean isDozing) { in onDozingChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
D | OverviewProxyService.java | 687 boolean keyguardGoingAway, boolean bouncerShowing, boolean isDozing, in onStatusBarStateChanged()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | CentralSurfacesImplTest.java | 1336 private void setDozing(boolean isDozing) { in setDozing()
|