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

  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
OverlayLinearLayout.java 598 final long totalDurationMs = mProject.computeDuration();
618 totalDurationMs);
622 viewWidth) / totalDurationMs);
629 totalDurationMs);
633 durationMs) * viewWidth) / totalDurationMs);
637 viewWidth) / totalDurationMs);
640 overlay.getAppDuration()) * viewWidth) / totalDurationMs);
644 totalDurationMs);
646 + mediaItem.getAppTimelineDuration()) * viewWidth) / totalDurationMs);
    [all...]
MediaLinearLayout.java     [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
VideoEditorProject.java 995 long totalDurationMs = 0;
999 totalDurationMs += mediaItem.getAppTimelineDuration();
1003 totalDurationMs -= mediaItem.getEndTransition().getAppDuration();
1008 return totalDurationMs;
    [all...]

Completed in 55 milliseconds