HomeSort by relevance Sort by last modified time
    Searched refs:customActions (Results 1 - 12 of 12) sorted by null

  /packages/apps/TV/src/com/android/tv/menu/
PartnerOptionsRowAdapter.java 27 public PartnerOptionsRowAdapter(Context context, List<CustomAction> customActions) {
28 super(context, customActions);
MenuRowFactory.java 60 List<CustomAction> customActions = mTvCustomizationManager.getCustomActions(
63 if (customActions != null && !TextUtils.isEmpty(title)) {
64 return new PartnerRow(mMainActivity, menu, title, customActions);
83 private TvOptionsRow(Context context, Menu menu, List<CustomAction> customActions) {
85 new TvOptionsRowAdapter(context, customActions));
94 List<CustomAction> customActions) {
96 new PartnerOptionsRowAdapter(context, customActions));
CustomizableOptionsRowAdapter.java 32 public CustomizableOptionsRowAdapter(Context context, List<CustomAction> customActions) {
34 mCustomActions = customActions;
TvOptionsRowAdapter.java 41 public TvOptionsRowAdapter(Context context, List<CustomAction> customActions) {
42 super(context, customActions);
  /frameworks/support/media-compat/api22/android/support/v4/media/session/
PlaybackStateCompatApi22.java 33 List<Object> customActions,
40 for (Object customAction : customActions) {
  /frameworks/support/media-compat/api21/android/support/v4/media/session/
PlaybackStateCompatApi21.java 65 List<Object> customActions,
72 for (Object customAction : customActions) {
  /frameworks/support/media-compat/java/android/support/v4/media/session/
PlaybackStateCompat.java 553 List<PlaybackStateCompat.CustomAction> customActions,
563 mCustomActions = new ArrayList<>(customActions);
784 List<PlaybackStateCompat.CustomAction> customActions = null;
786 customActions = new ArrayList<>(customActionObjs.size());
788 customActions.add(CustomAction.fromCustomAction(customActionObj));
806 customActions,
826 List<Object> customActions = null;
828 customActions = new ArrayList<>(mCustomActions.size());
830 customActions.add(customAction.getCustomAction());
837 customActions, mActiveItemId, mExtras)
    [all...]
  /cts/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityNodeInfoTest.java 114 List<AccessibilityAction> customActions = new ArrayList<AccessibilityAction>();
115 customActions.add(new AccessibilityAction(AccessibilityNodeInfo.ACTION_FOCUS, "Foo"));
116 customActions.add(new AccessibilityAction(R.id.foo_custom_action, "Foo"));
121 for (AccessibilityAction customAction : customActions) {
130 allActions.addAll(customActions);
  /packages/apps/Car/Media/src/com/android/car/media/
MediaPlaybackFragment.java 620 * @param customActions A list of custom actions still unassigned to slots.
623 boolean isOriginalEnabled, List<PlaybackState.CustomAction> customActions) {
631 if (customActions.isEmpty()) {
636 PlaybackState.CustomAction customAction = customActions.remove(0);
658 * @param customActions A list of custom actions specified by the
661 private void updateActions(long actions, List<PlaybackState.CustomAction> customActions) {
668 customActions);
675 customActions);
682 customActions);
686 customActions.size() > 1
    [all...]
  /frameworks/base/media/java/android/media/session/
PlaybackState.java 297 List<PlaybackState.CustomAction> customActions, long activeItemId,
305 mCustomActions = new ArrayList<>(customActions);
652 * {@link PlaybackState.CustomAction CustomActions} can be used to extend the capabilities of
    [all...]
  /prebuilts/sdk/current/support/media-compat/libs/
android-support-media-compat.jar 
  /prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/
log4j-core-2.5.jar 

Completed in 646 milliseconds