Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/widget/
DMultiShrinkScroller.java211 if (getScrollUntilOffBottom() > 0 && mListener != null) {
700 getScrollUntilOffBottom()); in scrollOffBottom()
703 getScroll() - getScrollUntilOffBottom()); in scrollOffBottom()
853 private int getScrollUntilOffBottom() { in getScrollUntilOffBottom() method in MultiShrinkScroller
1035 if (getScrollUntilOffBottom() <= 0) { in scrollDown()