Home
last modified time | relevance | path

Searched refs:getWidgetsScroll (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DWidgets.java95 private int getWidgetsScroll() { in getWidgetsScroll() method in Widgets
140 final int scroll = getWidgetsScroll(); in getWidget()
142 final int newScroll = getWidgetsScroll(); in getWidget()
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
H A DTaplTestsLauncher3.java254 0, getWidgetsScroll(launcher))); in testWidgets()
258 Integer flingForwardY = getFromLauncher(launcher -> getWidgetsScroll(launcher)); in testWidgets()
264 getWidgetsScroll(launcher) < flingForwardY)); in testWidgets()
271 private int getWidgetsScroll(Launcher launcher) { in getWidgetsScroll() method in TaplTestsLauncher3