Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DAllApps.java138 final int newScroll = getAllAppsScroll(); in getAppIcon() local
141 + newScroll, newScroll >= scroll); in getAppIcon()
142 if (newScroll == scroll) break; in getAppIcon()
148 scroll = newScroll; in getAppIcon()
DWidgets.java141 final int newScroll = getWidgetsScroll(); in getWidget() local
144 + newScroll, newScroll >= scroll); in getWidget()
145 mLauncher.assertTrue("Unable to scroll to the widget", newScroll != scroll); in getWidget()
/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/ui/
DLauncherUIScrollTest.java109 int newScroll = launcher.getAppsView().getActiveRecyclerView().getCurrentScrollY(); in testAllAppsScroll() local
111 assertNotEquals("All Apps was not scrolled", currentScroll, newScroll); in testAllAppsScroll()
129 int newScroll = widgets.getRecyclerView().getCurrentScrollY(); in testWidgetsListScroll() local
130 assertNotEquals("Widgets was not scrolled", currentScroll, newScroll); in testWidgetsListScroll()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java2312 int[] newScroll = new int[count]; in createTaskDismissAnimation() local
2314 getPageScrolls(newScroll, false, (v) -> v.getVisibility() != GONE && v != taskView); in createTaskDismissAnimation()
2356 int scrollDiff = newScroll[i] - oldScroll[i] + offset; in createTaskDismissAnimation()
3035 int[] newScroll = new int[getChildCount()];
3036 getPageScrolls(newScroll, false, SIMPLE_SCROLL_LOGIC);
3078 int scrollDiff = newScroll[i] - oldScroll[i];