Searched refs:ProgramGrid (Results 1 – 2 of 2) sorted by relevance
39 public class ProgramGrid extends VerticalGridView { class55 if (newFocus != ProgramGrid.this && contains(newFocus)) {107 public ProgramGrid(Context context) { in ProgramGrid() method in ProgramGrid111 public ProgramGrid(Context context, AttributeSet attrs) { in ProgramGrid() method in ProgramGrid115 public ProgramGrid(Context context, AttributeSet attrs, int defStyle) { in ProgramGrid() method in ProgramGrid
68 public class ProgramGuide implements ProgramGrid.ChildFocusListener {114 private final ProgramGrid mGrid;260 mGrid = (ProgramGrid) mTable.findViewById(R.id.grid); in ProgramGuide()282 mGrid.setFocusScrollStrategy(ProgramGrid.FOCUS_SCROLL_ALIGNED); in ProgramGuide()284 mGrid.setWindowAlignmentOffsetPercent(ProgramGrid.WINDOW_ALIGN_OFFSET_PERCENT_DISABLED); in ProgramGuide()286 mGrid.setItemAlignmentOffsetPercent(ProgramGrid.ITEM_ALIGN_OFFSET_PERCENT_DISABLED); in ProgramGuide()