HomeSort by relevance Sort by last modified time
    Searched defs:totalDuration (Results 1 - 9 of 9) 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/av/libvideoeditor/vss/src/
M4xVSS_API.c 599 M4OSA_Int32 totalDuration;
    [all...]
M4xVSS_internal.c     [all...]
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialTextsView.java 314 int totalDuration = (int) (duration * totalDurationMultiplier);
315 float delayPoint = (delayMultiplier * duration) / totalDuration;
331 this, radiusReappear, fadeIn).setDuration(totalDuration);
RadialSelectorView.java 367 int totalDuration = (int) (duration * totalDurationMultiplier);
368 float delayPoint = (delayMultiplier * duration) / totalDuration;
384 this, radiusReappear, fadeIn).setDuration(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;
  /frameworks/base/core/java/android/widget/
OverScroller.java 804 final float totalDuration = (float) Math.sqrt(
806 mStartTime -= (int) (1000.0f * (totalDuration - durationToApex));
808 mVelocity = (int) (- mDeceleration * totalDuration);
    [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...]

Completed in 3050 milliseconds