Searched refs:launchable (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/ |
D | WorkspaceDragSource.java | 35 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 …]
|
D | Widget.java | 105 Launchable launchable = getLaunchable(); in dragToWorkspaceCellPosition() local 106 LauncherInstrumentation launcher = launchable.mLauncher; in dragToWorkspaceCellPosition() 109 launchable, in dragToWorkspaceCellPosition() 113 launchable::addExpectedEventsForLongClick); in dragToWorkspaceCellPosition()
|
D | SplitscreenDragSource.java | 30 Launchable launchable = getLaunchable(); in dragToSplitscreen() local 31 LauncherInstrumentation launcher = launchable.mLauncher; in dragToSplitscreen() 34 launcher, launchable, expectedNewPackageName, expectedExistingPackageName); in dragToSplitscreen()
|
D | Workspace.java | 563 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 …]
|
D | LaunchedAppState.java | 148 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/ |
D | InstalledAppListerTest.java | 84 private void expectQueryIntentActivities(int userId, String packageName, boolean launchable) { in expectQueryIntentActivities() argument 89 eq(userId))).thenReturn(launchable in expectQueryIntentActivities()
|
D | InstalledAppCounterTest.java | 129 private void expectQueryIntentActivities(int userId, String packageName, boolean launchable) { in expectQueryIntentActivities() argument 134 eq(userId))).thenReturn(launchable in expectQueryIntentActivities()
|