Searched refs:fromMs (Results 1 - 2 of 2) sorted by relevance

/packages/apps/VideoEditor/src/com/android/videoeditor/
H A DVideoEditorActivity.java1858 * @param fromMs Start playing from the specified position
1860 private void startPreviewPlayback(final VideoEditorProject project, final long fromMs) { argument
1867 logd("Start preview at: " + fromMs);
1875 project.startPreview(mSurfaceHolder, fromMs, -1, false, 3,
1943 // (e.g. when fromMs == clip duration)
1944 Log.w(TAG, "Cannot start preview at: " + fromMs + "\n" + ex);
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
H A DVideoEditorProject.java1072 * @param fromMs The time (relative to the timeline) at which the preview
1082 * @throws IllegalArgumentException if fromMs is beyond the preview duration
1086 public void startPreview(SurfaceHolder surfaceHolder, long fromMs, long toMs, boolean loop, argument
1089 mVideoEditor.startPreview(surfaceHolder, fromMs, toMs, loop, callbackAfterFrameCount,

Completed in 46 milliseconds