Searched refs:focused (Results 1 – 3 of 3) sorted by relevance
122 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() local182 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()
228 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 …]
66 private static final BySelector NAV_DRAWER_SELECTOR = By.res("android", "list").focused(true);