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

  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
VideoEditorProject.java 142 * @param playheadPosMs The playhead position
150 long lastSaved, long playheadPosMs, long durationMs, int zoomLevel,
165 mPlayheadPosMs = playheadPosMs;
256 * @param playheadPosMs The playhead position
258 public void setPlayheadPos(long playheadPosMs) {
259 mPlayheadPosMs = playheadPosMs;
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorActivity.java     [all...]

Completed in 749 milliseconds