Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootInsetsControllerHost.java95 @NonNull List<WindowInsetsAnimation> runningAnimations) { in dispatchWindowInsetsAnimationProgress() argument
101 for (WindowInsetsAnimation anim : runningAnimations) { in dispatchWindowInsetsAnimationProgress()
106 return mViewRoot.mView.dispatchWindowInsetsAnimationProgress(insets, runningAnimations); in dispatchWindowInsetsAnimationProgress()
DWindowInsetsAnimation.java424 @NonNull List<WindowInsetsAnimation> runningAnimations); in onProgress() argument
DInsetsController.java89 @NonNull List<WindowInsetsAnimation> runningAnimations); in dispatchWindowInsetsAnimationProgress() argument
DViewGroup.java7432 @NonNull List<WindowInsetsAnimation> runningAnimations) { in dispatchWindowInsetsAnimationProgress() argument
7433 insets = super.dispatchWindowInsetsAnimationProgress(insets, runningAnimations); in dispatchWindowInsetsAnimationProgress()
7439 getChildAt(i).dispatchWindowInsetsAnimationProgress(insets, runningAnimations); in dispatchWindowInsetsAnimationProgress()
DView.java11382 @NonNull List<WindowInsetsAnimation> runningAnimations) {
11385 runningAnimations);
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
DWindowInsetsControllerActivity.java48 @NonNull List<WindowInsetsAnimation> runningAnimations) { in onCreate()
/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
DWindowInsetsActivity.java177 @NonNull List<WindowInsetsAnimation> runningAnimations) { in onCreate()