Searched refs:customActions (Results 1 - 4 of 4) sorted by relevance
/packages/apps/TV/src/com/android/tv/menu/ |
H A D | PartnerOptionsRowAdapter.java | 27 public PartnerOptionsRowAdapter(Context context, List<CustomAction> customActions) { argument 28 super(context, customActions);
|
H A D | MenuRowFactory.java | 56 List<CustomAction> customActions = mTvCustomizationManager.getCustomActions( 59 if (customActions != null && !TextUtils.isEmpty(title)) { 60 return new PartnerRow(mMainActivity, menu, title, customActions); 76 private TvOptionsRow(Context context, Menu menu, List<CustomAction> customActions) { argument 78 new TvOptionsRowAdapter(context, customActions)); 113 List<CustomAction> customActions) { 115 new PartnerOptionsRowAdapter(context, customActions)); 112 PartnerRow(Context context, Menu menu, String title, List<CustomAction> customActions) argument
|
H A D | CustomizableOptionsRowAdapter.java | 32 public CustomizableOptionsRowAdapter(Context context, List<CustomAction> customActions) { argument 34 mCustomActions = customActions;
|
H A D | TvOptionsRowAdapter.java | 47 public TvOptionsRowAdapter(Context context, List<CustomAction> customActions) { argument 48 super(context, customActions);
|
Completed in 99 milliseconds