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.java41 protected abstract List<MenuAction> createBaseActions(); in createBaseActions() method in CustomizableOptionsRowAdapter
49 List<MenuAction> actions = new ArrayList<>(createBaseActions()); in createActions()
DPartnerOptionsRowAdapter.java32 protected List<MenuAction> createBaseActions() { in createBaseActions() method in PartnerOptionsRowAdapter
DTvOptionsRowAdapter.java53 protected List<MenuAction> createBaseActions() { in createBaseActions() method in TvOptionsRowAdapter