Home
last modified time | relevance | path

Searched refs:TvOptionsRow (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TV/src/com/android/tv/menu/
DMenuRowFactory.java78 } else if (TvOptionsRow.class.equals(key)) { in createMenuRow()
79 return new TvOptionsRow( in createMenuRow()
89 public static class TvOptionsRow extends ItemListRow { class in MenuRowFactory
91 public static final String ID = TvOptionsRow.class.getName();
93 private TvOptionsRow( in TvOptionsRow() method in MenuRowFactory.TvOptionsRow
DMenuUpdater.java25 import com.android.tv.menu.MenuRowFactory.TvOptionsRow;
63 mMenu.update(TvOptionsRow.ID);
105 mMenu.update(TvOptionsRow.ID); in onStreamInfoChanged()
DMenu.java37 import com.android.tv.menu.MenuRowFactory.TvOptionsRow;
158 addMenuRow(menuRowFactory.createMenuRow(this, TvOptionsRow.class)); in Menu()