Searched refs:mCurrentTime (Results 1 – 6 of 6) 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()
57 final TextView mCurrentTime; field in PlaybackControlsPresenter.ViewHolder69 mCurrentTime = (TextView) rootView.findViewById(R.id.current_time); in ViewHolder()89 ((MarginLayoutParams) mCurrentTime.getLayoutParams()).getMarginStart(); in ViewHolder()161 mCurrentTime.setText(mCurrentTimeStringBuilder.toString()); in setCurrentTime()267 lp = (MarginLayoutParams) vh.mCurrentTime.getLayoutParams(); in enableTimeMargins()269 vh.mCurrentTime.setLayoutParams(lp); in enableTimeMargins()
37 private final Date mCurrentTime = new Date(); field in DateView107 mCurrentTime.setTime(System.currentTimeMillis()); in updateClock()109 final String text = mDateFormat.format(mCurrentTime); in updateClock()
69 long mCurrentTime; field in WindowAnimator192 if (appAnimator.stepAnimationLocked(mCurrentTime)) { in updateAppWindowsLocked()211 if (appAnimator.stepAnimationLocked(mCurrentTime)) { in updateAppWindowsLocked()289 final boolean nowAnimating = winAnimator.stepAnimationLocked(mCurrentTime); in updateWindowsLocked()475 mPostKeyguardExitAnimation.setStartTime(mCurrentTime); in updateWindowsLocked()481 mPolicy.startKeyguardExitAnimation(mCurrentTime, 0 /* duration */); in updateWindowsLocked()501 mPolicy.startKeyguardExitAnimation(mCurrentTime + in updateWindowsLocked()505 } else if (mCurrentTime - mPostKeyguardExitAnimation.getStartTime() in updateWindowsLocked()632 mCurrentTime = SystemClock.uptimeMillis(); in animateLocked()637 Slog.i(TAG, "!!! animate: entry time=" + mCurrentTime); in animateLocked()[all …]
83 private TextView mEndTime, mCurrentTime; field in MediaController302 mCurrentTime = (TextView) v.findViewById(com.android.internal.R.id.time_current); in initControllerView()445 if (mCurrentTime != null) in setProgress()446 mCurrentTime.setText(stringForTime(position)); in setProgress()587 if (mCurrentTime != null)588 mCurrentTime.setText(stringForTime( (int) newposition));
92 uint32_t mCurrentTime; member in android::MPEG4Source3006 mCurrentTime(0), in MPEG4Source()4059 mCurrentTime = totalTime * mTimescale / 1000000ll; in fragmentedRead()4067 mCurrentTime = 0; in fragmentedRead()4104 cts = mCurrentTime + smpl->compositionOffset; in fragmentedRead()4105 mCurrentTime += smpl->duration; in fragmentedRead()