Searched refs:getCustomActions (Results 1 – 6 of 6) sorted by relevance
60 List<CustomAction> customActions = mTvCustomizationManager.getCustomActions( in createMenuRow()69 .getCustomActions(TvCustomizationManager.ID_OPTIONS_ROW)); in createMenuRow()
70 if (getCustomActions() != null) { in createBaseActions()72 for (CustomAction customAction : getCustomActions()) { in createBaseActions()
80 protected List<CustomAction> getCustomActions() { in getCustomActions() method in CustomizableOptionsRowAdapter
153 public List<CustomAction> getCustomActions(String rowId) { in getCustomActions() method in TvCustomizationManager
367 updateActions(state.getActions(), state.getCustomActions()); in onPlaybackStateChanged()
4401 public java.util.List getCustomActions();