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.java142 addMenuRow(menuRowFactory.createMenuRow(this, PlayControlsRow.class)); in Menu()
143 addMenuRow(menuRowFactory.createMenuRow(this, ChannelsRow.class)); in Menu()
144 addMenuRow(menuRowFactory.createMenuRow(this, PartnerRow.class)); in Menu()
145 addMenuRow(menuRowFactory.createMenuRow(this, TvOptionsRow.class)); in Menu()
146 addMenuRow(menuRowFactory.createMenuRow(this, PipOptionsRow.class)); in Menu()
165 private void addMenuRow(MenuRow row) { in addMenuRow() method in Menu