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

  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
BaselineButtonsTest.java 29 private View mCurrentTime;
45 mCurrentTime = activity.findViewById(R.id.currenttime);
55 assertNotNull(mCurrentTime);
81 assertEquals("CurrentTime wrong bottom", pauseHeight, mCurrentTime.getBottom());
83 assertTrue("CurrentTime too tall", mCurrentTime.getTop() > 0);
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilPlayer.java 77 private long mCurrentTime;
308 mCurrentTime = 0;
414 if ((offset >= 0) && (offset <= mCurrentTime)) {
416 Log.v(TAG, "[SEEK] " + " at " + mCurrentTime
419 element.seekElement( (float) (mCurrentTime - offset) );
437 mCurrentTime += sleep;
440 mCurrentTime += overhead;
463 return (int) mCurrentTime;
470 Log.v(TAG, "[STOP] " + " at " + mCurrentTime
481 Log.v(TAG, "[PAUSE] " + " at " + mCurrentTime
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
TimeBar.java 76 protected int mCurrentTime;
118 mPlayedBar.left + (int) ((mProgressBar.width() * (long) mCurrentTime) / mTotalTime);
145 if (mCurrentTime == currentTime && mTotalTime == totalTime) {
148 mCurrentTime = currentTime;
204 stringForTime(mCurrentTime),
234 mCurrentTime = getScrubberTime();
235 mListener.onScrubbingMove(mCurrentTime);
TrimTimeBar.java 95 mPlayedBar.right = getBarPosFromTime(mCurrentTime);
127 if (mCurrentTime == currentTime && mTotalTime == totalTime
131 mCurrentTime = currentTime;
197 stringForTime(mCurrentTime),
219 mCurrentTime = getScrubberTime(mScrubberLeft, mScrubber.getWidth() / 2);
  /frameworks/base/services/java/com/android/server/wm/
WindowAnimator.java 63 long mCurrentTime;
314 if (appAnimator.stepAnimationLocked(mCurrentTime, mInnerDw, mInnerDh)) {
330 if (appAnimator.stepAnimationLocked(mCurrentTime, mInnerDw, mInnerDh)) {
358 final boolean nowAnimating = winAnimator.stepAnimationLocked(mCurrentTime);
645 mCurrentTime = SystemClock.uptimeMillis();
650 Slog.i(TAG, "!!! animate: entry time=" + mCurrentTime);
668 if (screenRotationAnimation.stepAnimationLocked(mCurrentTime)) {
    [all...]
  /frameworks/base/core/java/android/widget/
MediaController.java 82 private TextView mEndTime, mCurrentTime;
286 mCurrentTime = (TextView) v.findViewById(com.android.internal.R.id.time_current);
429 if (mCurrentTime != null)
430 mCurrentTime.setText(stringForTime(position));
557 if (mCurrentTime != null)
558 mCurrentTime.setText(stringForTime( (int) newposition));
  /packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java 108 mCurrentTime = (TextView) findViewById(R.id.currenttime);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java 167 private Time mCurrentTime;
205 mCurrentTime.switchTimezone(tz);
798 mCurrentTime = new Time(Utils.getTimeZone(context, mTZUpdater));
800 mCurrentTime.set(currentTime)
    [all...]
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h     [all...]
  /hardware/ti/omap4xxx/camera/
CameraHal.cpp     [all...]

Completed in 958 milliseconds