Home
last modified time | relevance | path

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

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