Home
last modified time | relevance | path

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