Home
last modified time | relevance | path

Searched refs:launchable (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DWorkspaceDragSource.java35 Launchable launchable = getLaunchable(); in dragToWorkspace() local
36 LauncherInstrumentation launcher = launchable.mLauncher; in dragToWorkspace()
50 Launchable launchable = getLaunchable(); in internalDragToWorkspace() local
51 LauncherInstrumentation launcher = launchable.mLauncher; in internalDragToWorkspace()
52 final Point launchableCenter = launchable.getObject().getVisibleCenter(); in internalDragToWorkspace()
57 launchable, in internalDragToWorkspace()
65 launchable::addExpectedEventsForLongClick); in internalDragToWorkspace()
75 Launchable launchable = getLaunchable(); in dragToWorkspace() local
76 final String iconName = launchable.getObject().getText(); in dragToWorkspace()
77 LauncherInstrumentation launcher = launchable.mLauncher; in dragToWorkspace()
[all …]
DWidget.java105 Launchable launchable = getLaunchable(); in dragToWorkspaceCellPosition() local
106 LauncherInstrumentation launcher = launchable.mLauncher; in dragToWorkspaceCellPosition()
109 launchable, in dragToWorkspaceCellPosition()
113 launchable::addExpectedEventsForLongClick); in dragToWorkspaceCellPosition()
DSplitscreenDragSource.java30 Launchable launchable = getLaunchable(); in dragToSplitscreen() local
31 LauncherInstrumentation launcher = launchable.mLauncher; in dragToSplitscreen()
34 launcher, launchable, expectedNewPackageName, expectedExistingPackageName); in dragToSplitscreen()
DWorkspace.java563 static void dragIconToWorkspace(LauncherInstrumentation launcher, Launchable launchable,
572 launcher, launchable, dest, expectLongClickEvents, expectDropEvents,
577 Launchable launchable, int cellX, int cellY, int spanX, int spanY,
585 launcher, launchable, cellX, cellY, spanX, spanY, true, expectLongClickEvents,
595 LauncherInstrumentation launcher, Launchable launchable, Supplier<Point> destSupplier,
599 launchable,
610 Launchable launchable,
615 dragIconToWorkspace(launcher, launchable, dest, /* isDecelerating */ true,
622 Launchable launchable,
634 Point dragStart = launchable.startDrag(
[all …]
DLaunchedAppState.java148 Launchable launchable,
160 Point itemVisibleCenter = launchable.mObject.getVisibleCenter();
161 Rect itemVisibleBounds = launcher.getVisibleBounds(launchable.mObject);
162 String itemLabel = launchable.mObject.getText();
164 Point dragStart = launchable.startDrag(
166 launchable::addExpectedEventsForLongClick,
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
DInstalledAppListerTest.java84 private void expectQueryIntentActivities(int userId, String packageName, boolean launchable) { in expectQueryIntentActivities() argument
89 eq(userId))).thenReturn(launchable in expectQueryIntentActivities()
DInstalledAppCounterTest.java129 private void expectQueryIntentActivities(int userId, String packageName, boolean launchable) { in expectQueryIntentActivities() argument
134 eq(userId))).thenReturn(launchable in expectQueryIntentActivities()