Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DAmbientState.java248 public float getStackHeight() { in getStackHeight() method in AmbientState
H A DStackScrollAlgorithm.java490 final float stackHeight = ambientState.getStackHeight() - shelfHeight - scrimPadding; in getExpansionFractionWithoutShelf()
610 : ambientState.getStackHeight();
H A DNotificationStackScrollLayout.java854 y = (int) (mAmbientState.getStackY() + mAmbientState.getStackHeight()); in onDrawDebug()
1386 final float oldStackHeight = mAmbientState.getStackHeight();
1397 if (oldStackHeight != mAmbientState.getStackHeight()) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutTest.java259 assertThat(mAmbientState.getStackHeight()).isEqualTo(expected); in testUpdateStackHeight_withDozeAmount_whenDozeChanging()
274 assertThat(mAmbientState.getStackHeight()).isEqualTo(expected); in testUpdateStackHeight_withExpansionAmount_whenDozeNotChanging()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java273 final float stackEnd = ambientState.getStackY() + ambientState.getStackHeight(); in updateState()