Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java735 public void updateIsSmallScreen(int panelHeight) { in updateIsSmallScreen() method in StackScrollAlgorithm
DNotificationStackScrollLayout.java2387 public void updateIsSmallScreen(int qsMinHeight) { in updateIsSmallScreen() method in NotificationStackScrollLayout
2388 mStackScrollAlgorithm.updateIsSmallScreen(mMaxLayoutHeight - qsMinHeight); in updateIsSmallScreen()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java309 mNotificationStackScroller.updateIsSmallScreen( in onLayout()