Home
last modified time | relevance | path

Searched refs:getBaseZHeight (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java222 viewState.setZTranslation(ambientState.getBaseZHeight()); in updateState()
401 int baseZHeight = mAmbientState.getBaseZHeight(); in updateAppearance()
890 || row.getTranslationZ() > mAmbientState.getBaseZHeight(); in setIconTransformationAmount()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DAmbientState.java308 public int getBaseZHeight() { in getBaseZHeight() method in AmbientState
H A DStackScrollAlgorithm.java939 float baseZ = ambientState.getBaseZHeight(); in updateChildZValue()