Home
last modified time | relevance | path

Searched refs:getHideAmount (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DAmbientState.java356 public float getHideAmount() { in getHideAmount() method in AmbientState
H A DStackScrollAlgorithm.java145 viewState.setAlpha(1f - ambientState.getHideAmount()); in updateAlphaState()
H A DNotificationStackScrollLayout.java390 outline.setAlpha(1.0f - mAmbientState.getHideAmount());
5110 println(pw, "hideAmount", mAmbientState.getHideAmount()); in dump()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java239 viewState.setAlpha(1f - ambientState.getHideAmount()); in updateState()