/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | NotificationWakeUpCoordinatorTest.kt | 102 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/ |
D | ResourceTrimmerTest.kt | 59 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/ |
D | UdfpsKeyguardInteractorTest.kt | 135 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/ |
D | LockscreenSmartspaceControllerTest.kt | 399 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/ |
D | DreamSmartspaceControllerTest.kt | 122 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()
|
D | CommunalSmartspaceControllerTest.kt | 89 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/ |
D | BcSmartspaceDataPlugin.java | 129 void setDozeAmount(float amount); in setDozeAmount() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | LockIcon.java | 147 void setDozeAmount(float dozeAmount) { in setDozeAmount() method in LockIcon
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/smartspace/ |
D | DreamSmartspaceController.kt | 108 view.setDozeAmount(0f) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | LockIconView.java | 80 void setDozeAmount(float dozeAmount) { in setDozeAmount() method in LockIconView
|
D | LegacyLockIconViewController.java | 172 mView.setDozeAmount(value); 538 mView.setDozeAmount(eased);
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | KeyguardIndicationAreaViewModelTest.kt | 183 repository.setDozeAmount(dozeAmount) in setDozeAmountAndCalculateExpectedTranslationY()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
D | ClockEventControllerTest.kt | 161 repository.setDozeAmount(1f) in setUp() 314 repository.setDozeAmount(0.4f) in keyguardCallback_verifyKeyguardChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | StatusBarIconView.java | 986 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/ |
D | FakeKeyguardRepository.kt | 219 fun setDozeAmount(dozeAmount: Float) { in setDozeAmount() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | AmbientState.java | 668 public void setDozeAmount(float dozeAmount) { in setDozeAmount() method in AmbientState
|
D | NotificationStackScrollLayoutController.java | 1080 public void setDozeAmount(float amount) { in setDozeAmount() method in NotificationStackScrollLayoutController 1081 mView.setDozeAmount(amount); in setDozeAmount()
|
D | NotificationStackScrollLayout.java | 5515 public void setDozeAmount(float dozeAmount) { in setDozeAmount() method 5516 mAmbientState.setDozeAmount(dozeAmount); in setDozeAmount()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationWakeUpCoordinator.kt | 374 mStackScrollerController.setDozeAmount(outputEasedDozeAmount) in updateDozeAmount()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/ |
D | LockscreenSmartspaceController.kt | 263 smartspaceViews.forEach { it.setDozeAmount(eased) } in <lambda>()
|