HomeSort by relevance Sort by last modified time
    Searched refs:createBaseActions (Results 1 - 3 of 3) sorted by null

  /packages/apps/TV/src/com/android/tv/menu/
PartnerOptionsRowAdapter.java 32 protected List<MenuAction> createBaseActions() {
CustomizableOptionsRowAdapter.java 41 protected abstract List<MenuAction> createBaseActions();
44 // for {@link MenuAction} with the given type returned by {@link createBaseActions}.
49 List<MenuAction> actions = new ArrayList<>(createBaseActions());
TvOptionsRowAdapter.java 53 protected List<MenuAction> createBaseActions() {

Completed in 50 milliseconds