Searched defs:getLayoutHeight (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java242 y = (int) (getLayoutHeight() - mBottomStackPeekSize
245 y = (int) (getLayoutHeight() - mBottomStackPeekSize);
247 y = (int) getLayoutHeight();
379 mStackScrollAlgorithm.setLayoutHeight(getLayoutHeight());
482 private int getLayoutHeight() { method in class:NotificationStackScrollLayout

Completed in 28 milliseconds