Searched refs:mTotalTime (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DTrimTimeBar.java76 (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),
H A DTimeBar.java75 protected int mTotalTime; field in class:TimeBar
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/Settings/src/com/android/settings/applications/
H A DProcessStatsMemDetail.java54 long mTotalTime; field in class:ProcessStatsMemDetail
73 mTotalTime = args.getLong(EXTRA_TOTAL_TIME);
125 float level = ((float)mMemTimes[i])/mTotalTime;
136 (long)((weight * 1024) / mTotalTime));
H A DProcessStatsDetail.java88 private long mTotalTime; field in class:ProcessStatsDetail
108 mTotalTime = args.getLong(EXTRA_TOTAL_TIME);
111 mOnePercentTime = mTotalTime/100;
199 / (float) mTotalTime, getActivity());
258 / (float) mTotalTime, getActivity());
358 service.mDuration / (float) mTotalTime, getActivity()));
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
H A DStopwatchFragment.java90 mTotalTime = total;
93 public long mTotalTime; field in class:StopwatchFragment.Lap
181 totalTime.setText(Stopwatches.formatTimeText(lap.mTotalTime, mFormats[mTotalIndex]));
223 lap.mTotalTime >= mThresholds[mTotalIndex]) {
250 laps[i] = mLaps.get(i).mTotalTime;
269 mLaps.get(i).mTotalTime = totalTime;
622 final long lapTime = curTime - mLapsAdapter.getItem(1).mTotalTime;
624 mLapsAdapter.getItem(0).mTotalTime = curTime;
645 curLap.mLapTime = totalTime - mLapsAdapter.getItem(1).mTotalTime;
646 curLap.mTotalTime
[all...]
/packages/apps/Music/src/com/android/music/
H A DMediaPlaybackActivity.java109 mTotalTime = (TextView) findViewById(R.id.totaltime);
1144 private TextView mTotalTime; field in class:MediaPlaybackActivity
1311 mTotalTime.setText(MusicUtils.makeTimeString(this, mDuration / 1000));

Completed in 131 milliseconds