Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/widget/
DMultiShrinkScroller.java473 final int distanceFromMaxScrolling = getMaximumScrollUpwards() - getScroll(); in onTouchEvent()
801 final int distanceFromMaxScrolling = getMaximumScrollUpwards() - getScroll(); in computeScroll()
816 if (mScroller.getCurrY() >= getMaximumScrollUpwards()) { in computeScroll()
839 height + getMaximumScrollUpwards() - getScroll()); in draw()
893 private int getMaximumScrollUpwards() { in getMaximumScrollUpwards() method in MultiShrinkScroller
/packages/apps/FMRadio/src/com/android/fmradio/views/
DFmScroller.java375 final int distanceFromMaxScrolling = getMaximumScrollUpwards() - getScroll(); in onTouchEvent()
542 final int distanceFromMaxScrolling = getMaximumScrollUpwards() - getScroll(); in computeScroll()
551 if (mScroller.getCurrY() >= getMaximumScrollUpwards()) { in computeScroll()
574 canvas.translate(-width + getPaddingLeft(), height + getMaximumScrollUpwards() in draw()
603 private int getMaximumScrollUpwards() { in getMaximumScrollUpwards() method in FmScroller