Home
last modified time | relevance | path

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

12

/core/core/src/androidTest/java/androidx/core/view/
DWindowInsetsAnimationCompatActivityTest.kt24 import androidx.core.view.WindowInsetsAnimationCompat.Callback.DISPATCH_MODE_CONTINUE_ON_SUBTREE in <lambda>()
25 import androidx.core.view.WindowInsetsAnimationCompat.Callback.DISPATCH_MODE_STOP in <lambda>()
186 object : WindowInsetsAnimationCompat.Callback(DISPATCH_MODE_STOP) { in <lambda>()
187 override fun onPrepare(animation: WindowInsetsAnimationCompat) { in <lambda>()
194 runningAnimations: MutableList<WindowInsetsAnimationCompat> in <lambda>()
202 animation: WindowInsetsAnimationCompat, in <lambda>()
203 bounds: WindowInsetsAnimationCompat.BoundsCompat in <lambda>()
204 ): WindowInsetsAnimationCompat.BoundsCompat { in <lambda>()
210 override fun onEnd(animation: WindowInsetsAnimationCompat) { in <lambda>()
416 onPrepare: ((WindowInsetsAnimationCompat) -> Unit)? = null, in <lambda>()
[all …]
DViewGroupCompatTest.java19 import static androidx.core.view.WindowInsetsAnimationCompat.Callback.DISPATCH_MODE_STOP;
160 new WindowInsetsAnimationCompat.Callback(DISPATCH_MODE_STOP) { in installCompatInsetsDispatch()
164 @NonNull List<WindowInsetsAnimationCompat> runningAnimations) { in installCompatInsetsDispatch()
/core/core/src/main/java/androidx/core/view/insets/
DSystemBarStateMonitor.java19 import static androidx.core.view.WindowInsetsAnimationCompat.Callback.DISPATCH_MODE_STOP;
36 import androidx.core.view.WindowInsetsAnimationCompat;
95 new WindowInsetsAnimationCompat.Callback(DISPATCH_MODE_STOP) { in SystemBarStateMonitor()
97 private final HashMap<WindowInsetsAnimationCompat, Integer> mAnimationSidesMap = in SystemBarStateMonitor()
101 public void onPrepare(@NonNull WindowInsetsAnimationCompat animation) { in SystemBarStateMonitor()
111 public WindowInsetsAnimationCompat.@NonNull BoundsCompat onStart( in SystemBarStateMonitor()
112 @NonNull WindowInsetsAnimationCompat animation, in SystemBarStateMonitor()
113 WindowInsetsAnimationCompat.@NonNull BoundsCompat bounds) { in SystemBarStateMonitor()
139 @NonNull List<WindowInsetsAnimationCompat> runningAnimations) { in SystemBarStateMonitor()
143 final WindowInsetsAnimationCompat animation = runningAnimations.get(i); in SystemBarStateMonitor()
[all …]
/core/core/src/main/java/androidx/core/view/
DWindowInsetsAnimationCompat.java59 public final class WindowInsetsAnimationCompat { class
76 public WindowInsetsAnimationCompat( in WindowInsetsAnimationCompat() method in WindowInsetsAnimationCompat
89 private WindowInsetsAnimationCompat(@NonNull WindowInsetsAnimation animation) { in WindowInsetsAnimationCompat() method in WindowInsetsAnimationCompat
326 static WindowInsetsAnimationCompat toWindowInsetsAnimationCompat( in toWindowInsetsAnimationCompat()
328 return new WindowInsetsAnimationCompat(windowInsetsAnimation); in toWindowInsetsAnimationCompat()
438 public void onPrepare(@NonNull WindowInsetsAnimationCompat animation) { in onPrepare()
483 @NonNull WindowInsetsAnimationCompat animation, in onStart()
507 @NonNull List<WindowInsetsAnimationCompat> runningAnimations); in onProgress()
515 public void onEnd(@NonNull WindowInsetsAnimationCompat animation) { in onEnd()
820 final WindowInsetsAnimationCompat anim =
[all …]
/core/core/api/
Drestricted_1.6.0-beta02.txt2916 …wInsetsAnimationCallback(android.view.View, androidx.core.view.WindowInsetsAnimationCompat.Callbac…
3087 public final class WindowInsetsAnimationCompat {
3088 …ctor public WindowInsetsAnimationCompat(@androidx.core.view.WindowInsetsCompat.Type.InsetsType int…
3099 public static final class WindowInsetsAnimationCompat.BoundsCompat {
3100 …ctor public WindowInsetsAnimationCompat.BoundsCompat(androidx.core.graphics.Insets, androidx.core.…
3103 …method public androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat inset(androidx.core.grap…
3105 …method @RequiresApi(30) public static androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat …
3108 public abstract static class WindowInsetsAnimationCompat.Callback {
3109 …ctor public WindowInsetsAnimationCompat.Callback(@androidx.core.view.WindowInsetsAnimationCompat.C…
3110 …method @androidx.core.view.WindowInsetsAnimationCompat.Callback.DispatchMode public final int getD…
[all …]
Drestricted_1.6.0-beta01.txt2916 …wInsetsAnimationCallback(android.view.View, androidx.core.view.WindowInsetsAnimationCompat.Callbac…
3087 public final class WindowInsetsAnimationCompat {
3088 …ctor public WindowInsetsAnimationCompat(@androidx.core.view.WindowInsetsCompat.Type.InsetsType int…
3099 public static final class WindowInsetsAnimationCompat.BoundsCompat {
3100 …ctor public WindowInsetsAnimationCompat.BoundsCompat(androidx.core.graphics.Insets, androidx.core.…
3103 …method public androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat inset(androidx.core.grap…
3105 …method @RequiresApi(30) public static androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat …
3108 public abstract static class WindowInsetsAnimationCompat.Callback {
3109 …ctor public WindowInsetsAnimationCompat.Callback(@androidx.core.view.WindowInsetsAnimationCompat.C…
3110 …method @androidx.core.view.WindowInsetsAnimationCompat.Callback.DispatchMode public final int getD…
[all …]
Drestricted_1.6.0-beta03.txt2916 …wInsetsAnimationCallback(android.view.View, androidx.core.view.WindowInsetsAnimationCompat.Callbac…
3087 public final class WindowInsetsAnimationCompat {
3088 …ctor public WindowInsetsAnimationCompat(@androidx.core.view.WindowInsetsCompat.Type.InsetsType int…
3099 public static final class WindowInsetsAnimationCompat.BoundsCompat {
3100 …ctor public WindowInsetsAnimationCompat.BoundsCompat(androidx.core.graphics.Insets, androidx.core.…
3103 …method public androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat inset(androidx.core.grap…
3105 …method @RequiresApi(30) public static androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat …
3108 public abstract static class WindowInsetsAnimationCompat.Callback {
3109 …ctor public WindowInsetsAnimationCompat.Callback(@androidx.core.view.WindowInsetsAnimationCompat.C…
3110 …method @androidx.core.view.WindowInsetsAnimationCompat.Callback.DispatchMode public final int getD…
[all …]
Drestricted_1.5.0-beta01.txt2873 …wInsetsAnimationCallback(android.view.View, androidx.core.view.WindowInsetsAnimationCompat.Callbac…
3044 public final class WindowInsetsAnimationCompat {
3045 …ctor public WindowInsetsAnimationCompat(@androidx.core.view.WindowInsetsCompat.Type.InsetsType int…
3056 public static final class WindowInsetsAnimationCompat.BoundsCompat {
3057 …ctor public WindowInsetsAnimationCompat.BoundsCompat(androidx.core.graphics.Insets, androidx.core.…
3060 …method public androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat inset(androidx.core.grap…
3062 …method @RequiresApi(30) public static androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat …
3065 public abstract static class WindowInsetsAnimationCompat.Callback {
3066 …ctor public WindowInsetsAnimationCompat.Callback(@androidx.core.view.WindowInsetsAnimationCompat.C…
3067 …method @androidx.core.view.WindowInsetsAnimationCompat.Callback.DispatchMode public final int getD…
[all …]
Drestricted_1.5.0-beta02.txt2873 …wInsetsAnimationCallback(android.view.View, androidx.core.view.WindowInsetsAnimationCompat.Callbac…
3044 public final class WindowInsetsAnimationCompat {
3045 …ctor public WindowInsetsAnimationCompat(@androidx.core.view.WindowInsetsCompat.Type.InsetsType int…
3056 public static final class WindowInsetsAnimationCompat.BoundsCompat {
3057 …ctor public WindowInsetsAnimationCompat.BoundsCompat(androidx.core.graphics.Insets, androidx.core.…
3060 …method public androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat inset(androidx.core.grap…
3062 …method @RequiresApi(30) public static androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat …
3065 public abstract static class WindowInsetsAnimationCompat.Callback {
3066 …ctor public WindowInsetsAnimationCompat.Callback(@androidx.core.view.WindowInsetsAnimationCompat.C…
3067 …method @androidx.core.view.WindowInsetsAnimationCompat.Callback.DispatchMode public final int getD…
[all …]
Drestricted_1.5.0-beta03.txt2872 …wInsetsAnimationCallback(android.view.View, androidx.core.view.WindowInsetsAnimationCompat.Callbac…
3043 public final class WindowInsetsAnimationCompat {
3044 …ctor public WindowInsetsAnimationCompat(@androidx.core.view.WindowInsetsCompat.Type.InsetsType int…
3055 public static final class WindowInsetsAnimationCompat.BoundsCompat {
3056 …ctor public WindowInsetsAnimationCompat.BoundsCompat(androidx.core.graphics.Insets, androidx.core.…
3059 …method public androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat inset(androidx.core.grap…
3061 …method @RequiresApi(30) public static androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat …
3064 public abstract static class WindowInsetsAnimationCompat.Callback {
3065 …ctor public WindowInsetsAnimationCompat.Callback(@androidx.core.view.WindowInsetsAnimationCompat.C…
3066 …method @androidx.core.view.WindowInsetsAnimationCompat.Callback.DispatchMode public final int getD…
[all …]
D1.5.0-beta02.txt2470 …wInsetsAnimationCallback(android.view.View, androidx.core.view.WindowInsetsAnimationCompat.Callbac…
2623 public final class WindowInsetsAnimationCompat {
2624 ctor public WindowInsetsAnimationCompat(int, android.view.animation.Interpolator?, long);
2635 public static final class WindowInsetsAnimationCompat.BoundsCompat {
2636 …ctor public WindowInsetsAnimationCompat.BoundsCompat(androidx.core.graphics.Insets, androidx.core.…
2639 …method public androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat inset(androidx.core.grap…
2641 …method @RequiresApi(30) public static androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat …
2644 public abstract static class WindowInsetsAnimationCompat.Callback {
2645 ctor public WindowInsetsAnimationCompat.Callback(int);
2647 method public void onEnd(androidx.core.view.WindowInsetsAnimationCompat);
[all …]
D1.5.0-beta03.txt2469 …wInsetsAnimationCallback(android.view.View, androidx.core.view.WindowInsetsAnimationCompat.Callbac…
2622 public final class WindowInsetsAnimationCompat {
2623 ctor public WindowInsetsAnimationCompat(int, android.view.animation.Interpolator?, long);
2634 public static final class WindowInsetsAnimationCompat.BoundsCompat {
2635 …ctor public WindowInsetsAnimationCompat.BoundsCompat(androidx.core.graphics.Insets, androidx.core.…
2638 …method public androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat inset(androidx.core.grap…
2640 …method @RequiresApi(30) public static androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat …
2643 public abstract static class WindowInsetsAnimationCompat.Callback {
2644 ctor public WindowInsetsAnimationCompat.Callback(int);
2646 method public void onEnd(androidx.core.view.WindowInsetsAnimationCompat);
[all …]
D1.5.0-beta01.txt2470 …wInsetsAnimationCallback(android.view.View, androidx.core.view.WindowInsetsAnimationCompat.Callbac…
2623 public final class WindowInsetsAnimationCompat {
2624 ctor public WindowInsetsAnimationCompat(int, android.view.animation.Interpolator?, long);
2635 public static final class WindowInsetsAnimationCompat.BoundsCompat {
2636 …ctor public WindowInsetsAnimationCompat.BoundsCompat(androidx.core.graphics.Insets, androidx.core.…
2639 …method public androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat inset(androidx.core.grap…
2641 …method @RequiresApi(30) public static androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat …
2644 public abstract static class WindowInsetsAnimationCompat.Callback {
2645 ctor public WindowInsetsAnimationCompat.Callback(int);
2647 method public void onEnd(androidx.core.view.WindowInsetsAnimationCompat);
[all …]
D1.6.0-beta03.txt2510 …wInsetsAnimationCallback(android.view.View, androidx.core.view.WindowInsetsAnimationCompat.Callbac…
2663 public final class WindowInsetsAnimationCompat {
2664 ctor public WindowInsetsAnimationCompat(int, android.view.animation.Interpolator?, long);
2675 public static final class WindowInsetsAnimationCompat.BoundsCompat {
2676 …ctor public WindowInsetsAnimationCompat.BoundsCompat(androidx.core.graphics.Insets, androidx.core.…
2679 …method public androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat inset(androidx.core.grap…
2681 …method @RequiresApi(30) public static androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat …
2684 public abstract static class WindowInsetsAnimationCompat.Callback {
2685 ctor public WindowInsetsAnimationCompat.Callback(int);
2687 method public void onEnd(androidx.core.view.WindowInsetsAnimationCompat);
[all …]
D1.6.0-beta01.txt2504 …wInsetsAnimationCallback(android.view.View, androidx.core.view.WindowInsetsAnimationCompat.Callbac…
2657 public final class WindowInsetsAnimationCompat {
2658 ctor public WindowInsetsAnimationCompat(int, android.view.animation.Interpolator?, long);
2669 public static final class WindowInsetsAnimationCompat.BoundsCompat {
2670 …ctor public WindowInsetsAnimationCompat.BoundsCompat(androidx.core.graphics.Insets, androidx.core.…
2673 …method public androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat inset(androidx.core.grap…
2675 …method @RequiresApi(30) public static androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat …
2678 public abstract static class WindowInsetsAnimationCompat.Callback {
2679 ctor public WindowInsetsAnimationCompat.Callback(int);
2681 method public void onEnd(androidx.core.view.WindowInsetsAnimationCompat);
[all …]
D1.6.0-beta02.txt2504 …wInsetsAnimationCallback(android.view.View, androidx.core.view.WindowInsetsAnimationCompat.Callbac…
2657 public final class WindowInsetsAnimationCompat {
2658 ctor public WindowInsetsAnimationCompat(int, android.view.animation.Interpolator?, long);
2669 public static final class WindowInsetsAnimationCompat.BoundsCompat {
2670 …ctor public WindowInsetsAnimationCompat.BoundsCompat(androidx.core.graphics.Insets, androidx.core.…
2673 …method public androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat inset(androidx.core.grap…
2675 …method @RequiresApi(30) public static androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat …
2678 public abstract static class WindowInsetsAnimationCompat.Callback {
2679 ctor public WindowInsetsAnimationCompat.Callback(int);
2681 method public void onEnd(androidx.core.view.WindowInsetsAnimationCompat);
[all …]
Drestricted_1.8.0-beta02.txt3143 …wInsetsAnimationCallback(android.view.View, androidx.core.view.WindowInsetsAnimationCompat.Callbac…
3314 public final class WindowInsetsAnimationCompat {
3315 …ctor public WindowInsetsAnimationCompat(@androidx.core.view.WindowInsetsCompat.Type.InsetsType int…
3326 public static final class WindowInsetsAnimationCompat.BoundsCompat {
3327 …ctor public WindowInsetsAnimationCompat.BoundsCompat(androidx.core.graphics.Insets, androidx.core.…
3330 …method public androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat inset(androidx.core.grap…
3332 …method @RequiresApi(30) public static androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat …
3335 public abstract static class WindowInsetsAnimationCompat.Callback {
3336 …ctor public WindowInsetsAnimationCompat.Callback(@androidx.core.view.WindowInsetsAnimationCompat.C…
3337 …method @androidx.core.view.WindowInsetsAnimationCompat.Callback.DispatchMode public final int getD…
[all …]
Drestricted_1.7.0-beta02.txt3074 …wInsetsAnimationCallback(android.view.View, androidx.core.view.WindowInsetsAnimationCompat.Callbac…
3245 public final class WindowInsetsAnimationCompat {
3246 …ctor public WindowInsetsAnimationCompat(@androidx.core.view.WindowInsetsCompat.Type.InsetsType int…
3257 public static final class WindowInsetsAnimationCompat.BoundsCompat {
3258 …ctor public WindowInsetsAnimationCompat.BoundsCompat(androidx.core.graphics.Insets, androidx.core.…
3261 …method public androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat inset(androidx.core.grap…
3263 …method @RequiresApi(30) public static androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat …
3266 public abstract static class WindowInsetsAnimationCompat.Callback {
3267 …ctor public WindowInsetsAnimationCompat.Callback(@androidx.core.view.WindowInsetsAnimationCompat.C…
3268 …method @androidx.core.view.WindowInsetsAnimationCompat.Callback.DispatchMode public final int getD…
[all …]
Drestricted_1.7.0-beta03.txt3074 …wInsetsAnimationCallback(android.view.View, androidx.core.view.WindowInsetsAnimationCompat.Callbac…
3245 public final class WindowInsetsAnimationCompat {
3246 …ctor public WindowInsetsAnimationCompat(@androidx.core.view.WindowInsetsCompat.Type.InsetsType int…
3257 public static final class WindowInsetsAnimationCompat.BoundsCompat {
3258 …ctor public WindowInsetsAnimationCompat.BoundsCompat(androidx.core.graphics.Insets, androidx.core.…
3261 …method public androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat inset(androidx.core.grap…
3263 …method @RequiresApi(30) public static androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat …
3266 public abstract static class WindowInsetsAnimationCompat.Callback {
3267 …ctor public WindowInsetsAnimationCompat.Callback(@androidx.core.view.WindowInsetsAnimationCompat.C…
3268 …method @androidx.core.view.WindowInsetsAnimationCompat.Callback.DispatchMode public final int getD…
[all …]
Drestricted_1.7.0-beta01.txt3074 …wInsetsAnimationCallback(android.view.View, androidx.core.view.WindowInsetsAnimationCompat.Callbac…
3245 public final class WindowInsetsAnimationCompat {
3246 …ctor public WindowInsetsAnimationCompat(@androidx.core.view.WindowInsetsCompat.Type.InsetsType int…
3257 public static final class WindowInsetsAnimationCompat.BoundsCompat {
3258 …ctor public WindowInsetsAnimationCompat.BoundsCompat(androidx.core.graphics.Insets, androidx.core.…
3261 …method public androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat inset(androidx.core.grap…
3263 …method @RequiresApi(30) public static androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat …
3266 public abstract static class WindowInsetsAnimationCompat.Callback {
3267 …ctor public WindowInsetsAnimationCompat.Callback(@androidx.core.view.WindowInsetsAnimationCompat.C…
3268 …method @androidx.core.view.WindowInsetsAnimationCompat.Callback.DispatchMode public final int getD…
[all …]
Drestricted_1.9.0-beta01.txt3232 …wInsetsAnimationCallback(android.view.View, androidx.core.view.WindowInsetsAnimationCompat.Callbac…
3403 public final class WindowInsetsAnimationCompat {
3404 …ctor public WindowInsetsAnimationCompat(@androidx.core.view.WindowInsetsCompat.Type.InsetsType int…
3415 public static final class WindowInsetsAnimationCompat.BoundsCompat {
3416 …ctor public WindowInsetsAnimationCompat.BoundsCompat(androidx.core.graphics.Insets, androidx.core.…
3419 …method public androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat inset(androidx.core.grap…
3421 …method @RequiresApi(30) public static androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat …
3424 public abstract static class WindowInsetsAnimationCompat.Callback {
3425 …ctor public WindowInsetsAnimationCompat.Callback(@androidx.core.view.WindowInsetsAnimationCompat.C…
3426 …method @androidx.core.view.WindowInsetsAnimationCompat.Callback.DispatchMode public final int getD…
[all …]
Drestricted_1.10.0-beta01.txt3293 …wInsetsAnimationCallback(android.view.View, androidx.core.view.WindowInsetsAnimationCompat.Callbac…
3464 public final class WindowInsetsAnimationCompat {
3465 …ctor public WindowInsetsAnimationCompat(@androidx.core.view.WindowInsetsCompat.Type.InsetsType int…
3476 public static final class WindowInsetsAnimationCompat.BoundsCompat {
3477 …ctor public WindowInsetsAnimationCompat.BoundsCompat(androidx.core.graphics.Insets, androidx.core.…
3480 …method public androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat inset(androidx.core.grap…
3482 …method @RequiresApi(30) public static androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat …
3485 public abstract static class WindowInsetsAnimationCompat.Callback {
3486 …ctor public WindowInsetsAnimationCompat.Callback(@androidx.core.view.WindowInsetsAnimationCompat.C…
3487 …method @androidx.core.view.WindowInsetsAnimationCompat.Callback.DispatchMode public final int getD…
[all …]
Drestricted_1.11.0-beta02.txt3401 …wInsetsAnimationCallback(android.view.View, androidx.core.view.WindowInsetsAnimationCompat.Callbac…
3586 public final class WindowInsetsAnimationCompat {
3587 …ctor public WindowInsetsAnimationCompat(@androidx.core.view.WindowInsetsCompat.Type.InsetsType int…
3598 public static final class WindowInsetsAnimationCompat.BoundsCompat {
3599 …ctor public WindowInsetsAnimationCompat.BoundsCompat(androidx.core.graphics.Insets, androidx.core.…
3602 …method public androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat inset(androidx.core.grap…
3604 …method @RequiresApi(30) public static androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat …
3607 public abstract static class WindowInsetsAnimationCompat.Callback {
3608 …ctor public WindowInsetsAnimationCompat.Callback(@androidx.core.view.WindowInsetsAnimationCompat.C…
3609 …method @androidx.core.view.WindowInsetsAnimationCompat.Callback.DispatchMode public final int getD…
[all …]
Drestricted_1.12.0-beta01.txt3517 …wInsetsAnimationCallback(android.view.View, androidx.core.view.WindowInsetsAnimationCompat.Callbac…
3704 public final class WindowInsetsAnimationCompat {
3705 …ctor public WindowInsetsAnimationCompat(@androidx.core.view.WindowInsetsCompat.Type.InsetsType int…
3716 public static final class WindowInsetsAnimationCompat.BoundsCompat {
3717 …ctor public WindowInsetsAnimationCompat.BoundsCompat(androidx.core.graphics.Insets, androidx.core.…
3720 …method public androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat inset(androidx.core.grap…
3722 …method @RequiresApi(30) public static androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat …
3725 public abstract static class WindowInsetsAnimationCompat.Callback {
3726 …ctor public WindowInsetsAnimationCompat.Callback(@androidx.core.view.WindowInsetsAnimationCompat.C…
3727 …method @androidx.core.view.WindowInsetsAnimationCompat.Callback.DispatchMode public final int getD…
[all …]
Drestricted_1.11.0-beta01.txt3394 …wInsetsAnimationCallback(android.view.View, androidx.core.view.WindowInsetsAnimationCompat.Callbac…
3579 public final class WindowInsetsAnimationCompat {
3580 …ctor public WindowInsetsAnimationCompat(@androidx.core.view.WindowInsetsCompat.Type.InsetsType int…
3591 public static final class WindowInsetsAnimationCompat.BoundsCompat {
3592 …ctor public WindowInsetsAnimationCompat.BoundsCompat(androidx.core.graphics.Insets, androidx.core.…
3595 …method public androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat inset(androidx.core.grap…
3597 …method @RequiresApi(30) public static androidx.core.view.WindowInsetsAnimationCompat.BoundsCompat …
3600 public abstract static class WindowInsetsAnimationCompat.Callback {
3601 …ctor public WindowInsetsAnimationCompat.Callback(@androidx.core.view.WindowInsetsAnimationCompat.C…
3602 …method @androidx.core.view.WindowInsetsAnimationCompat.Callback.DispatchMode public final int getD…
[all …]

12