Home
last modified time | relevance | path

Searched refs:isDozing (Results 1 – 25 of 58) sorted by relevance

123

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DAnimatableClockController.java73 mIsDozing = mStatusBarStateController.isDozing(); in AnimatableClockController()
96 mView.animateCharge(mStatusBarStateController::isDozing);
115 boolean isDozing = linear > mDozeAmount;
117 if (mIsDozing != isDozing) {
118 mIsDozing = isDozing;
138 mIsDozing = mStatusBarStateController.isDozing(); in onInit()
DAnimatableClockView.java204 dozeStateGetter.isDozing() ? mDozingWeight : mLockScreenWeight/* weight */, in animateCharge()
211 setTextStyle(dozeStateGetter.isDozing() ? mLockScreenWeight : mDozingWeight/* weight */, in animateCharge()
220 void animateDoze(boolean isDozing, boolean animate) { in animateDoze() argument
221 setTextStyle(isDozing ? mDozingWeight : mLockScreenWeight /* weight */, in animateDoze()
223 isDozing ? mDozingColor : mLockScreenColor, in animateDoze()
305 boolean isDozing(); in isDozing() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/charging/
DWirelessChargingAnimation.java60 int transmittingBatteryLevel, int batteryLevel, Callback callback, boolean isDozing, in WirelessChargingAnimation() argument
63 transmittingBatteryLevel, batteryLevel, callback, isDozing, uiEventLogger); in WirelessChargingAnimation()
73 Callback callback, boolean isDozing, UiEventLogger uiEventLogger) { in makeWirelessChargingAnimation() argument
75 batteryLevel, callback, isDozing, uiEventLogger); in makeWirelessChargingAnimation()
112 boolean isDozing, UiEventLogger uiEventLogger) { in WirelessChargingView() argument
115 isDozing); in WirelessChargingView()
DWirelessChargingLayout.java57 boolean isDozing) { in WirelessChargingLayout() argument
59 init(context, null, transmittingBatteryLevel, batteryLevel, isDozing); in WirelessChargingLayout()
67 private void init(Context c, AttributeSet attrs, boolean isDozing) { in init() argument
72 int batteryLevel, boolean isDozing) { in init() argument
78 if (isDozing) { in init()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
DStatusBarStateController.java40 boolean isDozing(); in isDozing() method
99 default void onDozingChanged(boolean isDozing) {} in onDozingChanged() argument
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRankingCoordinatorTest.java115 when(mStatusBarStateController.isDozing()).thenReturn(true); in filterDozingSuppressAmbient()
121 when(mStatusBarStateController.isDozing()).thenReturn(false); in filterDozingSuppressAmbient()
135 when(mStatusBarStateController.isDozing()).thenReturn(true); in filterDozingSuppressNotificationList()
141 when(mStatusBarStateController.isDozing()).thenReturn(false); in filterDozingSuppressNotificationList()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRankingCoordinator.java119 if (mStatusBarStateController.isDozing() && entry.shouldSuppressAmbient()) {
123 return !mStatusBarStateController.isDozing() && entry.shouldSuppressNotificationList();
130 public void onDozingChanged(boolean isDozing) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeScrimController.java143 public boolean isDozing() { in isDozing() method in DozeScrimController
214 public void onDozingChanged(boolean isDozing) { in onDozingChanged() argument
215 setDozing(isDozing); in onDozingChanged()
DKeyguardLiftController.kt60 override fun onDozingChanged(isDozing: Boolean) { in onDozingChanged()
85 !statusBarStateController.isDozing in updateListeningState()
DNotificationShadeWindowViewController.java263 if (mStatusBarStateController.isDozing()) { in setupExpandedStatusBar()
309 if (mStatusBarStateController.isDozing() && !mService.isPulsing() in setupExpandedStatusBar()
318 && !mStatusBarStateController.isDozing()) { in setupExpandedStatusBar()
338 if (mStatusBarStateController.isDozing()) { in setupExpandedStatusBar()
389 if (mStatusBarStateController.isDozing()) { in setupExpandedStatusBar()
DDozeServiceHost.java198 mDozeLog.traceDozing(mStatusBarStateController.isDozing()); in startDozing()
280 mDozeLog.traceDozing(mStatusBarStateController.isDozing()); in stopDozing()
290 if (mStatusBarStateController.isDozing() && ignore) { in onIgnoreTouchWhilePulsing()
DCollapsedStatusBarFragment.java302 if (mStatusBarStateController.isDozing() in adjustDisableFlags()
389 && !mStatusBarStateController.isDozing()) { in clockHiddenMode()
503 public void onDozingChanged(boolean isDozing) { in onDozingChanged() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DPhoneStateMonitor.java143 if (isDozing()) { in getPhoneLockscreenState()
170 private boolean isDozing() { in isDozing() method in PhoneStateMonitor
171 return mStatusBarStateController.isDozing(); in isDozing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarStateControllerImpl.java199 public boolean isDozing() { in isDozing() method in StatusBarStateControllerImpl
239 public boolean setIsDozing(boolean isDozing) { in setIsDozing() argument
240 if (mIsDozing == isDozing) { in setIsDozing()
244 mIsDozing = isDozing; in setIsDozing()
250 rl.mListener.onDozingChanged(isDozing); in setIsDozing()
DSysuiStatusBarStateController.java95 boolean setIsDozing(boolean isDozing); in setIsDozing() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardIndicationRotateTextViewController.java238 public void onDozingChanged(boolean isDozing) {
239 if (isDozing == mIsDozing) return;
240 mIsDozing = isDozing;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationFilter.java88 if (mStatusBarStateController.isDozing() && entry.shouldSuppressAmbient()) { in shouldFilterOut()
92 if (!mStatusBarStateController.isDozing() && entry.shouldSuppressNotificationList()) { in shouldFilterOut()
DNotificationWakeUpCoordinator.kt288 (!statusBarStateController.isDozing || shouldAnimateVisibility())) { in onStateChanged()
388 override fun onDozingChanged(isDozing: Boolean) { in onDozingChanged()
389 if (isDozing) { in onDozingChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaHierarchyManager.kt418 override fun onDozingChanged(isDozing: Boolean) { in onDozingChanged()
419 if (!isDozing) { in onDozingChanged()
947 !statusBarStateController.isDozing) { in calculateLocation()
994 return !statusBarStateController.isDozing && in isLockScreenVisibleToUser()
1003 return !statusBarStateController.isDozing && in isLockScreenShadeVisibleToUser()
1010 return !statusBarStateController.isDozing && in isHomeScreenShadeVisibleToUser()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeLogger.kt60 fun logDozing(isDozing: Boolean) { in logDozing()
62 bool1 = isDozing in logDozing()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderImplTest.java127 when(mStatusBarStateController.isDozing()).thenReturn(false); in ensureStateForHeadsUpWhenAwake()
140 when(mStatusBarStateController.isDozing()).thenReturn(true); in ensureStateForHeadsUpWhenDozing()
243 when(mStatusBarStateController.isDozing()).thenReturn(false); in testShouldNotHeadsUpWhenDozing_notDozing()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCollapsedStatusBarFragmentTest.java224 when(mStatusBarStateController.isDozing()).thenReturn(true); in testOnDozingChanged()
227 Mockito.verify(mStatusBarStateController).isDozing(); in testOnDozingChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/
DFalsingCollectorImplTest.java222 when(mStatusBarStateController.isDozing()).thenReturn(true); in testAvoidDozingNotPulsing()
238 when(mStatusBarStateController.isDozing()).thenReturn(true); in testAvoidDozingButPulsing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java284 public boolean isDozing() { in isDozing() method in AmbientState
527 return isDozing() && !isPulsing(row.getEntry()); in isDozingAndNotPulsing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
DOnUserInteractionCallbackImplLegacy.java78 } else if (mStatusBarStateController.isDozing()) { in onDismiss()

123