Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/menu/
DCustomizableOptionsRowAdapter.java37 protected abstract List<MenuAction> createBaseActions(); in createBaseActions() method in CustomizableOptionsRowAdapter
45 List<MenuAction> actions = new ArrayList<>(createBaseActions()); in createActions()
DPartnerOptionsRowAdapter.java30 protected List<MenuAction> createBaseActions() { in createBaseActions() method in PartnerOptionsRowAdapter
DTvOptionsRowAdapter.java70 protected List<MenuAction> createBaseActions() { in createBaseActions() method in TvOptionsRowAdapter