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

  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorBaseActivity.java 65 protected String mProjectPath;
78 if (!projectPath.equals(mProjectPath)) {
92 if (!projectPath.equals(mProjectPath)) {
99 mProjectPath = null;
116 if (!projectPath.equals(mProjectPath)) {
122 mProjectPath = null;
143 if (!projectPath.equals(mProjectPath)) {
164 if (!projectPath.equals(mProjectPath)) {
188 if (!projectPath.equals(mProjectPath)) {
219 if (!projectPath.equals(mProjectPath)) {
    [all...]
ProjectPickerAdapter.java 243 private String mProjectPath;
256 mProjectPath = projectPath;
267 final File thumbnail = new File(mProjectPath, VideoEditor.THUMBNAIL_FILENAME);
306 mPreviewBitmapCache.put(mProjectPath, result);
VideoEditorActivity.java 521 if (enableMenu && mProjectPath != null) {
522 enableMenu = !ApiService.isProjectBeingEdited(mProjectPath);
718 ApiService.setAspectRatio(VideoEditorActivity.this, mProjectPath,
741 ApiService.deleteProject(VideoEditorActivity.this, mProjectPath);
742 mProjectPath = null;
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
TransitionView.java 60 private String mProjectPath;
178 mProjectPath = projectPath;
335 if (ApiService.isTransitionThumbnailsPending(mProjectPath, transition.getId())) {
365 ApiService.getTransitionThumbnails(getContext(), mProjectPath, transition.getId(),
MediaItemView.java 81 private String mProjectPath;
306 mProjectPath = projectPath;
553 ApiService.getMediaItemThumbnails(getContext(), mProjectPath,
  /frameworks/base/media/java/android/media/videoeditor/
MediaItem.java 100 private final String mProjectPath;
151 mProjectPath = editor.getPath();
460 ((OverlayFrame)overlay).save(mProjectPath);
757 mBlankFrameFilename = String.format(mProjectPath + "/" + "ghost.rgb");
VideoEditorImpl.java 128 private final String mProjectPath;
163 mProjectPath = projectPath;
207 final String audioTrackPCMFilePath = String.format(mProjectPath + "/"
457 mMANativeHelper.export(filename, mProjectPath, height,bitrate,
582 return mProjectPath;
779 if ((new File(mProjectPath + "/" + THUMBNAIL_FILENAME)).exists()) {
780 (new File(mProjectPath + "/" + THUMBNAIL_FILENAME)).delete();
966 final File file = new File(mProjectPath, PROJECT_FILENAME);
    [all...]
MediaArtistNativeHelper.java 110 private final String mProjectPath;
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
VideoEditorProject.java 67 private final String mProjectPath;
162 mProjectPath = projectPath;
191 return mProjectPath;
    [all...]
ApiService.java 228 private final String mProjectPath;
236 mProjectPath = projectPath;
243 intent.putExtra(PARAM_PROJECT_PATH, mProjectPath);
    [all...]
  /prebuilts/devtools/tools/lib/
ant-tasks.jar 

Completed in 952 milliseconds