/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 | 63 long mCurrentTime; field in WindowAnimator 144 mCurrentTime = frameTimeNs / TimeUtils.NANOS_PER_MS; in animate() 149 Slog.i(TAG, "!!! animate: entry time=" + mCurrentTime); in animate() 163 dc.stepAppWindowsAnimation(mCurrentTime); in animate() 169 if (screenRotationAnimation.stepAnimationLocked(mCurrentTime)) { in animate() 208 orAnimating(dc.getDockedDividerController().animate(mCurrentTime)); in animate() 216 mAnimating |= mService.mDragState.stepAnimationLocked(mCurrentTime); in animate() 331 pw.println(TimeUtils.formatUptime(mCurrentTime)); in dumpLocked()
|
D | DisplayContent.java | 329 mTmpWindowAnimator.mCurrentTime);
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | PlaybackControlsPresenter.java | 56 final TextView mCurrentTime; field in PlaybackControlsPresenter.ViewHolder 70 mCurrentTime = (TextView) rootView.findViewById(R.id.current_time); in ViewHolder() 90 ((MarginLayoutParams) mCurrentTime.getLayoutParams()).getMarginStart(); in ViewHolder() 163 mCurrentTime.setText(mCurrentTimeStringBuilder.toString()); in setCurrentTime() 304 lp = (MarginLayoutParams) vh.mCurrentTime.getLayoutParams(); in enableTimeMargins() 306 vh.mCurrentTime.setLayoutParams(lp); in enableTimeMargins()
|
D | PlaybackTransportRowPresenter.java | 63 final TextView mCurrentTime; field in PlaybackTransportRowPresenter.ViewHolder 268 mCurrentTime = (TextView) rootView.findViewById(R.id.current_time); in ViewHolder() 476 return mCurrentTime; in getCurrentPositionView() 485 if (mCurrentTime != null) { in onSetCurrentPositionLabel() 487 mCurrentTime.setText(mTempBuilder.toString()); in onSetCurrentPositionLabel()
|
/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 | 80 private TextView mEndTime, mCurrentTime; field in MediaController 302 mCurrentTime = 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/ |
D | NetworkStatsObservers.java | 361 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/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() 688 ALOGV("Waiting for %lld nanoseconds...", static_cast<int64_t>(timestamp - mCurrentTime)); in waitUntilTimestamp() 689 std::this_thread::sleep_for(std::chrono::nanoseconds(timestamp - mCurrentTime)); in waitUntilTimestamp()
|
D | Replayer.h | 112 int64_t mCurrentTime = 0; variable
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ResolverComparator.java | 93 private final long mCurrentTime; field in ResolverComparator 167 mCurrentTime = System.currentTimeMillis(); in ResolverComparator() 168 mSinceTime = mCurrentTime - USAGE_STATS_PERIOD; in ResolverComparator() 169 mStats = mUsm.queryAndAggregateUsageStats(mSinceTime, mCurrentTime); in ResolverComparator() 199 final long recentSinceTime = mCurrentTime - RECENCY_TIME_PERIOD; in compute()
|
/frameworks/base/libs/hwui/renderthread/ |
D | VulkanManager.h | 67 uint16_t mCurrentTime = 0; variable
|
D | VulkanManager.cpp | 687 surface->mImageInfos[backbuffer->mImageIndex].mLastUsed = surface->mCurrentTime; in swapBuffers() 689 surface->mCurrentTime++; in swapBuffers() 700 return surface->mCurrentTime - lastUsed; in getAge()
|
/frameworks/av/media/libstagefright/ |
D | MPEG4Extractor.cpp | 105 uint32_t mCurrentTime; member in android::MPEG4Source 3731 mCurrentTime(0), in MPEG4Source() 4848 mCurrentTime = totalTime * mTimescale / 1000000ll; in fragmentedRead() 4860 mCurrentTime = 0; in fragmentedRead() 4900 cts = mCurrentTime + smpl->compositionOffset; in fragmentedRead() 4901 mCurrentTime += smpl->duration; in fragmentedRead()
|