Searched defs:customActions (Results 1 – 5 of 5) sorted by relevance
/packages/apps/TV/src/com/android/tv/menu/ |
D | MenuRowFactory.java | 71 List<CustomAction> customActions = in createMenuRow() local 96 @Nullable List<CustomAction> customActions, in TvOptionsRow() 110 Context context, Menu menu, String title, List<CustomAction> customActions) { in PartnerRow()
|
D | TvOptionsRowAdapter.java | 56 TvOptionsRowAdapter create(Context context, @Nullable List<CustomAction> customActions); in create() 61 @Nullable List<CustomAction> customActions, in TvOptionsRowAdapter()
|
D | PartnerOptionsRowAdapter.java | 25 public PartnerOptionsRowAdapter(Context context, List<CustomAction> customActions) { in PartnerOptionsRowAdapter()
|
D | CustomizableOptionsRowAdapter.java | 28 public CustomizableOptionsRowAdapter(Context context, List<CustomAction> customActions) { in CustomizableOptionsRowAdapter()
|
/packages/apps/Car/tests/TestMediaApp/src/com/android/car/media/testmediaapp/ |
D | TmaMediaItem.java | 98 List<TmaCustomAction> customActions, List<TmaMediaEvent> mediaEvents, in TmaMediaItem()
|