Home
last modified time | relevance | path

Searched refs:setDozeAmount (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinatorTest.kt102 private fun setDozeAmount(dozeAmount: Float) { in setDozeAmount() method in com.android.systemui.statusbar.notification.NotificationWakeUpCoordinatorTest
134 setDozeAmount(1f) in setDozeToOneWillFullyHideNotifications()
141 setDozeAmount(0f) in setDozeToZeroWillFullyShowNotifications()
155 setDozeAmount(0.5f) in setDozeToHalfWillHalfShowNotifications()
163 setDozeAmount(0f) in setDozeToZeroWithBypassWillFullyHideNotifications()
186 setDozeAmount(0f) in setDozeToZeroWhenCommunalShowingWillFullyHideNotifications()
200 setDozeAmount(0f) in closingCommunalWillShowNotifications()
230 setDozeAmount(0.5f) in dozeAmountOutputClampsTo1WhenDelayStarts()
245 setDozeAmount(0.0f) in verifyDozeAmountOutputTracksDelay()
261 verify(stackScrollerController, never()).setDozeAmount(anyFloat()) in verifyDozeAmountOutputTracksDelay()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DResourceTrimmerTest.kt59 keyguardRepository.setDozeAmount(0f) in setUp()
84 keyguardRepository.setDozeAmount(1f) in dozeEnabled_sleepWithFullDozeAmount_doesntTrimMemory()
94 keyguardRepository.setDozeAmount(0f) in dozeEnabled_sleepWithoutFullDozeAmount_doesntTrimMemory()
104 keyguardRepository.setDozeAmount(0f) in aodEnabled_deviceWakesHalfWayThrough_doesNotTrimMemory()
113 keyguardRepository.setDozeAmount(it) in aodEnabled_deviceWakesHalfWayThrough_doesNotTrimMemory()
121 keyguardRepository.setDozeAmount(it) in aodEnabled_deviceWakesHalfWayThrough_doesNotTrimMemory()
125 keyguardRepository.setDozeAmount(0f) in aodEnabled_deviceWakesHalfWayThrough_doesNotTrimMemory()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/domain/interactor/
DUdfpsKeyguardInteractorTest.kt135 keyguardRepository.setDozeAmount(.50f) in dozeChanges_updatesUdfpsAodModel()
147 keyguardRepository.setDozeAmount(1f) in dozeChanges_updatesUdfpsAodModel()
220 keyguardRepository.setDozeAmount(0f) in setAwake()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/lockscreen/
DLockscreenSmartspaceControllerTest.kt399 verify(dateSmartspaceView).setDozeAmount(0.7f) in <lambda>()
400 verify(weatherSmartspaceView).setDozeAmount(0.7f) in <lambda>()
401 verify(smartspaceView).setDozeAmount(0.7f) in <lambda>()
844 verify(dateSmartspaceView).setDozeAmount(0.5f) in <lambda>()
857 verify(weatherSmartspaceView).setDozeAmount(0.5f) in <lambda>()
897 verify(smartspaceView).setDozeAmount(0.5f) in <lambda>()
995 override fun setDozeAmount(amount: Float) { in <lambda>() method
1027 override fun setDozeAmount(amount: Float) { in <lambda>() method
1055 override fun setDozeAmount(amount: Float) { in <lambda>() method
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/smartspace/
DDreamSmartspaceControllerTest.kt122 override fun setDozeAmount(amount: Float) {} in setDozeAmount() method in com.android.systemui.smartspace.DreamSmartspaceControllerTest
202 verify(mockView).setDozeAmount(0f) in testConnectOnViewCreate()
231 verify(weatherSmartspaceView).setDozeAmount(0f) in testConnectOnWeatherViewCreate()
DCommunalSmartspaceControllerTest.kt89 override fun setDozeAmount(amount: Float) {} in setDozeAmount() method in com.android.systemui.smartspace.CommunalSmartspaceControllerTest
/frameworks/base/packages/SystemUI/plugin/bcsmartspace/src/com/android/systemui/plugins/
DBcSmartspaceDataPlugin.java129 void setDozeAmount(float amount); in setDozeAmount() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLockIcon.java147 void setDozeAmount(float dozeAmount) { in setDozeAmount() method in LockIcon
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/smartspace/
DDreamSmartspaceController.kt108 view.setDozeAmount(0f) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DLockIconView.java80 void setDozeAmount(float dozeAmount) { in setDozeAmount() method in LockIconView
DLegacyLockIconViewController.java172 mView.setDozeAmount(value);
538 mView.setDozeAmount(eased);
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardIndicationAreaViewModelTest.kt183 repository.setDozeAmount(dozeAmount) in setDozeAmountAndCalculateExpectedTranslationY()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DClockEventControllerTest.kt161 repository.setDozeAmount(1f) in setUp()
314 repository.setDozeAmount(0.4f) in keyguardCallback_verifyKeyguardChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java986 setDozeAmount(tintAlpha); in setTintAlpha()
989 private void setDozeAmount(float dozeAmount) { in setDozeAmount() method in StatusBarIconView
999 setDozeAmount(f); in setDozing()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeKeyguardRepository.kt219 fun setDozeAmount(dozeAmount: Float) { in setDozeAmount() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java668 public void setDozeAmount(float dozeAmount) { in setDozeAmount() method in AmbientState
DNotificationStackScrollLayoutController.java1080 public void setDozeAmount(float amount) { in setDozeAmount() method in NotificationStackScrollLayoutController
1081 mView.setDozeAmount(amount); in setDozeAmount()
DNotificationStackScrollLayout.java5515 public void setDozeAmount(float dozeAmount) { in setDozeAmount() method
5516 mAmbientState.setDozeAmount(dozeAmount); in setDozeAmount()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinator.kt374 mStackScrollerController.setDozeAmount(outputEasedDozeAmount) in updateDozeAmount()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/
DLockscreenSmartspaceController.kt263 smartspaceViews.forEach { it.setDozeAmount(eased) } in <lambda>()