| /frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
| D | FileRotatorTest.java | 80 long currentTime = TEST_TIME; in testEmpty() local 96 long currentTime = TEST_TIME; in testCombine() local 117 long currentTime = TEST_TIME; in testRotate() local 149 long currentTime = TEST_TIME; in testDelete() local 179 long currentTime = TEST_TIME; in testThrowRestoresBackup() local 240 long currentTime = TEST_TIME; in testQueryMatch() local 288 long currentTime = TEST_TIME; in testClockRollingBackwards() local 337 long currentTime = TEST_TIME; in testFuzz() local
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/pip/phone/ |
| D | PipTouchStateTest.java | 71 final long currentTime = SystemClock.uptimeMillis(); in testDoubleTapLongSingleTap_notDoubleTapAndNotWaiting() local 83 final long currentTime = SystemClock.uptimeMillis(); in testDoubleTapTimeout_timeoutCallbackCalled() local 102 final long currentTime = SystemClock.uptimeMillis(); in testDoubleTapDrag_doubleTapCanceled() local 115 final long currentTime = SystemClock.uptimeMillis(); in testDoubleTap_doubleTapRegistered() local
|
| /frameworks/base/core/java/android/animation/ |
| D | TimeAnimator.java | 40 boolean animateBasedOnTime(long currentTime) { in animateBasedOnTime() 52 long currentTime = AnimationUtils.currentAnimationTimeMillis(); in setCurrentPlayTime() local
|
| D | AnimationHandler.java | 138 long currentTime = SystemClock.uptimeMillis(); in doAnimationFrame() local 174 private boolean isCallbackDue(AnimationFrameCallback callback, long currentTime) { in isCallbackDue()
|
| D | ValueAnimator.java | 681 long currentTime = AnimationUtils.currentAnimationTimeMillis(); in setCurrentFraction() local 1200 long currentTime = AnimationUtils.currentAnimationTimeMillis(); in reverse() local 1330 boolean animateBasedOnTime(long currentTime) { in animateBasedOnTime() 1488 final long currentTime = Math.max(frameTime, mStartTime); in doAnimationFrame() local
|
| /frameworks/base/libs/hwui/hwui/ |
| D | AnimatedImageDrawable.cpp | 69 const nsecs_t currentTime = systemTime(SYSTEM_TIME_MONOTONIC); in isDirty() local 253 const nsecs_t currentTime = systemTime(SYSTEM_TIME_MONOTONIC); in drawStaging() local
|
| /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
| D | LockSettingsStrongAuthTest.java | 167 final long currentTime = 1000; in testReportSuccessfulStrongAuthUnlock_schedulePrimaryAuthTimeout() local 185 final long currentTime = 1000; in testReportSuccessfulStrongAuthUnlock_testRefreshStrongAuthTimeout() local
|
| /frameworks/native/services/inputflinger/dispatcher/ |
| D | InputDispatcher.cpp | 257 static bool isStaleEvent(nsecs_t currentTime, const EventEntry& entry) { in isStaleEvent() 479 nsecs_t currentTime = now(); in dispatchOnce() local 490 const nsecs_t currentTime = now(); in processAnrsLocked() local 534 nsecs_t currentTime = now(); in dispatchOnceInnerLocked() local 1014 KeyEntry* InputDispatcher::synthesizeKeyRepeatLocked(nsecs_t currentTime) { in synthesizeKeyRepeatLocked() 1048 bool InputDispatcher::dispatchConfigurationChangedLocked(nsecs_t currentTime, in dispatchConfigurationChangedLocked() 1065 bool InputDispatcher::dispatchDeviceResetLocked(nsecs_t currentTime, DeviceResetEntry* entry) { in dispatchDeviceResetLocked() 1098 void InputDispatcher::dispatchFocusLocked(nsecs_t currentTime, FocusEntry* entry) { in dispatchFocusLocked() 1111 bool InputDispatcher::dispatchKeyLocked(nsecs_t currentTime, KeyEntry* entry, in dispatchKeyLocked() 1225 bool InputDispatcher::dispatchMotionLocked(nsecs_t currentTime, MotionEntry* entry, in dispatchMotionLocked() [all …]
|
| D | InputState.cpp | 269 nsecs_t currentTime, const CancelationOptions& options) { in synthesizeCancelationEvents() 300 std::vector<EventEntry*> InputState::synthesizePointerDownEvents(nsecs_t currentTime) { in synthesizePointerDownEvents()
|
| /frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
| D | MotionEventInjector.java | 202 long currentTime = SystemClock.uptimeMillis(); in injectEventsMainThread() local 379 TouchPoint[] currentTouchPoints, int currentTouchPointsSize, long currentTime) { in appendMoveEventIfNeeded() 400 TouchPoint[] currentTouchPoints, int currentTouchPointsSize, long currentTime) { in appendUpEvents() 428 TouchPoint[] currentTouchPoints, int currentTouchPointsSize, long currentTime) { in appendDownEvents()
|
| D | KeyboardInterceptor.java | 118 final long currentTime = SystemClock.uptimeMillis(); in processQueuedEvents() local
|
| /frameworks/base/services/core/java/com/android/server/wm/animation/ |
| D | ClipRectTBAnimation.java | 51 public boolean getTransformation(long currentTime, Transformation outTransformation) { in getTransformation()
|
| /frameworks/base/core/tests/coretests/src/android/util/ |
| D | KeyUtils.java | 93 long currentTime = System.currentTimeMillis(); in generateKeyEvent() local
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
| D | SmsDispatchersController.java | 229 long currentTime = System.currentTimeMillis(); in reevaluateTimerStatus() local 257 private void handleInService(long currentTime) { in handleInService() 276 private void handleOutOfService(long currentTime) { in handleOutOfService() 310 long currentTime = System.currentTimeMillis(); in resetPartialSegmentWaitTimer() local
|
| /frameworks/layoutlib/bridge/src/android/animation/ |
| D | AnimationThread.java | 124 long currentTime = System.currentTimeMillis(); in run() local
|
| /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
| D | ANQPRequestManagerTest.java | 291 long currentTime = 0; in requestANQPElementsWithMaxRetries() local
|
| /frameworks/native/services/surfaceflinger/Scheduler/ |
| D | RefreshRateStats.h | 106 nsecs_t currentTime = systemTime(); in flushTime() local
|
| /frameworks/base/media/packages/BluetoothMidiService/tests/unit/src/com/android/bluetoothmidiservice/ |
| D | BluetoothMidiDecoderTest.java | 68 long currentTime = actualTimestamps[i]; in compareWithExpected() local
|
| /frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/automation/ |
| D | CollectorThread.java | 61 long currentTime = SystemClock.uptimeMillis(); in handleMessage() local
|
| /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
| D | ANQPRequestManager.java | 162 long currentTime = mClock.getElapsedSinceBootMillis(); in canSendRequestNow() local
|
| /frameworks/native/services/inputflinger/benchmarks/ |
| D | InputDispatcher_benchmarks.cpp | 203 const nsecs_t currentTime = now(); in generateMotionEvent() local 230 const nsecs_t currentTime = now(); in generateMotionArgs() local
|
| /frameworks/base/core/java/com/android/internal/widget/ |
| D | AutoScrollHelper.java | 774 final long currentTime = AnimationUtils.currentAnimationTimeMillis(); in requestStop() local 785 private float getValueAt(long currentTime) { in getValueAt() 821 final long currentTime = AnimationUtils.currentAnimationTimeMillis(); in computeScrollDelta() local
|
| /frameworks/base/tests/utils/testutils/java/android/os/test/ |
| D | TestLooper.java | 140 private long currentTime() { in currentTime() method in TestLooper
|
| /frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/ |
| D | BenchmarkState.java | 136 final long currentTime = System.nanoTime(); in startNextTestRun() local
|
| /frameworks/base/services/core/java/com/android/server/net/ |
| D | NetworkStatsObservers.java | 106 long currentTime) { in updateStats() 434 long currentTime) { in StatsContext()
|