Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DAmbientState.java152 public float getStackHeight() { in getStackHeight() method in AmbientState
H A DStackScrollAlgorithm.java377 final float stackHeight = ambientState.getStackHeight() - shelfHeight - scrimPadding; in getExpansionFractionWithoutShelf()
495 : (int) ambientState.getStackHeight(); in updateChild()
H A DNotificationStackScrollLayout.java765 y = (int) (mAmbientState.getStackY() + mAmbientState.getStackHeight()); in onDrawDebug()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java204 final float stackEnd = ambientState.getStackY() + ambientState.getStackHeight(); in updateState()