Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DAllApps.java103 int scroll = getScroll(allAppsContainer); in getAppIcon()
107 final int newScroll = getScroll(allAppsContainer); in getAppIcon()
139 for (int scroll = getScroll(allAppsContainer); in scrollBackToBeginning()
141 scroll = getScroll(allAppsContainer)) { in scrollBackToBeginning()
157 private int getScroll(UiObject2 allAppsContainer) { in getScroll() method in AllApps
/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 …]