Home
last modified time | relevance | path

Searched defs:stackEndHeight (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java303 final float stackEndHeight = stackCutoff - stackTop; in updateStackEndHeightAndStackHeight_shadeFullyExpanded_withSceneContainer() local
322 final float stackEndHeight = stackCutoff - stackTop; in updateStackEndHeightAndStackHeight_shadeExpanding_withSceneContainer() local
343 final float stackEndHeight = stackCutoff - stackTop; in updateStackEndHeightAndStackHeight_shadeOverscrolledToTop_withSceneContainer() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java193 public void setStackEndHeight(float stackEndHeight) { in setStackEndHeight()
DStackScrollAlgorithm.java605 final float stackEndHeight = ambientState.getStackEndHeight() - shelfHeight - scrimPadding; in getExpansionFractionWithoutShelf() local