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

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
TimeBar.java 220 stringForTime(currentTime),
225 stringForTime(totalTime),
271 private String stringForTime(long millis) {
  /frameworks/base/core/java/android/widget/
MediaController.java 396 private String stringForTime(int timeMs) {
428 mEndTime.setText(stringForTime(duration));
430 mCurrentTime.setText(stringForTime(position));
557 mCurrentTime.setText(stringForTime( (int) newposition));

Completed in 145 milliseconds