Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/menu/
DMenu.java155 addMenuRow(menuRowFactory.createMenuRow(this, PlayControlsRow.class)); in Menu()
156 addMenuRow(menuRowFactory.createMenuRow(this, ChannelsRow.class)); in Menu()
157 addMenuRow(menuRowFactory.createMenuRow(this, PartnerRow.class)); in Menu()
158 addMenuRow(menuRowFactory.createMenuRow(this, TvOptionsRow.class)); in Menu()
171 private void addMenuRow(MenuRow row) { in addMenuRow() method in Menu