Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/widget/
DMultiShrinkScroller.java530 scrollTo(0, getScroll() + (int) delta); in onTouchEvent()
534 final int distanceFromMaxScrolling = getMaximumScrollUpwards() - getScroll(); in onTouchEvent()
703 getScroll() - getScrollUntilOffBottom()); in scrollOffBottom()
720 final int currentPosition = getScroll(); in scrollUpForEntranceAnimation()
743 final int delta = y - getScroll(); in scrollTo()
815 public int getScroll() { in getScroll() method in MultiShrinkScroller
862 final int oldScroll = getScroll(); in computeScroll()
865 final int distanceFromMaxScrolling = getMaximumScrollUpwards() - getScroll(); in computeScroll()
871 scrollTo(0, getScroll() + getTransparentViewHeight()); in computeScroll()
903 height + getMaximumScrollUpwards() - getScroll()); in draw()
[all …]