Searched refs:mCurrentTime (Results 1 - 8 of 8) 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.java38 private final Date mCurrentTime = new Date(); field in class:DateView
109 mCurrentTime.setTime(System.currentTimeMillis());
111 final String text = mDateFormat.format(mCurrentTime);
/frameworks/base/core/java/com/android/internal/app/
H A DResolverComparator.java62 private final long mCurrentTime; field in class:ResolverComparator
76 mCurrentTime = System.currentTimeMillis();
77 mSinceTime = mCurrentTime - USAGE_STATS_PERIOD;
78 mStats = mUsm.queryAndAggregateUsageStats(mSinceTime, mCurrentTime);
84 final long recentSinceTime = mCurrentTime - RECENCY_TIME_PERIOD;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DPlaybackControlsPresenter.java58 final TextView mCurrentTime; field in class:PlaybackControlsPresenter.ViewHolder
71 mCurrentTime = (TextView) rootView.findViewById(R.id.current_time);
91 ((MarginLayoutParams) mCurrentTime.getLayoutParams()).getMarginStart();
164 mCurrentTime.setText(mCurrentTimeStringBuilder.toString());
275 lp = (MarginLayoutParams) vh.mCurrentTime.getLayoutParams();
277 vh.mCurrentTime.setLayoutParams(lp);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowAnimator.java86 long mCurrentTime; field in class:WindowAnimator
176 if (appAnimator.stepAnimationLocked(mCurrentTime, displayId)) {
196 if (appAnimator.stepAnimationLocked(mCurrentTime, displayId)) {
303 final boolean nowAnimating = winAnimator.stepAnimationLocked(mCurrentTime);
499 mPostKeyguardExitAnimation.setStartTime(mCurrentTime);
505 mPolicy.startKeyguardExitAnimation(mCurrentTime, 0 /* duration */);
524 mPolicy.startKeyguardExitAnimation(mCurrentTime +
533 || mCurrentTime - mPostKeyguardExitAnimation.getStartTime()
661 mCurrentTime = frameTimeNs / TimeUtils.NANOS_PER_MS;
667 Slog.i(TAG, "!!! animate: entry time=" + mCurrentTime);
[all...]
/frameworks/base/core/java/android/widget/
H A DMediaController.java80 private TextView mEndTime, mCurrentTime; field in class:MediaController
302 mCurrentTime = (TextView) v.findViewById(com.android.internal.R.id.time_current);
452 if (mCurrentTime != null)
453 mCurrentTime.setText(stringForTime(position));
597 if (mCurrentTime != null)
598 mCurrentTime.setText(stringForTime( (int) newposition));
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsObservers.java361 null /* vpnArray */, statsContext.mCurrentTime);
403 statsContext.mVpnArray, statsContext.mCurrentTime);
435 long mCurrentTime; field in class:NetworkStatsObservers.StatsContext
446 mCurrentTime = currentTime;
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp98 uint32_t mCurrentTime; member in class:android::MPEG4Source
3459 mCurrentTime(0),
4520 mCurrentTime = totalTime * mTimescale / 1000000ll;
4528 mCurrentTime = 0;
4565 cts = mCurrentTime + smpl->compositionOffset;
4566 mCurrentTime += smpl->duration;

Completed in 397 milliseconds