Searched refs:mCustomActions (Results 1 – 4 of 4) sorted by relevance
26 private final List<CustomAction> mCustomActions; field in CustomizableOptionsRowAdapter30 mCustomActions = customActions; in CustomizableOptionsRowAdapter()47 if (mCustomActions != null) { in createActions()49 for (int i = 0; i < mCustomActions.size(); i++) { in createActions()52 CustomAction customAction = mCustomActions.get(i); in createActions()71 getMainActivity().startActivitySafe(mCustomActions.get(position).getIntent()); in executeAction()78 return mCustomActions; in getCustomActions()
77 private final Map<String, TmaCustomAction> mCustomActions; field in TmaMediaItemReader83 mCustomActions = enumNamesToValues(TmaMediaItem.TmaCustomAction.values()); in TmaMediaItemReader()117 getEnumArray(json, Keys.CUSTOM_ACTIONS, mCustomActions), in fromJson()
86 final List<TmaCustomAction> mCustomActions; field in TmaMediaItem104 mCustomActions = Collections.unmodifiableList(customActions); in TmaMediaItem()163 mCustomActions, mMediaEvents, allChildren, null); in append()
122 for (TmaCustomAction action : mActiveItem.mCustomActions) { in setActiveItemState()