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

  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaLinearLayout.java 56 import com.android.videoeditor.VideoEditorActivity;
236 VideoEditorActivity.DIALOG_REMOVE_EFFECT_ID, bundle);
247 VideoEditorActivity.DIALOG_CHANGE_RENDERING_MODE_ID, bundle);
255 VideoEditorActivity.DIALOG_REMOVE_MEDIA_ITEM_ID, bundle);
309 VideoEditorActivity.REQUEST_CODE_KEN_BURNS);
361 VideoEditorActivity.DIALOG_REMOVE_TRANSITION_ID, bundle);
    [all...]
AudioTrackLinearLayout.java 40 import com.android.videoeditor.VideoEditorActivity;
142 VideoEditorActivity.DIALOG_REMOVE_AUDIO_TRACK_ID, bundle);
587 case VideoEditorActivity.DIALOG_REMOVE_AUDIO_TRACK_ID: {
606 activity.removeDialog(VideoEditorActivity.DIALOG_REMOVE_AUDIO_TRACK_ID);
614 activity.removeDialog(VideoEditorActivity.DIALOG_REMOVE_AUDIO_TRACK_ID);
619 activity.removeDialog(VideoEditorActivity.DIALOG_REMOVE_AUDIO_TRACK_ID);
OverlayLinearLayout.java 41 import com.android.videoeditor.VideoEditorActivity;
132 VideoEditorActivity.REQUEST_CODE_PICK_OVERLAY);
140 VideoEditorActivity.DIALOG_REMOVE_OVERLAY_ID, bundle);
190 VideoEditorActivity.REQUEST_CODE_PICK_OVERLAY);
695 case VideoEditorActivity.DIALOG_REMOVE_OVERLAY_ID: {
714 activity.removeDialog(VideoEditorActivity.DIALOG_REMOVE_OVERLAY_ID);
722 activity.removeDialog(VideoEditorActivity.DIALOG_REMOVE_OVERLAY_ID);
727 activity.removeDialog(VideoEditorActivity.DIALOG_REMOVE_OVERLAY_ID);
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/
ProjectsActivity.java 288 final Intent intent = new Intent(this, VideoEditorActivity.class);
302 final Intent intent = new Intent(this, VideoEditorActivity.class);
VideoEditorActivity.java 90 public class VideoEditorActivity extends VideoEditorBaseActivity
92 private static final String TAG = "VideoEditorActivity";
724 ApiService.setAspectRatio(VideoEditorActivity.this, mProjectPath,
747 ApiService.deleteProject(VideoEditorActivity.this, mProjectPath);
    [all...]
VideoEditorBaseActivity.java 127 bundle.putString(VideoEditorActivity.PARAM_PROJECT_PATH, projectPath);
    [all...]

Completed in 68 milliseconds