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

  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaLinearLayout.java 75 private static final String PARAM_DIALOG_MEDIA_ITEM_ID = "media_item_id";
234 bundle.putString(PARAM_DIALOG_MEDIA_ITEM_ID, mMediaItem.getId());
243 bundle.putString(PARAM_DIALOG_MEDIA_ITEM_ID, mMediaItem.getId());
253 bundle.putString(PARAM_DIALOG_MEDIA_ITEM_ID, mMediaItem.getId());
    [all...]
OverlayLinearLayout.java 58 private static final String PARAM_DIALOG_MEDIA_ITEM_ID = "media_item_id";
138 bundle.putString(PARAM_DIALOG_MEDIA_ITEM_ID, mMediaItem.getId());
697 bundle.getString(PARAM_DIALOG_MEDIA_ITEM_ID));
    [all...]

Completed in 143 milliseconds