Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java211 viewState.setZTranslation(ambientState.getBaseZHeight()); in updateState()
406 int baseZHeight = mAmbientState.getBaseZHeight(); in updateAppearance()
871 || row.getTranslationZ() > mAmbientState.getBaseZHeight(); in setIconTransformationAmount()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java338 public int getBaseZHeight() { in getBaseZHeight() method in AmbientState
DStackScrollAlgorithm.java1079 float baseZ = ambientState.getBaseZHeight(); in updateChildZValue()