Searched refs:getScroll (Results 1 – 2 of 2) sorted by relevance
103 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
530 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 MultiShrinkScroller862 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 …]