Home
last modified time | relevance | path

Searched defs:row (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DLeanbackLauncherStrategy.java525 UiObject2 row = mDevice.findObject(getSearchRowSelector()); in isSearchRowSelected() local
533 UiObject2 row = mDevice.findObject(getAppsRowSelector()); in isAppsRowSelected() local
541 UiObject2 row = mDevice.findObject(getGamesRowSelector()); in isGamesRowSelected() local
549 UiObject2 row = mDevice.findObject(getNotificationRowSelector()); in isNotificationRowSelected() local
558 UiObject2 row = mDevice.findObject(getSettingsRowSelector()); in isSettingsRowSelected() local
678 protected UiObject2 findRow(BySelector row, Direction direction) { in findRow()
700 protected UiObject2 findRow(BySelector row) { in findRow()
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper2/
DLeanbackLauncherStrategy.java491 UiObject2 row = mDevice.findObject(getSearchRowSelector()); in isSearchRowSelected() local
499 UiObject2 row = mDevice.findObject(getAppsRowSelector()); in isAppsRowSelected() local
507 UiObject2 row = mDevice.findObject(getGamesRowSelector()); in isGamesRowSelected() local
515 UiObject2 row = mDevice.findObject(getNotificationRowSelector()); in isNotificationRowSelected() local
524 UiObject2 row = mDevice.findObject(getSettingsRowSelector()); in isSettingsRowSelected() local
653 protected UiObject2 findRow(BySelector row, Direction direction) { in findRow()
675 protected UiObject2 findRow(BySelector row) { in findRow()
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DMaterialYouColorsSimulationUtils.kt128 val row = (it - col) / originalBitmap.width in bitmapWithMaterialYouColorsSimulation() constant