Searched refs:customActions (Results 1 – 5 of 5) sorted by relevance
/packages/apps/TV/src/com/android/tv/menu/ |
D | MenuRowFactory.java | 52 List<CustomAction> customActions = in createMenuRow() local 55 if (customActions != null && !TextUtils.isEmpty(title)) { in createMenuRow() 56 return new PartnerRow(mMainActivity, menu, title, customActions); in createMenuRow() 73 private TvOptionsRow(Context context, Menu menu, List<CustomAction> customActions) { in TvOptionsRow() argument 79 new TvOptionsRowAdapter(context, customActions)); in TvOptionsRow() 86 Context context, Menu menu, String title, List<CustomAction> customActions) { in PartnerRow() argument 92 new PartnerOptionsRowAdapter(context, customActions)); in PartnerRow()
|
D | PartnerOptionsRowAdapter.java | 25 public PartnerOptionsRowAdapter(Context context, List<CustomAction> customActions) { in PartnerOptionsRowAdapter() argument 26 super(context, customActions); in PartnerOptionsRowAdapter()
|
D | CustomizableOptionsRowAdapter.java | 28 public CustomizableOptionsRowAdapter(Context context, List<CustomAction> customActions) { in CustomizableOptionsRowAdapter() argument 30 mCustomActions = customActions; in CustomizableOptionsRowAdapter()
|
D | TvOptionsRowAdapter.java | 38 public TvOptionsRowAdapter(Context context, List<CustomAction> customActions) { in TvOptionsRowAdapter() argument 39 super(context, customActions); in TvOptionsRowAdapter()
|
/packages/apps/Car/tests/TestMediaApp/src/com/android/car/media/testmediaapp/ |
D | TmaMediaItem.java | 97 MediaMetadataCompat metadata, List<TmaCustomAction> customActions, in TmaMediaItem() argument 104 mCustomActions = Collections.unmodifiableList(customActions); in TmaMediaItem()
|