Searched refs:mTotalTime (Results 1 - 4 of 4) 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 DProcessStatsDetail.java92 private long mTotalTime; field in class:ProcessStatsDetail
110 mTotalTime = args.getLong(EXTRA_TOTAL_TIME);
113 mOnePercentTime = mTotalTime/100;
216 / (float) mTotalTime, getActivity());
275 / (float) mTotalTime, getActivity());
375 service.mDuration / (float) mTotalTime, getActivity()));
/packages/apps/Music/src/com/android/music/
H A DMediaPlaybackActivity.java77 private TextView mTotalTime; field in class:MediaPlaybackActivity
100 mTotalTime = (TextView) findViewById(R.id.totaltime);
735 mTotalTime.setText(MusicUtils.makeTimeString(this, duration / 1000));

Completed in 121 milliseconds