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

  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
VideoEditorProject.java 374 final MovieMediaItem nextMediaItem = mMediaItems.get(i + 1);
375 nextMediaItem.setBeginTransition(newMediaItem.getEndTransition());
406 final MovieMediaItem nextMediaItem = mMediaItems.get(i);
407 nextMediaItem.setBeginTransition(null);
    [all...]
ApiService.java     [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaLinearLayout.java     [all...]

Completed in 26 milliseconds