Home
last modified time | relevance | path

Searched refs:transitionStartTime (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DActivityTransitionTests.java81 long[] transitionStartTime = new long[1]; in testActivityTransitionDurationNoShortenAsExpected() local
85 transitionStartTime[0] = System.currentTimeMillis(); in testActivityTransitionDurationNoShortenAsExpected()
108 final long totalTime = transitionEndTime[0] - transitionStartTime[0]; in testActivityTransitionDurationNoShortenAsExpected()
124 long[] transitionStartTime = new long[1]; in testTaskTransitionDurationNoShortenAsExpected() local
128 transitionStartTime[0] = System.currentTimeMillis(); in testTaskTransitionDurationNoShortenAsExpected()
147 final long totalTime = transitionEndTime[0] - transitionStartTime[0]; in testTaskTransitionDurationNoShortenAsExpected()
163 long[] transitionStartTime = new long[1]; in testTaskTransitionOverrideDisabled() local
167 transitionStartTime[0] = System.currentTimeMillis(); in testTaskTransitionOverrideDisabled()
188 final long totalTime = transitionEndTime[0] - transitionStartTime[0]; in testTaskTransitionOverrideDisabled()
204 long[] transitionStartTime = new long[1]; in testTaskTransitionOverride() local
[all …]
/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java2037 long[] transitionStartTime = new long[1]; in testWinAnimationDurationNoShortenByTinkeredScale() local
2079 transitionStartTime[0] = System.currentTimeMillis(); in testWinAnimationDurationNoShortenByTinkeredScale()
2084 final long totalTime = transitionEndTime[0] - transitionStartTime[0]; in testWinAnimationDurationNoShortenByTinkeredScale()