Searched refs:runningAnimations (Results 1 – 10 of 10) sorted by relevance
96 @NonNull List<WindowInsetsAnimation> runningAnimations) { in dispatchWindowInsetsAnimationProgress() argument102 for (WindowInsetsAnimation anim : runningAnimations) { in dispatchWindowInsetsAnimationProgress()107 return mViewRoot.mView.dispatchWindowInsetsAnimationProgress(insets, runningAnimations); in dispatchWindowInsetsAnimationProgress()
430 @NonNull List<WindowInsetsAnimation> runningAnimations); in onProgress() argument
96 @NonNull List<WindowInsetsAnimation> runningAnimations); in dispatchWindowInsetsAnimationProgress() argument634 final List<WindowInsetsAnimation> runningAnimations = new ArrayList<>(); in InsetsController()647 runningAnimations.add(runner.getAnimation()); in InsetsController()661 Collections.unmodifiableList(runningAnimations)); in InsetsController()663 for (WindowInsetsAnimation anim : runningAnimations) { in InsetsController()
7456 @NonNull List<WindowInsetsAnimation> runningAnimations) { in dispatchWindowInsetsAnimationProgress() argument7457 insets = super.dispatchWindowInsetsAnimationProgress(insets, runningAnimations); in dispatchWindowInsetsAnimationProgress()7463 getChildAt(i).dispatchWindowInsetsAnimationProgress(insets, runningAnimations); in dispatchWindowInsetsAnimationProgress()
11737 @NonNull List<WindowInsetsAnimation> runningAnimations) { in dispatchWindowInsetsAnimationProgress() argument11740 runningAnimations); in dispatchWindowInsetsAnimationProgress()
48 @NonNull List<WindowInsetsAnimation> runningAnimations) { in onCreate()
184 List<WindowInsetsAnimation> runningAnimations) {
174 @NonNull List<WindowInsetsAnimation> runningAnimations) { in onCreate()
455 @NonNull List<WindowInsetsAnimation> runningAnimations) { in setImeListener()
291 @NonNull List<WindowInsetsAnimation> runningAnimations) { in onFinishInflate()