Searched refs:FOCUSED_VIEW (Results 1 – 3 of 3) sorted by relevance
18 import static com.android.tv.testing.uihelper.Constants.FOCUSED_VIEW;107 BySelector hasFocusedDescendant = By.hasDescendant(FOCUSED_VIEW); in assertNavigateTo()
33 public static final BySelector FOCUSED_VIEW = By.focused(true); field in Constants
19 import static com.android.tv.testing.uihelper.Constants.FOCUSED_VIEW;155 UiObject2 focusedView = menu.findObject(FOCUSED_VIEW); in assertButtonHasFocus()