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

  /libcore/luni/src/main/java/libcore/icu/
DateIntervalFormat.java 40 public static String formatDateRange(long startMs, long endMs, int flags, String olsonId) {
49 return formatDateRange(icuLocale, icuTimeZone, startMs, endMs, flags);
55 long startMs, long endMs, int flags) {
58 if (startMs == endMs) {
61 endCalendar = DateUtilsBridge.createIcuCalendar(icuTimeZone, icuLocale, endMs);
70 if (startMs != endMs && endsAtMidnight &&
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
VideoUtils.java 71 public static void startTrim(File src, File dst, int startMs, int endMs)
74 genVideoUsingMuxer(src.getPath(), dst.getPath(), startMs, endMs,
77 trimUsingMp4Parser(src, dst, startMs, endMs);
121 * @param endMs end time for trimming in milliseconds. Set to negative if
128 int startMs, int endMs, boolean useAudio, boolean useVideo)
206 if (endMs > 0 && bufferInfo.presentationTimeUs > (endMs * 1000)) {
230 private static void trimUsingMp4Parser(File src, File dst, int startMs, int endMs)
240 double endTime = endMs / 1000;
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
BlockingStateCallback.java 195 long endMs = SystemClock.elapsedRealtime();
196 timeoutLeft -= (endMs - startMs);
197 startMs = endMs;
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
StateWaiter.java 147 long endMs = SystemClock.elapsedRealtime();
148 timeoutLeft -= (endMs - startMs);
149 startMs = endMs;
  /system/extras/tests/workloads/
defs.sh 176 ((endMs=endS*1000 + endNs/1000000))
177 ((diff=endMs-startMs))
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/
TvContractUtils.java 222 long endMs = cursor.getLong(1);
227 list.add(new PlaybackInfo(startMs, endMs, videoUrl, videoType,
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java     [all...]

Completed in 703 milliseconds