Home
last modified time | relevance | path

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

/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
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 …]
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
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()
/frameworks/base/core/java/android/view/
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()
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()
DInsetsAnimationControlCallbacks.java20 import android.view.WindowInsetsAnimation.Bounds;
39 WindowInsetsAnimation animation, in startAnimation()
DInsetsAnimationThreadControlRunner.java35 import android.view.WindowInsetsAnimation.Bounds;
59 WindowInsetsAnimation animation, Bounds bounds) {
179 public WindowInsetsAnimation getAnimation() { in getAnimation()
DInsetsAnimationControlRunner.java63 WindowInsetsAnimation getAnimation(); in getAnimation()
DWindowInsetsAnimationController.java25 import android.view.WindowInsetsAnimation.Bounds;
DInsetsAnimationControlImpl.java58 import android.view.WindowInsetsAnimation.Bounds;
95 private final WindowInsetsAnimation mAnimation;
149 mAnimation = new WindowInsetsAnimation(mTypes, interpolator, in InsetsAnimationControlImpl()
343 public WindowInsetsAnimation getAnimation() { in getAnimation()
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()
609 final List<WindowInsetsAnimation> runningAnimations = new ArrayList<>(); in InsetsController()
638 for (WindowInsetsAnimation anim : runningAnimations) { in InsetsController()
1478 WindowInsetsAnimation animation, Bounds bounds) { in startAnimation()
1503 public void dispatchAnimationEnd(WindowInsetsAnimation animation) { in dispatchAnimationEnd()
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()
DView.java128 import android.view.WindowInsetsAnimation.Bounds;
4727 WindowInsetsAnimation.Callback mWindowInsetsAnimationCallback;
11504 @Nullable WindowInsetsAnimation.Callback callback) { in setWindowInsetsAnimationCallback()
11525 @NonNull WindowInsetsAnimation animation) { in dispatchWindowInsetsAnimationPrepare()
11541 @NonNull WindowInsetsAnimation animation, @NonNull Bounds bounds) { in dispatchWindowInsetsAnimationStart()
11557 @NonNull List<WindowInsetsAnimation> runningAnimations) { in dispatchWindowInsetsAnimationProgress()
11571 public void dispatchWindowInsetsAnimationEnd(@NonNull WindowInsetsAnimation animation) { in dispatchWindowInsetsAnimationEnd()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainer.java20 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;
41 import android.view.WindowInsetsAnimation;
110 private final WindowInsetsAnimation.Callback mWindowInsetsAnimationCallback =
111 new WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) {
117 public void onPrepare(WindowInsetsAnimation animation) {
122 public WindowInsetsAnimation.Bounds onStart(WindowInsetsAnimation animation,
123 WindowInsetsAnimation.Bounds bounds) {
136 List<WindowInsetsAnimation> list) {
145 for (WindowInsetsAnimation animation : list) {
163 public void onEnd(WindowInsetsAnimation animation) {
/frameworks/base/apct-tests/perftests/inputmethod/src/android/inputmethod/
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()
/frameworks/base/services/core/java/com/android/server/wm/
DInsetsPolicy.java50 import android.view.WindowInsetsAnimation;
51 import android.view.WindowInsetsAnimation.Bounds;
572 WindowInsetsAnimation animation, in startAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java19 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;
59 import android.view.WindowInsetsAnimation;
264 new WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) { in onFinishInflate()
268 @NonNull List<WindowInsetsAnimation> runningAnimations) { in onFinishInflate()
272 public void onEnd(@NonNull WindowInsetsAnimation animation) { in onFinishInflate()
/frameworks/base/boot/
Dpreloaded-classes7767 android.view.WindowInsetsAnimation$Bounds
7768 android.view.WindowInsetsAnimation$Callback
7769 android.view.WindowInsetsAnimation
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;
/frameworks/base/core/api/
Dcurrent.txt48605 … method public void dispatchWindowInsetsAnimationEnd(@NonNull android.view.WindowInsetsAnimation);
48606 …thod public void dispatchWindowInsetsAnimationPrepare(@NonNull android.view.WindowInsetsAnimation);
48607 …s(@NonNull android.view.WindowInsets, @NonNull java.util.List<android.view.WindowInsetsAnimation>);
48608WindowInsetsAnimation.Bounds dispatchWindowInsetsAnimationStart(@NonNull android.view.WindowInsets…
49149 …ublic void setWindowInsetsAnimationCallback(@Nullable android.view.WindowInsetsAnimation.Callback);
50332 public final class WindowInsetsAnimation {
50333 ctor public WindowInsetsAnimation(int, @Nullable android.view.animation.Interpolator, long);
50344 public static final class WindowInsetsAnimation.Bounds {
50345 …ctor public WindowInsetsAnimation.Bounds(@NonNull android.graphics.Insets, @NonNull android.graphi…
50348 …method @NonNull public android.view.WindowInsetsAnimation.Bounds inset(@NonNull android.graphics.I…
[all …]
/frameworks/base/config/
Dpreloaded-classes7788 android.view.WindowInsetsAnimation$Bounds
7789 android.view.WindowInsetsAnimation$Callback
7790 android.view.WindowInsetsAnimation
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;
/frameworks/base/services/
Dart-profile46673 …owInsetsAnimationControlListener;ILandroid/view/WindowInsetsAnimation;Landroid/view/WindowInsetsAn…