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.java134 final int newScroll = getAllAppsScroll(); in getAppIcon() local
137 + newScroll, newScroll >= scroll); in getAppIcon()
138 if (newScroll == scroll) break; in getAppIcon()
144 scroll = newScroll; in getAppIcon()
/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/ui/
DLauncherUIScrollTest.java113 int newScroll = launcher.getAppsView().getActiveRecyclerView().getCurrentScrollY(); in testAllAppsScroll() local
115 assertNotEquals("All Apps was not scrolled", currentScroll, newScroll); in testAllAppsScroll()
133 int newScroll = widgets.getRecyclerView().getCurrentScrollY(); in testWidgetsListScroll() local
134 assertNotEquals("Widgets was not scrolled", currentScroll, newScroll); in testWidgetsListScroll()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DRecentsView.java1396 int[] newScroll = new int[count]; in createTaskDismissAnimation() local
1398 getPageScrolls(newScroll, false, (v) -> v.getVisibility() != GONE && v != taskView); in createTaskDismissAnimation()
1433 int scrollDiff = newScroll[i] - oldScroll[i] + offset; in createTaskDismissAnimation()