Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DScrollAdapter.java34 public boolean isScrolledToBottom(); in isScrolledToBottom() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DObservableScrollView.java51 public boolean isScrolledToBottom() { in isScrolledToBottom() method in ObservableScrollView
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java1142 public boolean isScrolledToBottom() { in isScrolledToBottom() method in NotificationStackScrollLayoutController
1143 return mView.isScrolledToBottom(); in isScrolledToBottom()
H A DNotificationStackScrollLayout.java605 public boolean isScrolledToBottom() {
2393 boolean forwardScrollable = mScrollable && !mScrollAdapter.isScrolledToBottom();
4012 boolean isScrolledToBottom() { in isScrolledToBottom() method
4013 return mScrollAdapter.isScrolledToBottom(); in isScrolledToBottom()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerTest.java568 when(mNotificationStackScrollLayoutController.isScrolledToBottom()).thenReturn(true); in testCanCollapsePanelOnTouch_trueWhenScrolledToBottom()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java2466 if (mNotificationStackScrollLayoutController.isScrolledToBottom()) { in canCollapsePanelOnTouch()