Home
last modified time | relevance | path

Searched refs:removeOverlay (Results 1 – 6 of 6) sorted by relevance

/packages/apps/VideoEditor/src/com/android/videoeditor/service/
DMovieMediaItem.java418 void removeOverlay(String overlayId) { in removeOverlay() method in MovieMediaItem
DVideoEditorProject.java832 mediaItem.removeOverlay(oldOverlay.getId()); in addOverlay()
845 void removeOverlay(String mediaItemId, String overlayId) { in removeOverlay() method in VideoEditorProject
847 mediaItem.removeOverlay(overlayId); in removeOverlay()
DApiService.java1091 public static void removeOverlay(Context context, String projectPath, String mediaItemId, in removeOverlay() method in ApiService
2527 mediaItem.removeOverlay(overlay.getId()); in processIntent()
2580 mediaItem.removeOverlay(intent.getStringExtra(PARAM_STORYBOARD_ITEM_ID)); in processIntent()
3640 videoProject.removeOverlay(mediaItemId, overlayId); in onIntentProcessed()
4375 mediaItem.removeOverlay(overlays.get(0).getId()); in applyThemeToMovie()
4508 mediaItem.removeOverlay(overlays.get(0).getId()); in applyThemeToMediaItem()
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
DOverlayLinearLayout.java537 public void removeOverlay(String mediaItemId, String overlayId) { in removeOverlay() method in OverlayLinearLayout
716 ApiService.removeOverlay(activity, mProject.getPath(), mediaItem.getId(), in onCreateDialog()
DMediaLinearLayout.java207 removeOverlay(mMediaItem); in onActionItemClicked()
1933 private void removeOverlay(MovieMediaItem mediaItem) {
/packages/apps/VideoEditor/src/com/android/videoeditor/
DVideoEditorBaseActivity.java600 getOverlayLayout().removeOverlay(mediaItemId, overlayId); in onOverlayRemoved()