Searched refs:mCurrentTime (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
H A DBaselineButtonsTest.java29 private View mCurrentTime; field in class:BaselineButtonsTest
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);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDateView.java40 private final Date mCurrentTime = new Date(); field in class:DateView
97 mCurrentTime.setTime(System.currentTimeMillis());
99 final String text = mDateFormat.format(mCurrentTime);
/frameworks/uiautomator/tests/CtsUiAutomatorTest/testapp/src/com/android/uiautomator/tests/cts/testapp/
H A DTest3DetailFragment.java42 private long mCurrentTime; field in class:Test3DetailFragment
83 mTextClock.setText("" + mCurrentTime);
108 builder.setMessage("" + (mCurrentTime - inputTime));
124 mCurrentTime = SystemClock.elapsedRealtime();
/frameworks/base/core/java/android/widget/
H A DMediaController.java82 private TextView mEndTime, mCurrentTime; field in class:MediaController
294 mCurrentTime = (TextView) v.findViewById(com.android.internal.R.id.time_current);
437 if (mCurrentTime != null)
438 mCurrentTime.setText(stringForTime(position));
565 if (mCurrentTime != null)
566 mCurrentTime.setText(stringForTime( (int) newposition));
/frameworks/base/services/java/com/android/server/wm/
H A DWindowAnimator.java48 long mCurrentTime; field in class:WindowAnimator
164 if (appAnimator.stepAnimationLocked(mCurrentTime)) {
182 if (appAnimator.stepAnimationLocked(mCurrentTime)) {
209 final boolean nowAnimating = winAnimator.stepAnimationLocked(mCurrentTime);
464 mCurrentTime = SystemClock.uptimeMillis();
469 Slog.i(TAG, "!!! animate: entry time=" + mCurrentTime);
486 if (screenRotationAnimation.stepAnimationLocked(mCurrentTime)) {
626 pw.print(prefix); pw.print("mCurrentTime=");
627 pw.println(TimeUtils.formatUptime(mCurrentTime));
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp77 uint32_t mCurrentTime; member in class:android::MPEG4Source
2377 mCurrentTime(0),
3354 mCurrentTime = totalTime * mTimescale / 1000000ll;
3389 cts = mCurrentTime;
3390 mCurrentTime += smpl->duration;

Completed in 4861 milliseconds