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

  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
MediaController.java 204 private String stringForTime(int timeMs) {
236 mEndTime.setText(stringForTime((int)duration));
238 mCurrentTime.setText(stringForTime((int)position));
296 mCurrentTime.setText(stringForTime( (int) newposition));
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
TimeBar.java 204 stringForTime(mCurrentTime),
209 stringForTime(mTotalTime),
250 protected String stringForTime(long millis) {
TrimTimeBar.java 197 stringForTime(mCurrentTime),
202 stringForTime(mTotalTime),
  /frameworks/base/core/java/android/widget/
MediaController.java 419 private String stringForTime(int timeMs) {
451 mEndTime.setText(stringForTime(duration));
453 mCurrentTime.setText(stringForTime(position));
598 mCurrentTime.setText(stringForTime( (int) newposition));

Completed in 2475 milliseconds