Searched refs:findRow (Results 1 – 1 of 1) sorted by relevance
300 return findRow(getAppsRowSelector()); in selectAppsRow()308 return findRow(getGamesRowSelector()); in selectGamesRow()317 UiObject2 settings = findRow(getSettingsRowSelector(), Direction.DOWN); in selectSettingsRow()678 protected UiObject2 findRow(BySelector row, Direction direction) { in findRow() method in LeanbackLauncherStrategy700 protected UiObject2 findRow(BySelector row) { in findRow() method in LeanbackLauncherStrategy703 if ((rowObject = findRow(row, Direction.DOWN)) != null) { in findRow()707 if ((rowObject = findRow(row, Direction.UP)) != null) { in findRow()