Searched refs:TvOptionsRow (Results 1 – 3 of 3) sorted by relevance
78 } else if (TvOptionsRow.class.equals(key)) { in createMenuRow()79 return new TvOptionsRow( in createMenuRow()89 public static class TvOptionsRow extends ItemListRow { class in MenuRowFactory91 public static final String ID = TvOptionsRow.class.getName();93 private TvOptionsRow( in TvOptionsRow() method in MenuRowFactory.TvOptionsRow
25 import com.android.tv.menu.MenuRowFactory.TvOptionsRow;63 mMenu.update(TvOptionsRow.ID);105 mMenu.update(TvOptionsRow.ID); in onStreamInfoChanged()
37 import com.android.tv.menu.MenuRowFactory.TvOptionsRow;158 addMenuRow(menuRowFactory.createMenuRow(this, TvOptionsRow.class)); in Menu()