Searched defs:isScrolledToBottom (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DScrollAdapter.java34 public boolean isScrolledToBottom(); method in interface:ScrollAdapter
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DObservableScrollView.java51 public boolean isScrolledToBottom() { method in class:ObservableScrollView
H A DPanelView.java393 * i.e isScrolledToBottom() is true and therefore there is no conflicting scrolling gesture
403 boolean scrolledToBottom = isScrolledToBottom();
471 protected boolean isScrolledToBottom() { method in class:PanelView
H A DNotificationPanelView.java1185 return onHeader || (mScrollView.isScrolledToBottom() && yDiff < 0) && isInQsArea(x, y);
1192 protected boolean isScrolledToBottom() { method in class:NotificationPanelView
1197 return mNotificationStackScroller.isScrolledToBottom();
1199 return mScrollView.isScrolledToBottom();
1668 && mNotificationStackScroller.isScrolledToBottom() && !mTwoFingerQsExpand;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java1918 public boolean isScrolledToBottom() { method in class:NotificationStackScrollLayout

Completed in 95 milliseconds