Searched refs:totalTime (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DControllerOverlay.java54 void setTimes(int currentTime, int totalTime, argument
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 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/apps/DeskClock/src/com/android/deskclock/stopwatch/
H A DStopwatchFragment.java149 TextView totalTime = (TextView)lapInfo.findViewById(R.id.lap_total);
151 totalTime.setText(Stopwatches.formatTimeText(lap.mTotalTime, mFormats[mTotalIndex]));
235 long totalTime = 0;
237 totalTime += laps[i];
238 mLaps.get(i).mTotalTime = totalTime;
817 private void updateCurrentLap(long totalTime) { argument
821 curLap.mLapTime = totalTime - mLapsAdapter.getItem(1).mTotalTime;
822 curLap.mTotalTime = totalTime;
891 long totalTime = mAccumulatedTime + (curTime - mStartTime);
893 mTimeText.setTime(totalTime, tru
[all...]
/packages/experimental/DreamTheater/src/com/android/dreamtheater/
H A DBouncyDroid.java211 public void onTimeUpdate(TimeAnimator animation, long totalTime, long deltaTime) {
220 if (totalTime == 0) {
/packages/apps/Nfc/src/com/android/nfc/
H A DP2pLinkManager.java358 long totalTime = SystemClock.elapsedRealtime() - mLastLlcpActivationTime;
359 if (DBG) Log.d(TAG, "Took " + Long.toString(totalTime) + " to get first LLCP PDU");
372 if (totalTime < LINK_FIRST_PDU_LIMIT_MS || mSendState == SEND_STATE_SENDING) {
H A DSendUi.java655 public void onTimeUpdate(TimeAnimator animation, long totalTime, long deltaTime) { argument
/packages/apps/Settings/src/com/android/settings/applications/
H A DProcStatsEntry.java63 mDuration = tmpTotals.totalTime;

Completed in 144 milliseconds