Home
last modified time | relevance | path

Searched refs:isScrolledToBottom (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DObservableScrollView.java51 public boolean isScrolledToBottom() { in isScrolledToBottom() method in ObservableScrollView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java1267 public boolean isScrolledToBottom() { in isScrolledToBottom() method in NotificationStackScrollLayoutController
1268 return mView.isScrolledToBottom(); in isScrolledToBottom()
DNotificationStackScrollLayout.java611 public boolean isScrolledToBottom() {
2522 boolean forwardScrollable = mScrollable && !mScrollAdapter.isScrolledToBottom();
4058 boolean isScrolledToBottom() { in isScrolledToBottom() method
4059 return mScrollAdapter.isScrolledToBottom(); in isScrolledToBottom()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerTest.java659 when(mNotificationStackScrollLayoutController.isScrolledToBottom()).thenReturn(true); in testCanCollapsePanelOnTouch_trueWhenScrolledToBottom()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java2616 if (mNotificationStackScrollLayoutController.isScrolledToBottom()) { in canCollapsePanelOnTouch()