Home
last modified time | relevance | path

Searched refs:customActions (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/TV/src/com/android/tv/menu/
H A DMenuRowFactory.java71 List<CustomAction> customActions = in createMenuRow() local
74 if (customActions != null && !TextUtils.isEmpty(title)) { in createMenuRow()
75 return new PartnerRow(mMainActivity, menu, title, customActions); in createMenuRow()
96 @Nullable List<CustomAction> customActions, in TvOptionsRow() argument
103 tvOptionsRowAdapterFactory.create(context, customActions)); in TvOptionsRow()
110 Context context, Menu menu, String title, List<CustomAction> customActions) { in PartnerRow() argument
116 new PartnerOptionsRowAdapter(context, customActions)); in PartnerRow()
H A DPartnerOptionsRowAdapter.java25 public PartnerOptionsRowAdapter(Context context, List<CustomAction> customActions) { in PartnerOptionsRowAdapter() argument
26 super(context, customActions); in PartnerOptionsRowAdapter()
H A DCustomizableOptionsRowAdapter.java28 public CustomizableOptionsRowAdapter(Context context, List<CustomAction> customActions) { in CustomizableOptionsRowAdapter() argument
30 mCustomActions = customActions; in CustomizableOptionsRowAdapter()
H A DTvOptionsRowAdapter.java56 TvOptionsRowAdapter create(Context context, @Nullable List<CustomAction> customActions); in create() argument
61 @Nullable List<CustomAction> customActions, in TvOptionsRowAdapter() argument
64 super(context, customActions); in TvOptionsRowAdapter()
/aosp12/packages/apps/Car/tests/TestMediaApp/src/com/android/car/media/testmediaapp/
H A DTmaMediaItem.java99 List<TmaCustomAction> customActions, List<TmaMediaEvent> mediaEvents, in TmaMediaItem() argument
106 mCustomActions = Collections.unmodifiableList(customActions); in TmaMediaItem()
/aosp12/frameworks/base/media/java/android/media/session/
H A DPlaybackState.java306 List<PlaybackState.CustomAction> customActions, long activeItemId, in PlaybackState() argument
314 mCustomActions = new ArrayList<>(customActions); in PlaybackState()