Searched refs:removeOverlay (Results 1 – 6 of 6) sorted by relevance
/packages/apps/VideoEditor/src/com/android/videoeditor/service/ |
D | MovieMediaItem.java | 418 void removeOverlay(String overlayId) { in removeOverlay() method in MovieMediaItem
|
D | VideoEditorProject.java | 832 mediaItem.removeOverlay(oldOverlay.getId()); in addOverlay() 845 void removeOverlay(String mediaItemId, String overlayId) { in removeOverlay() method in VideoEditorProject 847 mediaItem.removeOverlay(overlayId); in removeOverlay()
|
D | ApiService.java | 1091 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/ |
D | OverlayLinearLayout.java | 537 public void removeOverlay(String mediaItemId, String overlayId) { in removeOverlay() method in OverlayLinearLayout 716 ApiService.removeOverlay(activity, mProject.getPath(), mediaItem.getId(), in onCreateDialog()
|
D | MediaLinearLayout.java | 207 removeOverlay(mMediaItem); in onActionItemClicked() 1933 private void removeOverlay(MovieMediaItem mediaItem) {
|
/packages/apps/VideoEditor/src/com/android/videoeditor/ |
D | VideoEditorBaseActivity.java | 600 getOverlayLayout().removeOverlay(mediaItemId, overlayId); in onOverlayRemoved()
|