Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DAllApps.java171 final int newScroll = getAllAppsScroll(); in tryGetAppIcon() local
174 newScroll)); in tryGetAppIcon()
177 + newScroll, newScroll >= scroll); in tryGetAppIcon()
178 if (newScroll == scroll) break; in tryGetAppIcon()
183 scroll = newScroll; in tryGetAppIcon()
DWidgets.java174 final int newScroll = getWidgetsScroll(); in getWidget() local
177 + newScroll, newScroll >= scroll); in getWidget()
178 mLauncher.assertTrue("Unable to scroll to the widget", newScroll != scroll); in getWidget()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java3828 int[] newScroll = new int[count]; in createTaskDismissAnimation() local
3871 getPageScrolls(newScroll, false, in createTaskDismissAnimation()
4060 int scrollDiff = newScroll[i] - oldScroll[i] + offset; in createTaskDismissAnimation()