Home
last modified time | relevance | path

Searched refs:mCurrentTime (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
DBaselineButtonsTest.java29 private View mCurrentTime; field in BaselineButtonsTest
45 mCurrentTime = activity.findViewById(R.id.currenttime); in setUp()
55 assertNotNull(mCurrentTime); in testPreconditions()
81 assertEquals("CurrentTime wrong bottom", pauseHeight, mCurrentTime.getBottom()); in testLayout()
83 assertTrue("CurrentTime too tall", mCurrentTime.getTop() > 0); in testLayout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DDateView.java40 private final Date mCurrentTime = new Date(); field in DateView
97 mCurrentTime.setTime(System.currentTimeMillis()); in updateClock()
99 final String text = mDateFormat.format(mCurrentTime); in updateClock()
/frameworks/base/services/java/com/android/server/wm/
DWindowAnimator.java48 long mCurrentTime; field in WindowAnimator
164 if (appAnimator.stepAnimationLocked(mCurrentTime)) { in updateAppWindowsLocked()
182 if (appAnimator.stepAnimationLocked(mCurrentTime)) { in updateAppWindowsLocked()
209 final boolean nowAnimating = winAnimator.stepAnimationLocked(mCurrentTime); in updateWindowsLocked()
464 mCurrentTime = SystemClock.uptimeMillis(); in animateLocked()
469 Slog.i(TAG, "!!! animate: entry time=" + mCurrentTime); in animateLocked()
486 if (screenRotationAnimation.stepAnimationLocked(mCurrentTime)) { in animateLocked()
627 pw.println(TimeUtils.formatUptime(mCurrentTime)); in dumpLocked()
/frameworks/base/core/java/android/widget/
DMediaController.java82 private TextView mEndTime, mCurrentTime; field in MediaController
294 mCurrentTime = (TextView) v.findViewById(com.android.internal.R.id.time_current); in initControllerView()
437 if (mCurrentTime != null) in setProgress()
438 mCurrentTime.setText(stringForTime(position)); in setProgress()
565 if (mCurrentTime != null)
566 mCurrentTime.setText(stringForTime( (int) newposition));
/frameworks/av/media/libstagefright/
DMPEG4Extractor.cpp77 uint32_t mCurrentTime; member in android::MPEG4Source
2392 mCurrentTime(0), in MPEG4Source()
3369 mCurrentTime = totalTime * mTimescale / 1000000ll; in fragmentedRead()
3404 cts = mCurrentTime; in fragmentedRead()
3405 mCurrentTime += smpl->duration; in fragmentedRead()