Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java264 public float getStackHeight() { in getStackHeight() method in AmbientState
DStackScrollAlgorithm.java570 final float stackHeight = ambientState.getStackHeight() - shelfHeight - scrimPadding; in getExpansionFractionWithoutShelf()
708 : ambientState.getStackHeight();
DNotificationStackScrollLayout.java877 y = (int) (mAmbientState.getStackY() + mAmbientState.getStackHeight()); in onDrawDebug()
1444 final float oldStackHeight = mAmbientState.getStackHeight();
1455 if (oldStackHeight != mAmbientState.getStackHeight()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java264 final float stackEnd = ambientState.getStackY() + ambientState.getStackHeight(); in updateState()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java260 assertThat(mAmbientState.getStackHeight()).isEqualTo(expected); in testUpdateStackHeight_withExpansionAmount_whenDozeNotChanging()