Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java257 y = (int) (getLayoutHeight() - mBottomStackPeekSize in onDraw()
260 y = (int) (getLayoutHeight() - mBottomStackPeekSize); in onDraw()
262 y = (int) getLayoutHeight(); in onDraw()
397 mStackScrollAlgorithm.setLayoutHeight(getLayoutHeight()); in updateAlgorithmHeightAndPadding()
503 private int getLayoutHeight() { in getLayoutHeight() method in NotificationStackScrollLayout