Searched defs:totalTime (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DTrimControllerOverlay.java84 public void setTimes(int currentTime, int totalTime, int trimStartTime, int trimEndTime) { argument
85 mTimeBar.setTime(currentTime, totalTime, trimStartTime, trimEndTime);
H A DControllerOverlay.java54 void setTimes(int currentTime, int totalTime, argument
H A DTimeBar.java143 public void setTime(int currentTime, int totalTime, argument
145 if (mCurrentTime == currentTime && mTotalTime == totalTime) {
149 mTotalTime = totalTime;
H A DTrimTimeBar.java125 public void setTime(int currentTime, int totalTime, argument
127 if (mCurrentTime == currentTime && mTotalTime == totalTime
132 mTotalTime = totalTime;
H A DCommonControllerOverlay.java185 public void setTimes(int currentTime, int totalTime, argument
187 mTimeBar.setTime(currentTime, totalTime, trimStartTime, trimEndTime);
/packages/inputmethods/LatinIME/native/jni/src/utils/
H A Dprofiler.h36 const float totalTime = local
38 AKLOGI("Total time is %6.3f ms.", totalTime);
41 time.second / totalTime * 100.0f, time.second, mCounters[time.first]);
/packages/apps/Settings/src/com/android/settings/applications/
H A DProcStatsData.java84 public void setTotalTime(int totalTime) { argument
85 memTotalTime = totalTime;
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
H A DStopwatchFragment.java179 TextView totalTime = (TextView)lapInfo.findViewById(R.id.lap_total);
181 totalTime.setText(Stopwatches.formatTimeText(lap.mTotalTime, mFormats[mTotalIndex]));
266 long totalTime = 0;
268 totalTime += laps[i];
269 mLaps.get(i).mTotalTime = totalTime;
641 private void updateCurrentLap(long totalTime) { argument
645 curLap.mLapTime = totalTime - mLapsAdapter.getItem(1).mTotalTime;
646 curLap.mTotalTime = totalTime;
729 long totalTime = mAccumulatedTime + (curTime - mStartTime);
731 mTimeText.setTime(totalTime, tru
[all...]
/packages/apps/Nfc/src/com/android/nfc/beam/
H A DSendUi.java693 public void onTimeUpdate(TimeAnimator animation, long totalTime, long deltaTime) { argument

Completed in 110 milliseconds