Searched refs:mCurrentTime (Results 1 - 3 of 3) 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/services/java/com/android/server/wm/
H A DWindowAnimator.java56 long mCurrentTime; field in class:WindowAnimator
152 if (appAnimator.stepAnimationLocked(mCurrentTime, mInnerDw, mInnerDh)) {
171 if (appAnimator.stepAnimationLocked(mCurrentTime, mInnerDw, mInnerDh)) {
186 if (mScreenRotationAnimation.stepAnimationLocked(mCurrentTime)) {
209 final boolean nowAnimating = winAnimator.stepAnimationLocked(mCurrentTime);
429 mCurrentTime = SystemClock.uptimeMillis();
434 Slog.i(TAG, "!!! animate: entry time=" + mCurrentTime);
458 mDimAnimator.updateParameters(mContext.getResources(), mDimParams, mCurrentTime);
461 mAnimating |= mDimAnimator.updateSurface(isDimming(), mCurrentTime,
/frameworks/base/core/java/android/widget/
H A DMediaController.java82 private TextView mEndTime, mCurrentTime; field in class:MediaController
286 mCurrentTime = (TextView) v.findViewById(com.android.internal.R.id.time_current);
429 if (mCurrentTime != null)
430 mCurrentTime.setText(stringForTime(position));
556 if (mCurrentTime != null)
557 mCurrentTime.setText(stringForTime( (int) newposition));

Completed in 84 milliseconds