Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsAnimationControllerTests.java586 @NonNull List<WindowInsetsAnimation> runningAnimations) { in setupAnimationListener()
589 float fraction = runningAnimations.get(0).getFraction(); in setupAnimationListener()
605 runningAnimations.get(0).getInterpolatedFraction(), in setupAnimationListener()
681 final Set<WindowInsetsAnimation> runningAnimations = new HashSet<>(); in setVisibilityAndWait() local
688 synchronized (runningAnimations) { in setVisibilityAndWait()
689 runningAnimations.add(animation); in setVisibilityAndWait()
698 synchronized (runningAnimations) { in setVisibilityAndWait()
699 runningAnimations.add(animation); in setVisibilityAndWait()
708 @NonNull List<WindowInsetsAnimation> runningAnimations) { in setVisibilityAndWait()
714 synchronized (runningAnimations) { in setVisibilityAndWait()
[all …]
DWindowInsetsAnimationCallbackTests.java171 @NonNull List<WindowInsetsAnimation> runningAnimations) { in onProgress() argument
172 mOnProgress = runningAnimations; in onProgress()
DWindowInsetsAnimationSynchronicityTests.java223 @NonNull List<WindowInsetsAnimation> runningAnimations) {
224 if (runningAnimations.stream().anyMatch(TestView::isImeAnimation)) {
DWindowInsetsAnimationTests.java253 WindowInsets insets, List<WindowInsetsAnimation> runningAnimations) { in testAnimationCallbacks_childInsetting()
DWindowInsetsControllerTests.java833 @NonNull List<WindowInsetsAnimation> runningAnimations) { in testImeInsetsWithDifferentControlTarget()
1076 List<WindowInsetsAnimation> runningAnimations) { in onProgress() argument
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowInsetsAnimationTestBase.java219 List<WindowInsetsAnimation> runningAnimations) { in onProgress() argument
276 List<WindowInsetsAnimation> runningAnimations) { in onProgress() argument
290 assertEquals(runningAnims.size(), runningAnimations.size()); in onProgress()
291 for (int i = runningAnimations.size() - 1; i >= 0; i--) { in onProgress()
293 runningAnims.indexOf(runningAnimations.get(i))); in onProgress()
/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/
DASurfaceControlTestActivity.java379 WindowInsets insets, List<WindowInsetsAnimation> runningAnimations) { in onProgress() argument