/frameworks/base/libs/hwui/hwui/ |
D | AnimatedImageDrawable.cpp | 76 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 …]
|
D | AnimatedImageDrawable.h | 132 nsecs_t mCurrentTime = 0; variable
|
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/ |
D | BaselineButtonsTest.java | 29 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/ |
D | WindowAnimator.java | 58 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/ |
D | DateView.java | 39 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/ |
D | MediaController.java | 94 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/ |
D | ResolverRankerServiceResolverComparator.java | 72 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/ |
D | NetworkStatsObservers.java | 356 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/ |
D | Replayer.cpp | 58 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()
|
D | Replayer.h | 129 int64_t mCurrentTime = 0; variable
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardSliceProvider.java | 104 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/ |
D | MPEG4Extractor.cpp | 115 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()
|