Searched refs:mCurrentTime (Results 1 – 5 of 5) sorted by relevance
29 private View mCurrentTime; field in BaselineButtonsTest45 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()
40 private final Date mCurrentTime = new Date(); field in DateView97 mCurrentTime.setTime(System.currentTimeMillis()); in updateClock()99 final String text = mDateFormat.format(mCurrentTime); in updateClock()
48 long mCurrentTime; field in WindowAnimator164 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()
82 private TextView mEndTime, mCurrentTime; field in MediaController294 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));
77 uint32_t mCurrentTime; member in android::MPEG4Source2392 mCurrentTime(0), in MPEG4Source()3369 mCurrentTime = totalTime * mTimescale / 1000000ll; in fragmentedRead()3404 cts = mCurrentTime; in fragmentedRead()3405 mCurrentTime += smpl->duration; in fragmentedRead()