/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/ |
D | ChatActivity.java | 20 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/ |
D | WindowInsetsControllerActivity.java | 19 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/ |
D | WindowInsetsAnimation.java | 34 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()
|
D | ViewRootInsetsControllerHost.java | 76 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()
|
D | InsetsAnimationControlCallbacks.java | 20 import android.view.WindowInsetsAnimation.Bounds; 39 WindowInsetsAnimation animation, in startAnimation()
|
D | InsetsAnimationThreadControlRunner.java | 35 import android.view.WindowInsetsAnimation.Bounds; 59 WindowInsetsAnimation animation, Bounds bounds) { 179 public WindowInsetsAnimation getAnimation() { in getAnimation()
|
D | InsetsAnimationControlRunner.java | 63 WindowInsetsAnimation getAnimation(); in getAnimation()
|
D | WindowInsetsAnimationController.java | 25 import android.view.WindowInsetsAnimation.Bounds;
|
D | InsetsAnimationControlImpl.java | 58 import android.view.WindowInsetsAnimation.Bounds; 95 private final WindowInsetsAnimation mAnimation; 149 mAnimation = new WindowInsetsAnimation(mTypes, interpolator, in InsetsAnimationControlImpl() 343 public WindowInsetsAnimation getAnimation() { in getAnimation()
|
D | InsetsController.java | 55 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()
|
D | ViewGroup.java | 20 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()
|
D | View.java | 128 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/ |
D | KeyguardSecurityContainer.java | 20 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/ |
D | ImePerfTest.java | 23 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/ |
D | InsetsPolicy.java | 50 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/ |
D | RemoteInputView.java | 19 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/ |
D | preloaded-classes | 7767 android.view.WindowInsetsAnimation$Bounds 7768 android.view.WindowInsetsAnimation$Callback 7769 android.view.WindowInsetsAnimation
|
D | boot-image-profile.txt | 16808 …;,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/ |
D | current.txt | 48605 … 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>); 48608 …WindowInsetsAnimation.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/ |
D | preloaded-classes | 7788 android.view.WindowInsetsAnimation$Bounds 7789 android.view.WindowInsetsAnimation$Callback 7790 android.view.WindowInsetsAnimation
|
D | boot-image-profile.txt | 16857 …;,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/ |
D | art-profile | 46673 …owInsetsAnimationControlListener;ILandroid/view/WindowInsetsAnimation;Landroid/view/WindowInsetsAn…
|