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

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
StopWatchMap.java 33 private long mTotalTime;
39 mTotalTime = 0;
57 mTotalTime += stopTime - mStartTime;
62 String.format("%.1f", mTotalTime * 1.0f / mNumCalls));
63 mTotalTime = 0;
  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
BaselineButtonsTest.java 30 private View mTotalTime;
46 mTotalTime = activity.findViewById(R.id.totaltime);
56 assertNotNull(mTotalTime);
82 assertEquals("TotalTime wrong bottom", pauseHeight, mTotalTime.getBottom());
84 assertTrue("TotalTime too tall", mTotalTime.getTop() > 0);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
Statistics.java 73 int mTotalTime;
77 mTotalTime = 0;
82 mTotalTime += deltaTime;
89 return mTotalTime / mCount;
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
TrimTimeBar.java 76 (int) ((mProgressBar.width() * (long) time) / mTotalTime);
92 if (mTotalTime > 0) {
113 if (mTotalTime > 0 && mTrimEndTime == 0) {
114 mTrimEndTime = mTotalTime;
127 if (mCurrentTime == currentTime && mTotalTime == totalTime
132 mTotalTime = totalTime;
163 * mTotalTime / mProgressBar.width());
202 stringForTime(mTotalTime),
TimeBar.java 75 protected int mTotalTime;
116 if (mTotalTime > 0) {
118 mPlayedBar.left + (int) ((mProgressBar.width() * (long) mCurrentTime) / mTotalTime);
145 if (mCurrentTime == currentTime && mTotalTime == totalTime) {
149 mTotalTime = totalTime;
169 * mTotalTime / mProgressBar.width());
209 stringForTime(mTotalTime),
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchFragment.java 66 mTotalTime = 0;
71 mTotalTime = total;
74 public long mTotalTime;
126 toalTime.setText(Stopwatches.formatTimeText(mLaps.get(position).mTotalTime,
163 lap.mTotalTime >= mThresholds[mTotalIndex]) {
190 laps[i] = mLaps.get(i).mTotalTime;
209 mLaps.get(i).mTotalTime = totalTime;
635 long lapTime = curTime - ((Lap) mLapsAdapter.getItem(1)).mTotalTime;
637 ((Lap)mLapsAdapter.getItem(0)).mTotalTime = curTime;
654 curLap.mLapTime = totalTime - ((Lap)mLapsAdapter.getItem(1)).mTotalTime;
    [all...]
  /frameworks/base/services/java/com/android/server/location/
ComprehensiveCountryDetector.java 116 private long mTotalTime;
303 mTotalTime += mStopTime;
483 sb.append("totalTime=" + (mTotalTime + currentSessionLength) + ", ");
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 503 long mTotalTime;
507 * mTotalTime to find the time for the current run of the system.
518 * The value of mTotalTime when unplug() was last called. Subtract
519 * this from mTotalTime to find the time since the last unplug from
539 mTotalTime = in.readLong();
561 mTotalTime = mLoadedTime = mLastTime = 0;
600 + " old mTotalTime=" + mTotalTime);
602 mTotalTime = computeRunTimeLocked(batteryRealtime);
606 + ": new mTotalTime=" + mTotalTime)
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java 109 mTotalTime = (TextView) findViewById(R.id.totaltime);
    [all...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 352 milliseconds