Home
last modified time | relevance | path

Searched refs:runningAnimations (Results 1 – 6 of 6) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsAnimationControllerTests.java495 @NonNull List<WindowInsetsAnimation> runningAnimations) { in setupAnimationListener()
498 float fraction = runningAnimations.get(0).getFraction(); in setupAnimationListener()
509 runningAnimations.get(0).getInterpolatedFraction(), in setupAnimationListener()
574 final Set<WindowInsetsAnimation> runningAnimations = new HashSet<>(); in setVisibilityAndWait() local
580 synchronized (runningAnimations) { in setVisibilityAndWait()
581 runningAnimations.add(animation); in setVisibilityAndWait()
589 synchronized (runningAnimations) { in setVisibilityAndWait()
590 runningAnimations.add(animation); in setVisibilityAndWait()
598 @NonNull List<WindowInsetsAnimation> runningAnimations) { in setVisibilityAndWait()
604 synchronized (runningAnimations) { in setVisibilityAndWait()
[all …]
DWindowInsetsAnimationTestBase.java211 List<WindowInsetsAnimation> runningAnimations) { in onProgress() argument
264 List<WindowInsetsAnimation> runningAnimations) { in onProgress() argument
278 assertEquals(runningAnims.size(), runningAnimations.size()); in onProgress()
279 for (int i = runningAnimations.size() - 1; i >= 0; i--) { in onProgress()
281 runningAnims.indexOf(runningAnimations.get(i))); in onProgress()
DWindowInsetsAnimationCallbackTests.java170 @NonNull List<WindowInsetsAnimation> runningAnimations) { in onProgress() argument
171 mOnProgress = runningAnimations; in onProgress()
DWindowInsetsAnimationSynchronicityTests.java219 @NonNull List<WindowInsetsAnimation> runningAnimations) {
220 if (runningAnimations.stream().anyMatch(TestView::isImeAnimation)) {
DWindowInsetsAnimationTests.java208 List<WindowInsetsAnimation> runningAnimations) { in testAnimationCallbacks_childInsetting()
DWindowInsetsControllerTests.java786 List<WindowInsetsAnimation> runningAnimations) { in onProgress() argument