Home
last modified time | relevance | path

Searched refs:onDozeAmountChanged (Results 1 – 25 of 30) sorted by relevance

12

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLightBarTransitionsController.java83 public void onDozeAmountChanged(float linear, float eased) { in onDozeAmountChanged() method in LightBarTransitionsController.Callback
86 self.onDozeAmountChanged(linear, eased); in onDozeAmountChanged()
272 public void onDozeAmountChanged(float linear, float eased) { in onDozeAmountChanged() method in LightBarTransitionsController
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DUdfpsKeyguardViewLegacyControllerTest.java93 verify(mView).onDozeAmountChanged(dozeAmount, dozeAmount, in testViewControllerQueriesSBStateOnAttached()
119 mStatusBarStateListener.onDozeAmountChanged(linear, eased); in testDozeEventsSentToView()
121 verify(mView).onDozeAmountChanged(linear, eased, in testDozeEventsSentToView()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRankingCoordinatorTest.java285 mStatusBarStateCallback.onDozeAmountChanged(1f, 1f); in statusBarStateCallbackTest()
290 mStatusBarStateCallback.onDozeAmountChanged(1f, 1f); in statusBarStateCallbackTest()
294 mStatusBarStateCallback.onDozeAmountChanged(0.6f, 0.6f); in statusBarStateCallbackTest()
299 mStatusBarStateCallback.onDozeAmountChanged(0f, 0f); in statusBarStateCallbackTest()
H A DVisualStabilityCoordinatorTest.java561 mStatusBarStateListener.onDozeAmountChanged(dozeAmount, dozeAmount); in setFullyDozed()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsKeyguardViewControllerLegacy.kt105 view.onDozeAmountChanged(
116 override fun onDozeAmountChanged(linear: Float, eased: Float) {
128 view.onDozeAmountChanged(
289 stateListener.onDozeAmountChanged(dozeAmount, dozeAmount)
H A DUdfpsKeyguardViewLegacy.java253 void onDozeAmountChanged(float linear, float eased, @AnimationType int animationType) { in onDozeAmountChanged() method in UdfpsKeyguardViewLegacy
/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
H A DStatusBarStateController.java124 default void onDozeAmountChanged(float linear, float eased) {} in onDozeAmountChanged() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRankingCoordinator.java199 public void onDozeAmountChanged(float linear, float eased) {
200 StatusBarStateController.StateListener.super.onDozeAmountChanged(linear, eased);
H A DVisualStabilityCoordinator.java277 public void onDozeAmountChanged(float linear, float eased) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DLightBarTransitionsControllerTest.java75 mLightBarTransitionsController.onDozeAmountChanged(1f /* linear */, 1f /* eased */); in onDozeAmountChanged_lightWhenDozing()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DLockIconViewControllerTest.java238 mStatusBarStateListener.onDozeAmountChanged(1f, 1f); in testBurnInOffsetsUpdated_onDozeAmountChanged()
247 mStatusBarStateListener.onDozeAmountChanged(0f, 0f); in testBurnInOffsetsUpdated_onDozeAmountChanged()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DStatusBarStateControllerImplTest.kt97 verify(listener).onDozeAmountChanged(eq(0.5f), anyFloat())
H A DNotificationShadeDepthControllerTest.kt296 statusBarStateListener.onDozeAmountChanged(1f, 1f)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/
H A DKeyguardRepositoryImplTest.kt327 captor.value.onDozeAmountChanged(0.433f, 0.4f)
329 captor.value.onDozeAmountChanged(0.498f, 0.5f)
331 captor.value.onDozeAmountChanged(0.661f, 0.65f)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/
H A DLockscreenSmartspaceController.kt141 statusBarStateListener.onDozeAmountChanged(0f, statusBarStateController.dozeAmount)
227 override fun onDozeAmountChanged(linear: Float, eased: Float) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardIndicationRotateTextViewController.java327 public void onDozeAmountChanged(float linear, float eased) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationWakeUpCoordinatorTest.kt87 statusBarStateCallback.onDozeAmountChanged(dozeAmount, dozeAmount)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShadeDepthController.kt306 override fun onDozeAmountChanged(linear: Float, eased: Float) {
H A DStatusBarStateControllerImpl.java419 rl.mListener.onDozeAmountChanged(mDozeAmount, interpolatedAmount); in setDozeAmountInternal()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/lockscreen/
H A DLockscreenSmartspaceControllerTest.kt404 statusBarStateListener.onDozeAmountChanged(0.1f, 0.7f)
418 statusBarStateListener.onDozeAmountChanged(0.1f, 0.7f)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationWakeUpCoordinator.kt281 override fun onDozeAmountChanged(linear: Float, eased: Float) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcherController.java143 public void onDozeAmountChanged(float linearAmount, float amount) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardViewMediatorTest.java347 mViewMediator.onDozeAmountChanged(0.5f, 0.5f); in testIsAnimatingScreenOff()
351 mViewMediator.onDozeAmountChanged(1f, 1f); in testIsAnimatingScreenOff()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
H A DKeyguardRepository.kt473 override fun onDozeAmountChanged(linear: Float, eased: Float) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DLockIconViewController.java503 public void onDozeAmountChanged(float linear, float eased) {

12