Home
last modified time | relevance | path

Searched refs:getFractionToShade (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java162 final float fractionToShade = ambientState.getFractionToShade(); in updateAlphaState()
407 ambientState.getFractionToShade(), ambientState.isOnKeyguard()); in initAlgorithmState()
556 ambientState.getFractionToShade(), ambientState.isOnKeyguard());
H A DAmbientState.java113 public float getFractionToShade() { in getFractionToShade() method in AmbientState
H A DNotificationStackScrollLayout.java2376 previous, mAmbientState.getFractionToShade(), mAmbientState.isOnKeyguard());
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerTest.java144 when(mAmbientState.getFractionToShade()).thenReturn(0.5f); in computeMaxKeyguardNotifications_lockscreenToShade_returnsExistingMax()
154 when(mAmbientState.getFractionToShade()).thenReturn(0f); in computeMaxKeyguardNotifications_noTransition_updatesMax()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java484 mAmbientState.getFractionToShade()); in updateAppearance()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java1840 if (mAmbientState.getFractionToShade() > 0) { in computeMaxKeyguardNotifications()
1843 + " fractionToShade=" + mAmbientState.getFractionToShade() in computeMaxKeyguardNotifications()