Home
last modified time | relevance | path

Searched refs:WindowInsetsAnimation (Results 1 – 25 of 25) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/anim/
H A DKeyboardInsetAnimationCallback.java21 import android.view.WindowInsetsAnimation;
33 public class KeyboardInsetAnimationCallback extends WindowInsetsAnimation.Callback {
45 public void onPrepare(WindowInsetsAnimation animation) { in onPrepare()
51 public WindowInsets onProgress(WindowInsets windowInsets, List<WindowInsetsAnimation> list) { in onProgress()
65 public WindowInsetsAnimation.Bounds onStart(WindowInsetsAnimation animation, in onStart()
66 WindowInsetsAnimation.Bounds bounds) { in onStart()
75 public void onEnd(WindowInsetsAnimation animation) { in onEnd()
/aosp12/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
H A DChatActivity.java20 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;
37 import android.view.WindowInsetsAnimation;
38 import android.view.WindowInsetsAnimation.Callback;
168 public void onPrepare(WindowInsetsAnimation animation) { in onCreate()
174 @NonNull List<WindowInsetsAnimation> runningAnimations) { in onCreate()
180 public WindowInsetsAnimation.Bounds onStart(WindowInsetsAnimation animation, in onCreate()
181 WindowInsetsAnimation.Bounds bounds) { in onCreate()
187 public void onEnd(WindowInsetsAnimation animation) { in onCreate()
238 private WindowInsetsAnimation mInsetsAnimation;
244 void onPrepare(WindowInsetsAnimation animation) { in onPrepare()
[all …]
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/wm/
H A DDisplaySystemBarsInsetsControllerHost.java28 import android.view.WindowInsetsAnimation;
65 public void dispatchWindowInsetsAnimationPrepare(@NonNull WindowInsetsAnimation animation) { in dispatchWindowInsetsAnimationPrepare()
70 public WindowInsetsAnimation.Bounds dispatchWindowInsetsAnimationStart( in dispatchWindowInsetsAnimationStart()
71 @NonNull WindowInsetsAnimation animation, in dispatchWindowInsetsAnimationStart()
72 @NonNull WindowInsetsAnimation.Bounds bounds) { in dispatchWindowInsetsAnimationStart()
78 @NonNull List<WindowInsetsAnimation> runningAnimations) { in dispatchWindowInsetsAnimationProgress()
83 public void dispatchWindowInsetsAnimationEnd(@NonNull WindowInsetsAnimation animation) { in dispatchWindowInsetsAnimationEnd()
/aosp12/frameworks/base/core/java/android/view/
H A DWindowInsetsAnimation.java34 public final class WindowInsetsAnimation { class
55 public WindowInsetsAnimation( in WindowInsetsAnimation() method in WindowInsetsAnimation
384 public void onPrepare(@NonNull WindowInsetsAnimation animation) { in onPrepare()
406 @NonNull WindowInsetsAnimation animation, @NonNull Bounds bounds) { in onStart()
430 @NonNull List<WindowInsetsAnimation> runningAnimations); in onProgress()
438 public void onEnd(@NonNull WindowInsetsAnimation animation) { in onEnd()
H A DViewRootInsetsControllerHost.java76 public void dispatchWindowInsetsAnimationPrepare(@NonNull WindowInsetsAnimation animation) { in dispatchWindowInsetsAnimationPrepare()
84 public WindowInsetsAnimation.Bounds dispatchWindowInsetsAnimationStart( in dispatchWindowInsetsAnimationStart()
85 @NonNull WindowInsetsAnimation animation, in dispatchWindowInsetsAnimationStart()
86 @NonNull WindowInsetsAnimation.Bounds bounds) { in dispatchWindowInsetsAnimationStart()
96 @NonNull List<WindowInsetsAnimation> runningAnimations) { in dispatchWindowInsetsAnimationProgress()
102 for (WindowInsetsAnimation anim : runningAnimations) { in dispatchWindowInsetsAnimationProgress()
111 public void dispatchWindowInsetsAnimationEnd(@NonNull WindowInsetsAnimation animation) { in dispatchWindowInsetsAnimationEnd()
H A DInsetsAnimationControlCallbacks.java20 import android.view.WindowInsetsAnimation.Bounds;
40 WindowInsetsAnimation animation, Bounds bounds); in startAnimation()
H A DInsetsResizeAnimationRunner.java38 import android.view.WindowInsetsAnimation.Bounds;
51 private final WindowInsetsAnimation mAnimation;
64 mAnimation = new WindowInsetsAnimation(types, interpolator, duration); in InsetsResizeAnimationRunner()
85 public WindowInsetsAnimation getAnimation() { in getAnimation()
H A DInsetsAnimationThreadControlRunner.java35 import android.view.WindowInsetsAnimation.Bounds;
59 WindowInsetsAnimation animation, Bounds bounds) {
179 public WindowInsetsAnimation getAnimation() { in getAnimation()
H A DInsetsController.java55 import android.view.WindowInsetsAnimation.Bounds;
91 void dispatchWindowInsetsAnimationPrepare(@NonNull WindowInsetsAnimation animation); in dispatchWindowInsetsAnimationPrepare()
93 @NonNull WindowInsetsAnimation animation, @NonNull Bounds bounds); in dispatchWindowInsetsAnimationStart()
95 @NonNull List<WindowInsetsAnimation> runningAnimations); in dispatchWindowInsetsAnimationProgress()
96 void dispatchWindowInsetsAnimationEnd(@NonNull WindowInsetsAnimation animation); in dispatchWindowInsetsAnimationEnd()
619 final List<WindowInsetsAnimation> runningAnimations = new ArrayList<>(); in InsetsController()
620 final List<WindowInsetsAnimation> finishedAnimations = new ArrayList<>(); in InsetsController()
648 for (WindowInsetsAnimation anim : runningAnimations) { in InsetsController()
1523 WindowInsetsAnimation animation, Bounds bounds) { in startAnimation()
1548 public void dispatchAnimationEnd(WindowInsetsAnimation animation) { in dispatchAnimationEnd()
H A DInsetsAnimationControlImpl.java58 import android.view.WindowInsetsAnimation.Bounds;
95 private final WindowInsetsAnimation mAnimation;
149 mAnimation = new WindowInsetsAnimation(mTypes, interpolator, in InsetsAnimationControlImpl()
348 public WindowInsetsAnimation getAnimation() { in getAnimation()
H A DInsetsAnimationControlRunner.java63 WindowInsetsAnimation getAnimation(); in getAnimation()
H A DWindowInsetsAnimationController.java25 import android.view.WindowInsetsAnimation.Bounds;
H A DViewGroup.java20 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_CONTINUE_ON_SUBTREE;
21 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;
59 import android.view.WindowInsetsAnimation.Bounds;
60 import android.view.WindowInsetsAnimation.Callback.DispatchMode;
7375 @Nullable WindowInsetsAnimation.Callback callback) { in setWindowInsetsAnimationCallback()
7413 @NonNull WindowInsetsAnimation animation) { in dispatchWindowInsetsAnimationPrepare()
7440 @NonNull WindowInsetsAnimation animation, @NonNull Bounds bounds) { in dispatchWindowInsetsAnimationStart()
7455 @NonNull List<WindowInsetsAnimation> runningAnimations) { in dispatchWindowInsetsAnimationProgress()
7468 public void dispatchWindowInsetsAnimationEnd(@NonNull WindowInsetsAnimation animation) { in dispatchWindowInsetsAnimationEnd()
H A DView.java128 import android.view.WindowInsetsAnimation.Bounds;
4733 WindowInsetsAnimation.Callback mWindowInsetsAnimationCallback;
11527 @Nullable WindowInsetsAnimation.Callback callback) { in setWindowInsetsAnimationCallback()
11548 @NonNull WindowInsetsAnimation animation) { in dispatchWindowInsetsAnimationPrepare()
11564 @NonNull WindowInsetsAnimation animation, @NonNull Bounds bounds) { in dispatchWindowInsetsAnimationStart()
11580 @NonNull List<WindowInsetsAnimation> runningAnimations) { in dispatchWindowInsetsAnimationProgress()
11594 public void dispatchWindowInsetsAnimationEnd(@NonNull WindowInsetsAnimation animation) { in dispatchWindowInsetsAnimationEnd()
/aosp12/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DWindowInsetsControllerActivity.java19 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;
24 import android.view.WindowInsetsAnimation;
44 new WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) { in onCreate()
48 @NonNull List<WindowInsetsAnimation> runningAnimations) { in onCreate()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityContainer.java20 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;
41 import android.view.WindowInsetsAnimation;
118 private final WindowInsetsAnimation.Callback mWindowInsetsAnimationCallback =
119 new WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) {
125 public void onPrepare(WindowInsetsAnimation animation) {
130 public WindowInsetsAnimation.Bounds onStart(WindowInsetsAnimation animation,
131 WindowInsetsAnimation.Bounds bounds) {
144 List<WindowInsetsAnimation> list) {
153 for (WindowInsetsAnimation animation : list) {
171 public void onEnd(WindowInsetsAnimation animation) {
/aosp12/frameworks/base/apct-tests/perftests/inputmethod/src/android/inputmethod/
H A DImePerfTest.java23 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;
46 import android.view.WindowInsetsAnimation;
440 new WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) { in setImeListener()
443 public WindowInsetsAnimation.Bounds onStart( in setImeListener()
444 @NonNull WindowInsetsAnimation animation, in setImeListener()
445 @NonNull WindowInsetsAnimation.Bounds bounds) { in setImeListener()
453 @NonNull List<WindowInsetsAnimation> runningAnimations) { in setImeListener()
458 public void onEnd(@NonNull WindowInsetsAnimation animation) { in setImeListener()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DInsetsPolicy.java50 import android.view.WindowInsetsAnimation;
51 import android.view.WindowInsetsAnimation.Bounds;
602 WindowInsetsAnimation animation, in startAnimation()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java19 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;
59 import android.view.WindowInsetsAnimation;
263 new WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) { in onFinishInflate()
267 @NonNull List<WindowInsetsAnimation> runningAnimations) { in onFinishInflate()
271 public void onEnd(@NonNull WindowInsetsAnimation animation) { in onFinishInflate()
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes7767 android.view.WindowInsetsAnimation$Bounds
7768 android.view.WindowInsetsAnimation$Callback
7769 android.view.WindowInsetsAnimation
H A Dboot-image-profile.txt16808 …;,Landroid/view/InsetsController;]Landroid/view/WindowInsetsAnimation;Landroid/view/WindowInsetsAn…
16846 …owInsetsAnimationControlListener;ILandroid/view/WindowInsetsAnimation;Landroid/view/WindowInsetsAn…
18903 HSPLandroid/view/WindowInsetsAnimation$Bounds;-><init>(Landroid/graphics/Insets;Landroid/graphics/I…
18904 HSPLandroid/view/WindowInsetsAnimation$Callback;-><init>(I)V
18905 HSPLandroid/view/WindowInsetsAnimation;-><init>(ILandroid/view/animation/Interpolator;J)V
18906 HSPLandroid/view/WindowInsetsAnimation;->setAlpha(F)V
31510 Landroid/view/WindowInsetsAnimation$Bounds;
31511 Landroid/view/WindowInsetsAnimation$Callback;
31512 Landroid/view/WindowInsetsAnimation;
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt48696 … method public void dispatchWindowInsetsAnimationEnd(@NonNull android.view.WindowInsetsAnimation);
48697 …thod public void dispatchWindowInsetsAnimationPrepare(@NonNull android.view.WindowInsetsAnimation);
48699WindowInsetsAnimation.Bounds dispatchWindowInsetsAnimationStart(@NonNull android.view.WindowInsets…
50424 public final class WindowInsetsAnimation {
50425 ctor public WindowInsetsAnimation(int, @Nullable android.view.animation.Interpolator, long);
50436 public static final class WindowInsetsAnimation.Bounds {
50443 public abstract static class WindowInsetsAnimation.Callback {
50444 ctor public WindowInsetsAnimation.Callback(int);
50446 method public void onEnd(@NonNull android.view.WindowInsetsAnimation);
50447 method public void onPrepare(@NonNull android.view.WindowInsetsAnimation);
[all …]
/aosp12/frameworks/base/config/
H A Dpreloaded-classes7788 android.view.WindowInsetsAnimation$Bounds
7789 android.view.WindowInsetsAnimation$Callback
7790 android.view.WindowInsetsAnimation
H A Dboot-image-profile.txt16857 …;,Landroid/view/InsetsController;]Landroid/view/WindowInsetsAnimation;Landroid/view/WindowInsetsAn…
16895 …owInsetsAnimationControlListener;ILandroid/view/WindowInsetsAnimation;Landroid/view/WindowInsetsAn…
18951 HSPLandroid/view/WindowInsetsAnimation$Bounds;-><init>(Landroid/graphics/Insets;Landroid/graphics/I…
18952 HSPLandroid/view/WindowInsetsAnimation$Callback;-><init>(I)V
18953 HSPLandroid/view/WindowInsetsAnimation;-><init>(ILandroid/view/animation/Interpolator;J)V
18954 HSPLandroid/view/WindowInsetsAnimation;->setAlpha(F)V
41174 Landroid/view/WindowInsetsAnimation$Bounds;
41175 Landroid/view/WindowInsetsAnimation$Callback;
41176 Landroid/view/WindowInsetsAnimation;
/aosp12/frameworks/base/services/
H A Dart-profile46673 …owInsetsAnimationControlListener;ILandroid/view/WindowInsetsAnimation;Landroid/view/WindowInsetsAn…