Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewController.java1526 mNotificationStackScrollLayoutController.setShouldShowShelfOnly(true); in collapse()
1567 mNotificationStackScrollLayoutController.setShouldShowShelfOnly(true); in expandWithQs()
1861 mNotificationStackScrollLayoutController.setShouldShowShelfOnly(true); in handleQsTouch()
3084 mNotificationStackScrollLayoutController.setShouldShowShelfOnly(false); in onExpandingFinished()
3134 mNotificationStackScrollLayoutController.setShouldShowShelfOnly(true); in onTrackingStarted()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java972 public void setShouldShowShelfOnly(boolean shouldShowShelfOnly) { in setShouldShowShelfOnly() method in NotificationStackScrollLayoutController
973 mView.setShouldShowShelfOnly(shouldShowShelfOnly); in setShouldShowShelfOnly()
DNotificationStackScrollLayout.java4776 public void setShouldShowShelfOnly(boolean shouldShowShelfOnly) { in setShouldShowShelfOnly() method