Home
last modified time | relevance | path

Searched refs:mCurrentTime (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/libs/hwui/hwui/
DAnimatedImageDrawable.cpp76 mCurrentTime += currentTime - lastWallTime; in isDirty()
80 *outDelay = mTimeToShowNextSnapshot - mCurrentTime; in isDirty()
84 if (mTimeToShowNextSnapshot > mCurrentTime) { in isDirty()
85 *outDelay = mTimeToShowNextSnapshot - mCurrentTime; in isDirty()
170 if (mCurrentTime >= mTimeToShowNextSnapshot) { in onDraw()
178 if (mCurrentTime >= mTimeToShowNextSnapshot) { in onDraw()
183 mCurrentTime = timeToShowCurrentSnap; in onDraw()
252 mCurrentTime = currentTime; in drawStaging()
257 mCurrentTime += currentTime - mLastWallTime; in drawStaging()
258 update = mCurrentTime >= mTimeToShowNextSnapshot; in drawStaging()
[all …]
DAnimatedImageDrawable.h132 nsecs_t mCurrentTime = 0; variable
/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/services/core/java/com/android/server/wm/
DWindowAnimator.java58 long mCurrentTime; field in WindowAnimator
142 mCurrentTime = frameTimeNs / TimeUtils.NANOS_PER_MS; in animate()
146 Slog.i(TAG, "!!! animate: entry time=" + mCurrentTime); in animate()
163 if (screenRotationAnimation.stepAnimationLocked(mCurrentTime)) { in animate()
197 orAnimating(dc.getDockedDividerController().animate(mCurrentTime)); in animate()
299 pw.println(TimeUtils.formatUptime(mCurrentTime)); in dumpLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DDateView.java39 private final Date mCurrentTime = new Date(); field in DateView
111 mCurrentTime.setTime(System.currentTimeMillis()); in updateClock()
113 final String text = mDateFormat.format(mCurrentTime); in updateClock()
/frameworks/base/core/java/android/widget/
DMediaController.java94 private TextView mCurrentTime; field in MediaController
322 mCurrentTime = v.findViewById(com.android.internal.R.id.time_current); in initControllerView()
472 if (mCurrentTime != null) in setProgress()
473 mCurrentTime.setText(stringForTime(position)); in setProgress()
619 if (mCurrentTime != null)
620 mCurrentTime.setText(stringForTime( (int) newposition));
/frameworks/base/core/java/com/android/internal/app/
DResolverRankerServiceResolverComparator.java72 private final long mCurrentTime; field in ResolverRankerServiceResolverComparator
93 mCurrentTime = System.currentTimeMillis(); in ResolverRankerServiceResolverComparator()
94 mSinceTime = mCurrentTime - USAGE_STATS_PERIOD; in ResolverRankerServiceResolverComparator()
95 mStats = mUsm.queryAndAggregateUsageStats(mSinceTime, mCurrentTime); in ResolverRankerServiceResolverComparator()
134 final long recentSinceTime = mCurrentTime - RECENCY_TIME_PERIOD; in doCompute()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsObservers.java356 statsContext.mCurrentTime); in recordSample()
398 statsContext.mCurrentTime); in recordSample()
429 long mCurrentTime; field in NetworkStatsObservers.StatsContext
439 mCurrentTime = currentTime; in StatsContext()
/frameworks/native/cmds/surfacereplayer/replayer/
DReplayer.cpp58 mCurrentTime(0), in Replayer()
76 mCurrentTime = mTrace.increment(0).time_stamp(); in Replayer()
89 mCurrentTime(0), in Replayer()
94 mCurrentTime = mTrace.increment(0).time_stamp(); in Replayer()
153 mCurrentTime = mCurrentIncrement.time_stamp(); in replay()
668 ALOGV("Waiting for %lld nanoseconds...", static_cast<int64_t>(timestamp - mCurrentTime)); in waitUntilTimestamp()
669 std::this_thread::sleep_for(std::chrono::nanoseconds(timestamp - mCurrentTime)); in waitUntilTimestamp()
DReplayer.h129 int64_t mCurrentTime = 0; variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardSliceProvider.java104 private final Date mCurrentTime = new Date(); field in KeyguardSliceProvider
424 mCurrentTime.setTime(System.currentTimeMillis()); in getFormattedDateLocked()
425 return mDateFormat.format(mCurrentTime); in getFormattedDateLocked()
/frameworks/av/media/extractors/mp4/
DMPEG4Extractor.cpp115 uint32_t mCurrentTime; // in media timescale ticks member in android::MPEG4Source
4696 mCurrentTime(0), in MPEG4Source()
6107 mCurrentTime = totalTime * mTimescale / 1000000ll; in fragmentedRead()
6119 mCurrentTime = 0; in fragmentedRead()
6163 cts = mCurrentTime + smpl->compositionOffset; in fragmentedRead()
6170 mCurrentTime += smpl->duration; in fragmentedRead()