Searched defs:customActions (Results 1 – 6 of 6) sorted by relevance
71 List<CustomAction> customActions = in createMenuRow() local96 @Nullable List<CustomAction> customActions, in TvOptionsRow()110 Context context, Menu menu, String title, List<CustomAction> customActions) { in PartnerRow()
56 TvOptionsRowAdapter create(Context context, @Nullable List<CustomAction> customActions); in create()61 @Nullable List<CustomAction> customActions, in TvOptionsRowAdapter()
25 public PartnerOptionsRowAdapter(Context context, List<CustomAction> customActions) { in PartnerOptionsRowAdapter()
28 public CustomizableOptionsRowAdapter(Context context, List<CustomAction> customActions) { in CustomizableOptionsRowAdapter()
82 val customActions = factory.createCustomActions() in testCreateCustomActions() constant
153 List<ChooserAction> customActions, in ChooserActionFactory()