Searched refs:newScroll (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/ |
D | AllApps.java | 138 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()
|
D | Widgets.java | 141 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/ |
D | LauncherUIScrollTest.java | 109 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/ |
D | RecentsView.java | 2312 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];
|