Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootInsetsControllerHost.java96 @NonNull List<WindowInsetsAnimation> runningAnimations) { in dispatchWindowInsetsAnimationProgress() argument
102 for (WindowInsetsAnimation anim : runningAnimations) { in dispatchWindowInsetsAnimationProgress()
107 return mViewRoot.mView.dispatchWindowInsetsAnimationProgress(insets, runningAnimations); in dispatchWindowInsetsAnimationProgress()
DWindowInsetsAnimation.java430 @NonNull List<WindowInsetsAnimation> runningAnimations); in onProgress() argument
DInsetsController.java96 @NonNull List<WindowInsetsAnimation> runningAnimations); in dispatchWindowInsetsAnimationProgress() argument
634 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()
DViewGroup.java7456 @NonNull List<WindowInsetsAnimation> runningAnimations) { in dispatchWindowInsetsAnimationProgress() argument
7457 insets = super.dispatchWindowInsetsAnimationProgress(insets, runningAnimations); in dispatchWindowInsetsAnimationProgress()
7463 getChildAt(i).dispatchWindowInsetsAnimationProgress(insets, runningAnimations); in dispatchWindowInsetsAnimationProgress()
DView.java11737 @NonNull List<WindowInsetsAnimation> runningAnimations) { in dispatchWindowInsetsAnimationProgress() argument
11740 runningAnimations); in dispatchWindowInsetsAnimationProgress()
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
DWindowInsetsControllerActivity.java48 @NonNull List<WindowInsetsAnimation> runningAnimations) { in onCreate()
/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
DImeOpenCloseStressTest.java184 List<WindowInsetsAnimation> runningAnimations) {
/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
DChatActivity.java174 @NonNull List<WindowInsetsAnimation> runningAnimations) { in onCreate()
/frameworks/base/apct-tests/perftests/inputmethod/src/android/inputmethod/
DImePerfTest.java455 @NonNull List<WindowInsetsAnimation> runningAnimations) { in setImeListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java291 @NonNull List<WindowInsetsAnimation> runningAnimations) { in onFinishInflate()