HomeSort by relevance Sort by last modified time
    Searched defs:removeOverlay (Results 1 - 5 of 5) sorted by null

  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
OverlayLinearLayout.java 537 public void removeOverlay(String mediaItemId, String overlayId) {
540 Log.e(TAG, "removeOverlay: Media item not found: " + mediaItemId);
716 ApiService.removeOverlay(activity, mProject.getPath(), mediaItem.getId(),
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieMediaItem.java 418 void removeOverlay(String overlayId) {
VideoEditorProject.java 832 mediaItem.removeOverlay(oldOverlay.getId());
845 void removeOverlay(String mediaItemId, String overlayId) {
847 mediaItem.removeOverlay(overlayId);
    [all...]
ApiService.java     [all...]
  /frameworks/base/media/java/android/media/videoeditor/
MediaItem.java 497 public Overlay removeOverlay(String overlayId) {

Completed in 212 milliseconds