Home
last modified time | relevance | path

Searched defs:currentTime (Results 1 – 25 of 68) sorted by relevance

123

/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DFileRotatorTest.java80 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/
DPipTouchStateTest.java71 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/
DTimeAnimator.java40 boolean animateBasedOnTime(long currentTime) { in animateBasedOnTime()
52 long currentTime = AnimationUtils.currentAnimationTimeMillis(); in setCurrentPlayTime() local
DAnimationHandler.java138 long currentTime = SystemClock.uptimeMillis(); in doAnimationFrame() local
174 private boolean isCallbackDue(AnimationFrameCallback callback, long currentTime) { in isCallbackDue()
DValueAnimator.java681 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/
DAnimatedImageDrawable.cpp69 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/
DLockSettingsStrongAuthTest.java167 final long currentTime = 1000; in testReportSuccessfulStrongAuthUnlock_schedulePrimaryAuthTimeout() local
185 final long currentTime = 1000; in testReportSuccessfulStrongAuthUnlock_testRefreshStrongAuthTimeout() local
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp257 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 …]
DInputState.cpp269 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/
DMotionEventInjector.java202 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()
DKeyboardInterceptor.java118 final long currentTime = SystemClock.uptimeMillis(); in processQueuedEvents() local
/frameworks/base/services/core/java/com/android/server/wm/animation/
DClipRectTBAnimation.java51 public boolean getTransformation(long currentTime, Transformation outTransformation) { in getTransformation()
/frameworks/base/core/tests/coretests/src/android/util/
DKeyUtils.java93 long currentTime = System.currentTimeMillis(); in generateKeyEvent() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsDispatchersController.java229 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/
DAnimationThread.java124 long currentTime = System.currentTimeMillis(); in run() local
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DANQPRequestManagerTest.java291 long currentTime = 0; in requestANQPElementsWithMaxRetries() local
/frameworks/native/services/surfaceflinger/Scheduler/
DRefreshRateStats.h106 nsecs_t currentTime = systemTime(); in flushTime() local
/frameworks/base/media/packages/BluetoothMidiService/tests/unit/src/com/android/bluetoothmidiservice/
DBluetoothMidiDecoderTest.java68 long currentTime = actualTimestamps[i]; in compareWithExpected() local
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/automation/
DCollectorThread.java61 long currentTime = SystemClock.uptimeMillis(); in handleMessage() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DANQPRequestManager.java162 long currentTime = mClock.getElapsedSinceBootMillis(); in canSendRequestNow() local
/frameworks/native/services/inputflinger/benchmarks/
DInputDispatcher_benchmarks.cpp203 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/
DAutoScrollHelper.java774 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/
DTestLooper.java140 private long currentTime() { in currentTime() method in TestLooper
/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
DBenchmarkState.java136 final long currentTime = System.nanoTime(); in startNextTestRun() local
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsObservers.java106 long currentTime) { in updateStats()
434 long currentTime) { in StatsContext()

123