Searched refs:findRow (Results 1 – 1 of 1) sorted by relevance
287 return findRow(getAppsRowSelector()); in selectAppsRow()295 return findRow(getGamesRowSelector()); in selectGamesRow()304 UiObject2 settings = findRow(getSettingsRowSelector(), Direction.DOWN); in selectSettingsRow()659 protected UiObject2 findRow(BySelector row, Direction direction) { in findRow() method in LeanbackLauncherStrategy681 protected UiObject2 findRow(BySelector row) { in findRow() method in LeanbackLauncherStrategy684 if ((rowObject = findRow(row, Direction.DOWN)) != null) { in findRow()688 if ((rowObject = findRow(row, Direction.UP)) != null) { in findRow()