Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DAmbientState.java261 public float getHideAmount() { in getHideAmount() method in AmbientState
H A DStackScrollAlgorithm.java425 viewState.alpha = 1f - ambientState.getHideAmount(); in updateChild()
H A DNotificationStackScrollLayout.java384 outline.setAlpha(1.0f - mAmbientState.getHideAmount());
4975 .append(" hideAmount=").append(mAmbientState.getHideAmount()) in dump()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java175 viewState.alpha = 1f - ambientState.getHideAmount(); in updateState()