Home
last modified time | relevance | path

Searched refs:WindowInsetsAnimationController (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
H A DChatActivity.java40 import android.view.WindowInsetsAnimationController;
72 WindowInsetsAnimationController mAnimationController; in onCreate()
103 @NonNull WindowInsetsAnimationController controller, in onCreate()
115 WindowInsetsAnimationController controller) { in onCreate()
121 WindowInsetsAnimationController controller) { in onCreate()
198 WindowInsetsAnimationController controller, in onCreate()
218 public void onCancelled(WindowInsetsAnimationController controller) { in onCreate()
222 public void onFinished(WindowInsetsAnimationController controller) { in onCreate()
H A DControllerActivity.java26 import android.view.WindowInsetsAnimationController;
143 private WindowInsetsAnimationController mController;
174 public void onReady(WindowInsetsAnimationController controller, int types) { in onStartTrackingTouch()
182 public void onFinished(WindowInsetsAnimationController controller) { in onStartTrackingTouch()
187 public void onCancelled(WindowInsetsAnimationController controller) { in onStartTrackingTouch()
/aosp12/frameworks/base/core/java/android/view/
H A DWindowInsetsAnimationControlListener.java56 void onReady(@NonNull WindowInsetsAnimationController controller, @InsetsType int types); in onReady()
71 void onFinished(@NonNull WindowInsetsAnimationController controller); in onFinished()
89 void onCancelled(@Nullable WindowInsetsAnimationController controller); in onCancelled()
H A DInsetsResizeAnimationRunner.java111 public void onReady(WindowInsetsAnimationController controller, int types) { in onReady()
232 public void onFinished(WindowInsetsAnimationController controller) { in onFinished()
236 public void onCancelled(WindowInsetsAnimationController controller) { in onCancelled()
H A DInternalInsetsAnimationController.java23 public interface InternalInsetsAnimationController extends WindowInsetsAnimationController {
H A DWindowInsetsAnimationController.java38 public interface WindowInsetsAnimationController { interface
H A DInsetsController.java323 private WindowInsetsAnimationController mController;
356 public void onReady(WindowInsetsAnimationController controller, int types) { in onReady()
409 public void onFinished(WindowInsetsAnimationController controller) { in onFinished()
415 public void onCancelled(WindowInsetsAnimationController controller) { in onCancelled()
626 if (runner instanceof WindowInsetsAnimationController) { in InsetsController()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPasswordView.java36 import android.view.WindowInsetsAnimationController;
173 public void onReady(@NonNull WindowInsetsAnimationController controller, in startDisappearAnimation()
206 @NonNull WindowInsetsAnimationController controller) { in startDisappearAnimation()
211 @Nullable WindowInsetsAnimationController controller) { in startDisappearAnimation()
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DInsetsControllerTest.java198 ArgumentCaptor<WindowInsetsAnimationController> animationController = in testControlsRevoked_duringAnim()
199 ArgumentCaptor.forClass(WindowInsetsAnimationController.class); in testControlsRevoked_duringAnim()
507 ArgumentCaptor<WindowInsetsAnimationController> controllerCaptor = in testAnimationEndState_controller()
508 ArgumentCaptor.forClass(WindowInsetsAnimationController.class); in testAnimationEndState_controller()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DInsetsPolicy.java53 import android.view.WindowInsetsAnimationController;
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes7771 android.view.WindowInsetsAnimationController
H A Dboot-image-profile.txt16872WindowInsetsAnimationController;Landroid/graphics/Insets;Landroid/graphics/Insets;Landroid/view/an…
16874 …ler$InternalAnimationControlListener;->onCancelled(Landroid/view/WindowInsetsAnimationController;)V
16875 …ller$InternalAnimationControlListener;->onFinished(Landroid/view/WindowInsetsAnimationController;)V
16876 …roller$InternalAnimationControlListener;->onReady(Landroid/view/WindowInsetsAnimationController;I)V
31514 Landroid/view/WindowInsetsAnimationController;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes7792 android.view.WindowInsetsAnimationController
H A Dboot-image-profile.txt16921WindowInsetsAnimationController;Landroid/graphics/Insets;Landroid/graphics/Insets;Landroid/view/an…
16923 …ler$InternalAnimationControlListener;->onCancelled(Landroid/view/WindowInsetsAnimationController;)V
16924 …ller$InternalAnimationControlListener;->onFinished(Landroid/view/WindowInsetsAnimationController;)V
16925 …roller$InternalAnimationControlListener;->onReady(Landroid/view/WindowInsetsAnimationController;I)V
41178 Landroid/view/WindowInsetsAnimationController;
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt50455 method public void onCancelled(@Nullable android.view.WindowInsetsAnimationController);
50456 method public void onFinished(@NonNull android.view.WindowInsetsAnimationController);
50457 method public void onReady(@NonNull android.view.WindowInsetsAnimationController, int);
50460 public interface WindowInsetsAnimationController {