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

  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieOverlay.java 69 final Map<String, String> userAttributes = overlay.getUserAttributes();
70 mTitle = userAttributes.get(KEY_TITLE);
71 mSubtitle = userAttributes.get(KEY_SUBTITLE);
72 mType = Integer.parseInt(userAttributes.get(KEY_TYPE));
221 final Bundle userAttributes = new Bundle(4);
222 userAttributes.putInt(KEY_TYPE, mType);
223 userAttributes.putString(KEY_TITLE, mTitle);
224 userAttributes.putString(KEY_SUBTITLE, mSubtitle);
225 return userAttributes;
238 final Bundle userAttributes = new Bundle(4);
    [all...]
ApiService.java     [all...]
ApiServiceListener.java 376 * @param userAttributes The user attributes
380 String mediaItemId, Bundle userAttributes, Exception exception) {}
  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorBaseActivity.java 642 String mediaItemId, Bundle userAttributes, Exception exception) {
657 getOverlayLayout().updateOverlayAttributes(mediaItemId, overlayId, userAttributes);
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
VideoEditorImpl.java     [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
OverlayLinearLayout.java 560 * @param userAttributes The overlay attributes
563 Bundle userAttributes) {
    [all...]

Completed in 199 milliseconds