HomeSort by relevance Sort by last modified time
    Searched refs:totalDuration (Results 1 - 15 of 15) 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/base/libs/hwui/
JankTracker.cpp 208 int64_t totalDuration =
211 totalDuration, mData->frameCounts.size());
213 if (CC_LIKELY(totalDuration < mFrameInterval)) {
FrameInfo.h 148 inline int64_t totalDuration() const {
FrameInfoVisualizer.cpp 147 if (mFrameSource[fi].totalDuration() <= FRAME_THRESHOLD_NS) {
179 if (mFrameSource[fi].totalDuration() <= FRAME_THRESHOLD_NS) {
  /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/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp 98 deUint64 totalDuration;
108 deUint64 totalDuration;
118 deUint64 totalDuration;
130 deUint64 totalDuration;
141 deUint64 totalDuration;
151 deUint64 totalDuration;
161 deUint64 totalDuration;
171 deUint64 totalDuration;
182 deUint64 totalDuration;
194 deUint64 totalDuration;
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedStateListDrawable.java 694 int totalDuration = 0;
698 totalDuration += duration;
701 mTotalDuration = totalDuration;
702 return 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...]
RadialTimePickerView.java     [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
OverScrollerSGV.java 805 final float totalDuration = (float) Math.sqrt(
807 mStartTime -= (int) (1000.0f * (totalDuration - durationToApex));
809 mVelocity = (int) (- mDeceleration * totalDuration);
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
OverScroller.java 806 final float totalDuration = (float) Math.sqrt(
808 mStartTime -= (int) (1000.0f * (totalDuration - durationToApex));
810 mVelocity = (int) (- mDeceleration * totalDuration);
    [all...]
  /prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar 
  /cts/hostsidetests/dumpsys/src/android/dumpsys/cts/
DumpsysHostTest.java     [all...]
  /prebuilts/misc/common/com.android.uiautomator.platform.common/
com.android.uiautomator.platform.common.jar 

Completed in 852 milliseconds