Home
last modified time | relevance | path

Searched refs:playheadPosMs (Results 1 – 2 of 2) sorted by relevance

/packages/apps/VideoEditor/src/com/android/videoeditor/service/
DVideoEditorProject.java150 long lastSaved, long playheadPosMs, long durationMs, int zoomLevel, in VideoEditorProject() argument
165 mPlayheadPosMs = playheadPosMs; in VideoEditorProject()
258 public void setPlayheadPos(long playheadPosMs) { in setPlayheadPos() argument
259 mPlayheadPosMs = playheadPosMs; in setPlayheadPos()
1191 long playheadPosMs = 0; in fromXml() local
1203 playheadPosMs = Long.parseLong(parser.getAttributeValue("", in fromXml()
1229 playheadPosMs, durationMs, zoomLevel, exportedMovieUri, themeId, downloads); in fromXml()
/packages/apps/VideoEditor/src/com/android/videoeditor/
DVideoEditorActivity.java898 final long playheadPosMs = mProject.getPlayheadPos();
906 mPreviewThread.startPreviewPlayback(mProject, playheadPosMs);
936 final MovieMediaItem mediaItem = mProject.getNextMediaItem(playheadPosMs);
963 final MovieMediaItem mediaItem = mProject.getPreviousMediaItem(playheadPosMs);