Searched defs:SIDE_PANEL (Results 1 - 2 of 2) sorted by relevance

/packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
H A DConstants.java31 public static final BySelector SIDE_PANEL = By.res(TV_APP_PACKAGE, "side_panel"); field in class:Constants
/packages/apps/TV/src/com/android/tv/guide/
H A DProgramGuide.java893 private static final int SIDE_PANEL = 1; field in class:ProgramGuide.GlobalFocusChangeListener
904 if (fromLocation == SIDE_PANEL && toLocation == PROGRAM_TABLE) {
906 } else if (fromLocation == PROGRAM_TABLE && toLocation == SIDE_PANEL) {
917 return SIDE_PANEL;

Completed in 135 milliseconds