Searched refs:SIDE_PANEL (Results 1 - 4 of 4) sorted by relevance

/packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
H A DConstants.java33 public static final BySelector SIDE_PANEL = By.res(TV_APP_PACKAGE, "side_panel"); field in class:Constants
H A DSidePanelHelper.java37 return By.copy(Constants.SIDE_PANEL)
/packages/apps/TV/src/com/android/tv/guide/
H A DProgramGuide.java936 private static final int SIDE_PANEL = 1; field in class:ProgramGuide.GlobalFocusChangeListener
947 if (fromLocation == SIDE_PANEL && toLocation == PROGRAM_TABLE) {
949 } else if (fromLocation == PROGRAM_TABLE && toLocation == SIDE_PANEL) {
960 return SIDE_PANEL;
/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/
H A DLiveChannelsTestController.java112 if (mDevice.hasObject(Constants.SIDE_PANEL)

Completed in 93 milliseconds