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

  /packages/apps/VideoEditor/src/com/android/videoeditor/
OverlayTitleTemplatePicker.java 31 public static final String PARAM_OVERLAY_ATTRIBUTES = "attributes";
71 extras.putExtra(PARAM_OVERLAY_ATTRIBUTES, bundle);
OverlayTitleEditor.java 39 public static final String PARAM_OVERLAY_ATTRIBUTES = "attributes";
102 final Bundle attributes = getIntent().getBundleExtra(PARAM_OVERLAY_ATTRIBUTES);
137 OverlayTitleTemplatePicker.PARAM_OVERLAY_ATTRIBUTES);
168 extras.putExtra(PARAM_OVERLAY_ATTRIBUTES, attributes);
VideoEditorActivity.java     [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
OverlayLinearLayout.java 129 intent.putExtra(OverlayTitleEditor.PARAM_OVERLAY_ATTRIBUTES,
    [all...]
MediaLinearLayout.java     [all...]

Completed in 59 milliseconds