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

/packages/apps/TV/src/com/android/tv/guide/
H A DProgramGrid.java39 public class ProgramGrid extends VerticalGridView { class in inherits:VerticalGridView
40 private static final String TAG = "ProgramGrid";
55 if (newFocus != ProgramGrid.this && contains(newFocus)) {
101 * Is called before focus is moved. Only children to {@code ProgramGrid} will be passed.
102 * See {@code ProgramGrid#setChildFocusListener(ChildFocusListener)}.
107 public ProgramGrid(Context context) { method in class:ProgramGrid
111 public ProgramGrid(Context context, AttributeSet attrs) { method in class:ProgramGrid
115 public ProgramGrid(Context context, AttributeSet attrs, int defStyle) { method in class:ProgramGrid
136 * Initializes ProgramGrid. It should be called before the view is actually attached to
144 * Registers a listener focus events occurring on children to the {@code ProgramGrid}
[all...]

Completed in 11 milliseconds