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

  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
LocationCluster.java 140 long totalDuration = (mNewHistogram.containsKey(timeOfWeek)) ?
142 mNewHistogram.put(timeOfWeek, totalDuration);
145 totalDuration = (mNewHistogram.containsKey(timeOfDay)) ?
147 mNewHistogram.put(timeOfDay, totalDuration);
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialSelectorView.java 367 int totalDuration = (int) (duration * totalDurationMultiplier);
368 float delayPoint = (delayMultiplier * duration) / totalDuration;
384 this, radiusReappear, fadeIn).setDuration(totalDuration);
RadialTextsView.java 314 int totalDuration = (int) (duration * totalDurationMultiplier);
315 float delayPoint = (delayMultiplier * duration) / totalDuration;
331 this, radiusReappear, fadeIn).setDuration(totalDuration);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineFrameModel.js 489 var totalDuration = 0;
493 totalDuration += duration;
499 this.average = totalDuration / this.frameCount;
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp 117 deUint64 totalDuration;
127 deUint64 totalDuration;
137 deUint64 totalDuration;
149 deUint64 totalDuration;
160 deUint64 totalDuration;
170 deUint64 totalDuration;
180 deUint64 totalDuration;
190 deUint64 totalDuration;
201 deUint64 totalDuration;
213 deUint64 totalDuration;
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedStateListDrawable.java 623 int totalDuration = 0;
627 totalDuration += duration;
630 mTotalDuration = totalDuration;
631 return totalDuration;
  /frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/platform/
SurfaceFlingerHelper.java 367 long totalDuration = endTime - startTime;
368 return (double)((mFrameLatencySampleSize - 1) * Math.pow(10, 9))/totalDuration;
  /prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar 
  /frameworks/base/core/java/android/widget/
OverScroller.java 805 final float totalDuration = (float) Math.sqrt(
807 mStartTime -= (int) (1000.0f * (totalDuration - durationToApex));
809 mVelocity = (int) (- mDeceleration * totalDuration);
    [all...]
RadialTimePickerView.java     [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
OverScrollerSGV.java 808 final float totalDuration = (float) Math.sqrt(
810 mStartTime -= (int) (1000.0f * (totalDuration - durationToApex));
812 mVelocity = (int) (- mDeceleration * totalDuration);
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
OverScroller.java 809 final float totalDuration = (float) Math.sqrt(
811 mStartTime -= (int) (1000.0f * (totalDuration - durationToApex));
813 mVelocity = (int) (- mDeceleration * totalDuration);
    [all...]
  /frameworks/webview/chromium/tests/prebuilts/
android-janktesthelper.jar 

Completed in 1012 milliseconds