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

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

Completed in 57 milliseconds