Searched refs:SIDE_PANEL (Results 1 – 4 of 4) sorted by relevance
1015 private static final int SIDE_PANEL = 1; field in ProgramGuide.GlobalFocusChangeListener1027 if (fromLocation == SIDE_PANEL && toLocation == PROGRAM_TABLE) { in onGlobalFocusChanged()1029 } else if (fromLocation == PROGRAM_TABLE && toLocation == SIDE_PANEL) { in onGlobalFocusChanged()1044 return SIDE_PANEL; in getLocation()
33 public static final BySelector SIDE_PANEL = By.res(TV_APP_PACKAGE, "side_panel"); field in Constants
37 return By.copy(Constants.SIDE_PANEL) in bySidePanelTitled()
112 if (mDevice.hasObject(Constants.SIDE_PANEL) in after()