Home
last modified time | relevance | path

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

12

/aosp14/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 …]
/aosp14/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.java77 public void dispatchWindowInsetsAnimationPrepare(@NonNull WindowInsetsAnimation animation) { in dispatchWindowInsetsAnimationPrepare()
85 public WindowInsetsAnimation.Bounds dispatchWindowInsetsAnimationStart( in dispatchWindowInsetsAnimationStart()
86 @NonNull WindowInsetsAnimation animation, in dispatchWindowInsetsAnimationStart()
87 @NonNull WindowInsetsAnimation.Bounds bounds) { in dispatchWindowInsetsAnimationStart()
97 @NonNull List<WindowInsetsAnimation> runningAnimations) { in dispatchWindowInsetsAnimationProgress()
103 for (WindowInsetsAnimation anim : runningAnimations) { in dispatchWindowInsetsAnimationProgress()
112 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.java37 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;
60 WindowInsetsAnimation animation, Bounds bounds) {
186 public WindowInsetsAnimation getAnimation() { in getAnimation()
H A DInsetsAnimationControlRunner.java64 WindowInsetsAnimation getAnimation(); in getAnimation()
H A DWindowInsetsAnimationController.java25 import android.view.WindowInsetsAnimation.Bounds;
H A DInsetsAnimationControlImpl.java66 import android.view.WindowInsetsAnimation.Bounds;
103 private final WindowInsetsAnimation mAnimation;
159 mAnimation = new WindowInsetsAnimation(mTypes, interpolator, in InsetsAnimationControlImpl()
379 public WindowInsetsAnimation getAnimation() { in getAnimation()
H A DInsetsController.java62 import android.view.WindowInsetsAnimation.Bounds;
102 void dispatchWindowInsetsAnimationPrepare(@NonNull WindowInsetsAnimation animation); in dispatchWindowInsetsAnimationPrepare()
104 @NonNull WindowInsetsAnimation animation, @NonNull Bounds bounds); in dispatchWindowInsetsAnimationStart()
106 @NonNull List<WindowInsetsAnimation> runningAnimations); in dispatchWindowInsetsAnimationProgress()
107 void dispatchWindowInsetsAnimationEnd(@NonNull WindowInsetsAnimation animation); in dispatchWindowInsetsAnimationEnd()
784 final List<WindowInsetsAnimation> runningAnimations = new ArrayList<>(); in InsetsController()
785 final List<WindowInsetsAnimation> finishedAnimations = new ArrayList<>(); in InsetsController()
813 for (WindowInsetsAnimation anim : runningAnimations) { in InsetsController()
1825 WindowInsetsAnimation animation, Bounds bounds) { in startAnimation()
1850 public void dispatchAnimationEnd(WindowInsetsAnimation animation) { in dispatchAnimationEnd()
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;
7526 @Nullable WindowInsetsAnimation.Callback callback) { in setWindowInsetsAnimationCallback()
7564 @NonNull WindowInsetsAnimation animation) { in dispatchWindowInsetsAnimationPrepare()
7591 @NonNull WindowInsetsAnimation animation, @NonNull Bounds bounds) { in dispatchWindowInsetsAnimationStart()
7606 @NonNull List<WindowInsetsAnimation> runningAnimations) { in dispatchWindowInsetsAnimationProgress()
7619 public void dispatchWindowInsetsAnimationEnd(@NonNull WindowInsetsAnimation animation) { in dispatchWindowInsetsAnimationEnd()
H A DView.java133 import android.view.WindowInsetsAnimation.Bounds;
4872 WindowInsetsAnimation.Callback mWindowInsetsAnimationCallback;
11960 @Nullable WindowInsetsAnimation.Callback callback) { in setWindowInsetsAnimationCallback()
11981 @NonNull WindowInsetsAnimation animation) { in dispatchWindowInsetsAnimationPrepare()
11997 @NonNull WindowInsetsAnimation animation, @NonNull Bounds bounds) { in dispatchWindowInsetsAnimationStart()
12013 @NonNull List<WindowInsetsAnimation> runningAnimations) { in dispatchWindowInsetsAnimationProgress()
12027 public void dispatchWindowInsetsAnimationEnd(@NonNull WindowInsetsAnimation animation) { in dispatchWindowInsetsAnimationEnd()
/aosp14/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()
/aosp14/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
H A DImeStressTestUtil.java21 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;
35 import android.view.WindowInsetsAnimation;
329 private final WindowInsetsAnimation.Callback mWindowInsetsAnimationCallback =
330 new WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) {
333 public WindowInsetsAnimation.Bounds onStart(
334 @NonNull WindowInsetsAnimation animation,
335 @NonNull WindowInsetsAnimation.Bounds bounds) {
341 public void onEnd(@NonNull WindowInsetsAnimation animation) {
350 @NonNull List<WindowInsetsAnimation> runningAnimations) {
/aosp14/frameworks/base/apct-tests/perftests/inputmethod/src/android/inputmethod/
H A DImePerfTest.java23 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;
45 import android.view.WindowInsetsAnimation;
463 new WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) { in setImeListener()
466 public WindowInsetsAnimation.Bounds onStart( in setImeListener()
467 @NonNull WindowInsetsAnimation animation, in setImeListener()
468 @NonNull WindowInsetsAnimation.Bounds bounds) { in setImeListener()
476 @NonNull List<WindowInsetsAnimation> runningAnimations) { in setImeListener()
481 public void onEnd(@NonNull WindowInsetsAnimation animation) { in setImeListener()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityContainer.java22 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;
74 import android.view.WindowInsetsAnimation;
190 private final WindowInsetsAnimation.Callback mWindowInsetsAnimationCallback =
191 new WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) {
197 public void onPrepare(WindowInsetsAnimation animation) {
202 public WindowInsetsAnimation.Bounds onStart(WindowInsetsAnimation animation,
203 WindowInsetsAnimation.Bounds bounds) {
216 List<WindowInsetsAnimation> list) {
225 for (WindowInsetsAnimation animation : list) {
245 public void onEnd(WindowInsetsAnimation animation) {
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DInsetsPolicy.java47 import android.view.WindowInsetsAnimation;
48 import android.view.WindowInsetsAnimation.Bounds;
749 @NonNull WindowInsetsAnimation animation) { } in dispatchWindowInsetsAnimationPrepare()
753 @NonNull WindowInsetsAnimation animation, in dispatchWindowInsetsAnimationStart()
761 @NonNull List<WindowInsetsAnimation> runningAnimations) { in dispatchWindowInsetsAnimationProgress()
767 @NonNull WindowInsetsAnimation animation) { } in dispatchWindowInsetsAnimationEnd()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java19 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;
52 import android.view.WindowInsetsAnimation;
288 new WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) { in onFinishInflate()
292 @NonNull List<WindowInsetsAnimation> runningAnimations) { in onFinishInflate()
296 public void onEnd(@NonNull WindowInsetsAnimation animation) { in onFinishInflate()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutTest.java61 import android.view.WindowInsetsAnimation;
925 ArrayList<WindowInsetsAnimation> windowInsetsAnimations = new ArrayList<>(); in testWindowInsetAnimationProgress_updatesBottomInset()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java70 import android.view.WindowInsetsAnimation;
402 private final WindowInsetsAnimation.Callback mInsetsCallback =
403 new WindowInsetsAnimation.Callback(
404 WindowInsetsAnimation.Callback.DISPATCH_MODE_CONTINUE_ON_SUBTREE) {
407 public void onPrepare(WindowInsetsAnimation animation) {
413 List<WindowInsetsAnimation> list) {
419 public void onEnd(WindowInsetsAnimation animation) {
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt16560 HSPLandroid/view/InsetsAnimationControlImpl;->getAnimation()Landroid/view/WindowInsetsAnimation;
16647 HSPLandroid/view/InsetsController;->dispatchAnimationEnd(Landroid/view/WindowInsetsAnimation;)V
17356 HSPLandroid/view/View;->dispatchWindowInsetsAnimationEnd(Landroid/view/WindowInsetsAnimation;)V
18050 HSPLandroid/view/ViewGroup;->dispatchWindowInsetsAnimationEnd(Landroid/view/WindowInsetsAnimation;)V
18756 HSPLandroid/view/WindowInsetsAnimation$Callback;-><init>(I)V
18757 HSPLandroid/view/WindowInsetsAnimation;-><init>(ILandroid/view/animation/Interpolator;J)V
18758 HSPLandroid/view/WindowInsetsAnimation;->getTypeMask()I
18759 HSPLandroid/view/WindowInsetsAnimation;->setAlpha(F)V
31745 Landroid/view/WindowInsetsAnimation$Bounds;
31746 Landroid/view/WindowInsetsAnimation$Callback;
[all …]
H A Dpreloaded-classes8947 android.view.WindowInsetsAnimation$Bounds
8948 android.view.WindowInsetsAnimation$Callback
8949 android.view.WindowInsetsAnimation
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt16624 HSPLandroid/view/InsetsAnimationControlImpl;->getAnimation()Landroid/view/WindowInsetsAnimation;
16711 HSPLandroid/view/InsetsController;->dispatchAnimationEnd(Landroid/view/WindowInsetsAnimation;)V
17420 HSPLandroid/view/View;->dispatchWindowInsetsAnimationEnd(Landroid/view/WindowInsetsAnimation;)V
18114 HSPLandroid/view/ViewGroup;->dispatchWindowInsetsAnimationEnd(Landroid/view/WindowInsetsAnimation;)V
18820 HSPLandroid/view/WindowInsetsAnimation$Callback;-><init>(I)V
18821 HSPLandroid/view/WindowInsetsAnimation;-><init>(ILandroid/view/animation/Interpolator;J)V
18822 HSPLandroid/view/WindowInsetsAnimation;->getTypeMask()I
18823 HSPLandroid/view/WindowInsetsAnimation;->setAlpha(F)V
41879 Landroid/view/WindowInsetsAnimation$Bounds;
41880 Landroid/view/WindowInsetsAnimation$Callback;
[all …]
H A Dpreloaded-classes8978 android.view.WindowInsetsAnimation$Bounds
8979 android.view.WindowInsetsAnimation$Callback
8980 android.view.WindowInsetsAnimation
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt52075 … method public void dispatchWindowInsetsAnimationEnd(@NonNull android.view.WindowInsetsAnimation);
52076 …thod public void dispatchWindowInsetsAnimationPrepare(@NonNull android.view.WindowInsetsAnimation);
52078WindowInsetsAnimation.Bounds dispatchWindowInsetsAnimationStart(@NonNull android.view.WindowInsets…
53846 public final class WindowInsetsAnimation {
53847 ctor public WindowInsetsAnimation(int, @Nullable android.view.animation.Interpolator, long);
53858 public static final class WindowInsetsAnimation.Bounds {
53865 public abstract static class WindowInsetsAnimation.Callback {
53866 ctor public WindowInsetsAnimation.Callback(int);
53868 method public void onEnd(@NonNull android.view.WindowInsetsAnimation);
53869 method public void onPrepare(@NonNull android.view.WindowInsetsAnimation);
[all …]

12