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

  /system/extras/tests/sdcard/
stopwatch.h 147 double mMaxDuration;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DurationMinimap.java 434 private final long mMaxDuration;
444 mMaxDuration = maxDuration;
464 } else if (duration > mMaxDuration) {
465 duration = mMaxDuration;
477 return mMaxDuration;

Completed in 97 milliseconds