Home
last modified time | relevance | path

Searched refs:getTestInfo (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java359 Bundle getTestInfo(String request) { in getTestInfo() method in LauncherInstrumentation
360 return getTestInfo(request, /*arg=*/ null); in getTestInfo()
363 Bundle getTestInfo(String request, String arg) { in getTestInfo() method in LauncherInstrumentation
364 return getTestInfo(request, arg, null); in getTestInfo()
367 Bundle getTestInfo(String request, String arg, Bundle extra) { in getTestInfo() method in LauncherInstrumentation
379 Bundle getTestInfo(TestInformationRequest request) { in getTestInfo() method in LauncherInstrumentation
382 return getTestInfo(request.getRequestName(), null, extra); in getTestInfo()
386 return getTestInfo(TestProtocol.REQUEST_TARGET_INSETS) in getTargetInsets()
391 return getTestInfo(TestProtocol.REQUEST_WINDOW_INSETS) in getWindowInsets()
396 return getTestInfo(TestProtocol.REQUEST_SYSTEM_GESTURE_REGION) in getSystemGestureRegion()
[all …]
DLaunchedAppState.java56 device -> Math.abs(mLauncher.getTestInfo(REQUEST_STASHED_TASKBAR_SCALE).getFloat(
61 device -> Math.abs(mLauncher.getTestInfo(REQUEST_STASHED_TASKBAR_SCALE).getFloat(
119 mLauncher.getTestInfo(REQUEST_ENABLE_BLOCK_TIMEOUT);
126 int taskbarFromNavThreshold = mLauncher.getTestInfo(REQUEST_TASKBAR_FROM_NAV_THRESHOLD)
142 mLauncher.getTestInfo(REQUEST_DISABLE_BLOCK_TIMEOUT);
173 return launcher.getTestInfo(REQUEST_SHELL_DRAG_READY)
DTaskbarAllApps.java56 return mLauncher.getTestInfo(TestProtocol.REQUEST_TASKBAR_ALL_APPS_TOP_PADDING) in getAppsListRecyclerTopPadding()
62 return mLauncher.getTestInfo(TestProtocol.REQUEST_TASKBAR_APPS_LIST_SCROLL_Y) in getAllAppsScroll()
DAllApps.java74 mIconHeight = mLauncher.getTestInfo(TestProtocol.REQUEST_ICON_HEIGHT) in AllApps()
249 return mLauncher.getTestInfo(TestProtocol.REQUEST_ALL_APPS_BOTTOM_PADDING) in getAppsListRecyclerBottomPadding()
345 mLauncher.getTestInfo(TestProtocol.REQUEST_FREEZE_APP_LIST); in freeze()
352 mLauncher.getTestInfo(TestProtocol.REQUEST_UNFREEZE_APP_LIST); in unfreeze()
362 final Bundle testInfo = mLauncher.getTestInfo(TestProtocol.REQUEST_APP_LIST_FREEZE_FLAGS); in getFreezeFlags()
DLogEventChecker.java44 return mLauncher.getTestInfo(TestProtocol.REQUEST_START_EVENT_LOGGING) != null; in start()
58 rawEvents = mLauncher.getTestInfo(TestProtocol.REQUEST_GET_TEST_EVENTS) in finishSync()
83 mLauncher.getTestInfo(TestProtocol.REQUEST_STOP_EVENT_LOGGING); in finishNoWait()
DWorkspace.java97 final int swipeHeight = mLauncher.getTestInfo( in switchToAllApps()
486 int[] countXY = mLauncher.getTestInfo(
493 return launcher.getTestInfo(WorkspaceCellCenterRequest.builder().setCellX(cellX).setCellY(
499 return launcher.getTestInfo(WorkspaceCellCenterRequest.builder().setCellX(cellX)
505 return launcher.getTestInfo(HotseatCellCenterRequest.builder()
511 return mLauncher.getTestInfo(TestProtocol.REQUEST_WORKSPACE_COLUMNS_ROWS).getParcelable(
522 return launcher.getTestInfo(TestProtocol.REQUEST_WORKSPACE_CURRENT_PAGE_INDEX).getInt(
DHomeAllApps.java96 return mLauncher.getTestInfo(TestProtocol.REQUEST_ALL_APPS_TOP_PADDING) in getAppsListRecyclerTopPadding()
108 return mLauncher.getTestInfo(TestProtocol.REQUEST_APPS_LIST_SCROLL_Y) in getAllAppsScroll()
DBackground.java168 final int swipeHeight = mLauncher.getTestInfo(getSwipeHeightRequestName()).getInt( in sendSwipeUpAndHoldToEnterOverviewGestureToLauncher()
186 final int swipeHeight = mLauncher.getTestInfo(getSwipeHeightRequestName()).getInt( in sendUpPointerToEnterOverviewToLauncher()
DLaunchable.java180 return mLauncher.getTestInfo(TestProtocol.REQUEST_START_DRAG_THRESHOLD).getInt( in getStartDragThreshold()
DWidgets.java113 return mLauncher.getTestInfo( in getWidgetsScroll()