Searched refs:customActions (Results 1 - 4 of 4) sorted by relevance

/packages/apps/TV/src/com/android/tv/menu/
H A DPartnerOptionsRowAdapter.java27 public PartnerOptionsRowAdapter(Context context, List<CustomAction> customActions) { argument
28 super(context, customActions);
H A DMenuRowFactory.java56 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 DCustomizableOptionsRowAdapter.java32 public CustomizableOptionsRowAdapter(Context context, List<CustomAction> customActions) { argument
34 mCustomActions = customActions;
H A DTvOptionsRowAdapter.java47 public TvOptionsRowAdapter(Context context, List<CustomAction> customActions) { argument
48 super(context, customActions);

Completed in 99 milliseconds