Home
last modified time | relevance | path

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

/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
DWindowInsetsActivity.java20 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;
38 import android.view.WindowInsetsAnimation;
39 import android.view.WindowInsetsAnimation.Callback;
171 public void onPrepare(WindowInsetsAnimation animation) { in onCreate()
177 @NonNull List<WindowInsetsAnimation> runningAnimations) { in onCreate()
183 public WindowInsetsAnimation.Bounds onStart(WindowInsetsAnimation animation, in onCreate()
184 WindowInsetsAnimation.Bounds bounds) { in onCreate()
190 public void onEnd(WindowInsetsAnimation animation) { in onCreate()
241 private WindowInsetsAnimation mInsetsAnimation;
247 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
378 public void onPrepare(@NonNull WindowInsetsAnimation animation) { in onPrepare()
400 @NonNull WindowInsetsAnimation animation, @NonNull Bounds bounds) { in onStart()
424 @NonNull List<WindowInsetsAnimation> runningAnimations); in onProgress()
432 public void onEnd(@NonNull WindowInsetsAnimation animation) { in onEnd()
DViewRootInsetsControllerHost.java75 public void dispatchWindowInsetsAnimationPrepare(@NonNull WindowInsetsAnimation animation) { in dispatchWindowInsetsAnimationPrepare()
83 public WindowInsetsAnimation.Bounds dispatchWindowInsetsAnimationStart( in dispatchWindowInsetsAnimationStart()
84 @NonNull WindowInsetsAnimation animation, in dispatchWindowInsetsAnimationStart()
85 @NonNull WindowInsetsAnimation.Bounds bounds) { in dispatchWindowInsetsAnimationStart()
95 @NonNull List<WindowInsetsAnimation> runningAnimations) { in dispatchWindowInsetsAnimationProgress()
101 for (WindowInsetsAnimation anim : runningAnimations) { in dispatchWindowInsetsAnimationProgress()
110 public void dispatchWindowInsetsAnimationEnd(@NonNull WindowInsetsAnimation animation) { in dispatchWindowInsetsAnimationEnd()
DInsetsAnimationControlCallbacks.java20 import android.view.WindowInsetsAnimation.Bounds;
39 WindowInsetsAnimation animation, in startAnimation()
DInsetsAnimationThreadControlRunner.java31 import android.view.WindowInsetsAnimation.Bounds;
56 WindowInsetsAnimation animation, Bounds bounds) {
137 public WindowInsetsAnimation getAnimation() { in getAnimation()
DInsetsAnimationControlRunner.java43 WindowInsetsAnimation getAnimation(); in getAnimation()
DInsetsController.java49 import android.view.WindowInsetsAnimation.Bounds;
85 void dispatchWindowInsetsAnimationPrepare(@NonNull WindowInsetsAnimation animation); in dispatchWindowInsetsAnimationPrepare()
87 @NonNull WindowInsetsAnimation animation, @NonNull Bounds bounds); in dispatchWindowInsetsAnimationStart()
89 @NonNull List<WindowInsetsAnimation> runningAnimations); in dispatchWindowInsetsAnimationProgress()
90 void dispatchWindowInsetsAnimationEnd(@NonNull WindowInsetsAnimation animation); in dispatchWindowInsetsAnimationEnd()
490 private final ArrayList<WindowInsetsAnimation> mTmpRunningAnims = new ArrayList<>();
491 private final List<WindowInsetsAnimation> mUnmodifiableTmpRunningAnims =
577 for (WindowInsetsAnimation anim : mUnmodifiableTmpRunningAnims) { in InsetsController()
1313 WindowInsetsAnimation animation, Bounds bounds) { in startAnimation()
1337 public void dispatchAnimationEnd(WindowInsetsAnimation animation) { in dispatchAnimationEnd()
DInsetsAnimationControlImpl.java42 import android.view.WindowInsetsAnimation.Bounds;
77 private final WindowInsetsAnimation mAnimation;
117 mAnimation = new WindowInsetsAnimation(mTypes, interpolator, in InsetsAnimationControlImpl()
282 public WindowInsetsAnimation getAnimation() { in getAnimation()
DWindowInsetsAnimationController.java25 import android.view.WindowInsetsAnimation.Bounds;
DViewGroup.java20 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_CONTINUE_ON_SUBTREE;
21 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;
58 import android.view.WindowInsetsAnimation.Bounds;
59 import android.view.WindowInsetsAnimation.Callback.DispatchMode;
7352 @Nullable WindowInsetsAnimation.Callback callback) { in setWindowInsetsAnimationCallback()
7390 @NonNull WindowInsetsAnimation animation) { in dispatchWindowInsetsAnimationPrepare()
7417 @NonNull WindowInsetsAnimation animation, @NonNull Bounds bounds) { in dispatchWindowInsetsAnimationStart()
7432 @NonNull List<WindowInsetsAnimation> runningAnimations) { in dispatchWindowInsetsAnimationProgress()
7445 public void dispatchWindowInsetsAnimationEnd(@NonNull WindowInsetsAnimation animation) { in dispatchWindowInsetsAnimationEnd()
DView.java117 import android.view.WindowInsetsAnimation.Bounds;
4752 WindowInsetsAnimation.Callback mWindowInsetsAnimationCallback;
11329 @Nullable WindowInsetsAnimation.Callback callback) {
11350 @NonNull WindowInsetsAnimation animation) {
11366 @NonNull WindowInsetsAnimation animation, @NonNull Bounds bounds) {
11382 @NonNull List<WindowInsetsAnimation> runningAnimations) {
11396 public void dispatchWindowInsetsAnimationEnd(@NonNull WindowInsetsAnimation animation) {
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainer.java22 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;
54 import android.view.WindowInsetsAnimation;
141 private final WindowInsetsAnimation.Callback mWindowInsetsAnimationCallback =
142 new WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) {
148 public void onPrepare(WindowInsetsAnimation animation) {
153 public WindowInsetsAnimation.Bounds onStart(WindowInsetsAnimation animation,
154 WindowInsetsAnimation.Bounds bounds) {
161 List<WindowInsetsAnimation> list) {
167 for (WindowInsetsAnimation animation : list) {
182 public void onEnd(WindowInsetsAnimation animation) {
/frameworks/base/services/core/java/com/android/server/wm/
DInsetsPolicy.java46 import android.view.WindowInsetsAnimation;
47 import android.view.WindowInsetsAnimation.Bounds;
482 WindowInsetsAnimation animation, in startAnimation()
/frameworks/base/config/
Dpreloaded-classes7127 android.view.WindowInsetsAnimation$Bounds
7128 android.view.WindowInsetsAnimation$Callback
7129 android.view.WindowInsetsAnimation
Dboot-image-profile.txt21562 HSPLandroid/view/InsetsAnimationControlImpl;->getAnimation()Landroid/view/WindowInsetsAnimation;
21589 …owInsetsAnimationControlListener;ILandroid/view/WindowInsetsAnimation;Landroid/view/WindowInsetsAn…
21636 HSPLandroid/view/InsetsController;->dispatchAnimationEnd(Landroid/view/WindowInsetsAnimation;)V
22533 HSPLandroid/view/View;->dispatchWindowInsetsAnimationEnd(Landroid/view/WindowInsetsAnimation;)V
22534 HSPLandroid/view/View;->dispatchWindowInsetsAnimationPrepare(Landroid/view/WindowInsetsAnimation;)V
22536 …mationStart(Landroid/view/WindowInsetsAnimation;Landroid/view/WindowInsetsAnimation$Bounds;)Landro…
23277 HSPLandroid/view/ViewGroup;->dispatchWindowInsetsAnimationEnd(Landroid/view/WindowInsetsAnimation;)V
23278 …ndroid/view/ViewGroup;->dispatchWindowInsetsAnimationPrepare(Landroid/view/WindowInsetsAnimation;)V
23280 …mationStart(Landroid/view/WindowInsetsAnimation;Landroid/view/WindowInsetsAnimation$Bounds;)Landro…
23986 HSPLandroid/view/WindowInsetsAnimation$Bounds;-><init>(Landroid/graphics/Insets;Landroid/graphics/I…
[all …]
/frameworks/base/api/
Dcurrent.txt53816 … method public void dispatchWindowInsetsAnimationEnd(@NonNull android.view.WindowInsetsAnimation);
53817 …thod public void dispatchWindowInsetsAnimationPrepare(@NonNull android.view.WindowInsetsAnimation);
53818 …s(@NonNull android.view.WindowInsets, @NonNull java.util.List<android.view.WindowInsetsAnimation>);
53819WindowInsetsAnimation.Bounds dispatchWindowInsetsAnimationStart(@NonNull android.view.WindowInsets…
54341 …ublic void setWindowInsetsAnimationCallback(@Nullable android.view.WindowInsetsAnimation.Callback);
55510 public final class WindowInsetsAnimation {
55511 ctor public WindowInsetsAnimation(int, @Nullable android.view.animation.Interpolator, long);
55522 public static final class WindowInsetsAnimation.Bounds {
55523 …ctor public WindowInsetsAnimation.Bounds(@NonNull android.graphics.Insets, @NonNull android.graphi…
55526 …method @NonNull public android.view.WindowInsetsAnimation.Bounds inset(@NonNull android.graphics.I…
[all …]
/frameworks/base/services/
Dart-profile37083 …owInsetsAnimationControlListener;ILandroid/view/WindowInsetsAnimation;Landroid/view/WindowInsetsAn…