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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackScrollAlgorithm.java839 public void updateIsSmallScreen(int panelHeight) { method in class:StackScrollAlgorithm
H A DNotificationStackScrollLayout.java2725 * See {@link StackScrollAlgorithm#updateIsSmallScreen}.
2727 public void updateIsSmallScreen(int qsMinHeight) { method in class:NotificationStackScrollLayout
2728 mStackScrollAlgorithm.updateIsSmallScreen(mMaxLayoutHeight - qsMinHeight);

Completed in 723 milliseconds