Home
last modified time | relevance | path

Searched refs:focused (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/base-app-helpers/src/android/platform/test/helpers/
DAbstractLeanbackAppHelper.java122 UiObject2 focus = container.findObject(By.focused(true)); in select()
129 focus = container.findObject(By.focused(true)); in select()
132 focus = container.findObject(By.focused(true)); in select()
168 return sidePanel.hasObject(By.focused(true).minDepth(1)); in isSidePanelSelected()
181 UiObject2 focused = select(container, section, Direction.UP); in selectSection() local
182 if (focused != null) { in selectSection()
183 return focused; in selectSection()
185 focused = select(container, section, Direction.DOWN); in selectSection()
186 if (focused != null) { in selectSection()
187 return focused; in selectSection()
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DLeanbackLauncherStrategy.java228 getNotificationRowSelector().hasChild(By.focused(true))), SHORT_WAIT_TIME); in selectNotificationRow()
241 getSearchRowSelector().hasDescendant(By.focused(true))), SHORT_WAIT_TIME); in selectSearchRow()
255 getAllAppsSelector().hasChild(By.focused(true))), SHORT_WAIT_TIME); in selectAppsRow()
273 getGamesRowSelector().hasChild(By.focused(true))), SHORT_WAIT_TIME); in selectGamesRow()
350 UiObject2 focusedIcon = container.findObject(By.focused(true)) in launchApp()
423 return row.hasObject(By.focused(true)); in isSearchRowSelected()
431 return row.hasObject(By.focused(true)); in isAppsRowSelected()
439 return row.hasObject(By.focused(true)); in isGamesRowSelected()
447 return row.hasObject(By.focused(true)); in isNotificationRowSelected()
482 nextText = container.findObject(By.focused(true)).findObject( in findApp()
[all …]
/platform_testing/libraries/gmail-app-helper/src/android/platform/test/helpers/
DGmailHelperImpl.java66 private static final BySelector NAV_DRAWER_SELECTOR = By.res("android", "list").focused(true);