Searched refs:runningAnimations (Results 1 – 7 of 7) sorted by relevance
586 @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() local688 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 …]
171 @NonNull List<WindowInsetsAnimation> runningAnimations) { in onProgress() argument172 mOnProgress = runningAnimations; in onProgress()
223 @NonNull List<WindowInsetsAnimation> runningAnimations) {224 if (runningAnimations.stream().anyMatch(TestView::isImeAnimation)) {
253 WindowInsets insets, List<WindowInsetsAnimation> runningAnimations) { in testAnimationCallbacks_childInsetting()
833 @NonNull List<WindowInsetsAnimation> runningAnimations) { in testImeInsetsWithDifferentControlTarget()1076 List<WindowInsetsAnimation> runningAnimations) { in onProgress() argument
219 List<WindowInsetsAnimation> runningAnimations) { in onProgress() argument276 List<WindowInsetsAnimation> runningAnimations) { in onProgress() argument290 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()
379 WindowInsets insets, List<WindowInsetsAnimation> runningAnimations) { in onProgress() argument