HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentTime (Results 1 - 21 of 21) 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 79 private long mCurrentTime;
310 mCurrentTime = 0;
416 if ((offset >= 0) && (offset <= mCurrentTime)) {
418 Log.v(TAG, "[SEEK] " + " at " + mCurrentTime
421 element.seekElement( (float) (mCurrentTime - offset) );
439 mCurrentTime += sleep;
442 mCurrentTime += overhead;
465 return (int) mCurrentTime;
472 Log.v(TAG, "[STOP] " + " at " + mCurrentTime
483 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/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DateView.java 37 private final Date mCurrentTime = new Date();
107 mCurrentTime.setTime(System.currentTimeMillis());
109 final String text = mDateFormat.format(mCurrentTime);
  /cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
Test3DetailFragment.java 42 private long mCurrentTime;
83 mTextClock.setText("" + mCurrentTime);
108 builder.setMessage("" + (mCurrentTime - inputTime));
124 mCurrentTime = SystemClock.elapsedRealtime();
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/personalization/
UserHistoryDictionaryTests.java 50 private int mCurrentTime = 0;
65 mCurrentTime = 0;
66 setCurrentTimeForTestMode(mCurrentTime);
72 mCurrentTime += timeToElapse;
73 setCurrentTimeForTestMode(mCurrentTime);
79 mCurrentTime += timeToElapse;
80 setCurrentTimeForTestMode(mCurrentTime);
268 UserHistoryDictionary.addToDictionary(dict, prevWordsInfo, word, true, mCurrentTime,
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryDecayingTests.java 53 private int mCurrentTime = 0;
58 mCurrentTime = 0;
76 false /* isBlacklisted */, mCurrentTime /* timestamp */);
82 mCurrentTime /* timestamp */);
93 mCurrentTime += timeToElapse;
94 setCurrentTimeForTestMode(mCurrentTime);
101 mCurrentTime += timeToElapse;
102 setCurrentTimeForTestMode(mCurrentTime);
155 setCurrentTimeForTestMode(mCurrentTime);
334 setCurrentTimeForTestMode(mCurrentTime);
    [all...]
  /development/samples/Support4Demos/src/com/example/android/supportv4/media/
MediaController.java 49 private TextView mEndTime, mCurrentTime;
162 mCurrentTime = (TextView) findViewById(R.id.time_current);
237 if (mCurrentTime != null)
238 mCurrentTime.setText(stringForTime((int)position));
295 if (mCurrentTime != null)
296 mCurrentTime.setText(stringForTime( (int) newposition));
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
PlaybackControlsPresenter.java 57 final TextView mCurrentTime;
69 mCurrentTime = (TextView) rootView.findViewById(R.id.current_time);
89 ((MarginLayoutParams) mCurrentTime.getLayoutParams()).getMarginStart();
161 mCurrentTime.setText(mCurrentTimeStringBuilder.toString());
267 lp = (MarginLayoutParams) vh.mCurrentTime.getLayoutParams();
269 vh.mCurrentTime.setLayoutParams(lp);
  /frameworks/base/services/core/java/com/android/server/wm/
WindowAnimator.java 69 long mCurrentTime;
192 if (appAnimator.stepAnimationLocked(mCurrentTime)) {
211 if (appAnimator.stepAnimationLocked(mCurrentTime)) {
289 final boolean nowAnimating = winAnimator.stepAnimationLocked(mCurrentTime);
475 mPostKeyguardExitAnimation.setStartTime(mCurrentTime);
481 mPolicy.startKeyguardExitAnimation(mCurrentTime, 0 /* duration */);
501 mPolicy.startKeyguardExitAnimation(mCurrentTime +
505 } else if (mCurrentTime - mPostKeyguardExitAnimation.getStartTime()
632 mCurrentTime = SystemClock.uptimeMillis();
637 Slog.i(TAG, "!!! animate: entry time=" + mCurrentTime);
    [all...]
  /frameworks/base/core/java/android/widget/
MediaController.java 83 private TextView mEndTime, mCurrentTime;
302 mCurrentTime = (TextView) v.findViewById(com.android.internal.R.id.time_current);
445 if (mCurrentTime != null)
446 mCurrentTime.setText(stringForTime(position));
587 if (mCurrentTime != null)
588 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...]
  /packages/apps/Camera2/src/com/android/camera/ui/
ModeListView.java 135 private long mCurrentTime;
    [all...]
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp 88 uint32_t mCurrentTime;
    [all...]
  /hardware/ti/omap4-aah/camera/inc/
CameraHal.h     [all...]
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h     [all...]
  /hardware/ti/omap4xxx/camera/
CameraHal.cpp     [all...]
  /hardware/ti/omap4-aah/camera/
CameraHal.cpp     [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 544 milliseconds