Searched refs:WindowInsetsAnimationController (Results 1 – 15 of 15) sorted by relevance
40 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()
26 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()
56 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()
111 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()
23 public interface InternalInsetsAnimationController extends WindowInsetsAnimationController {
38 public interface WindowInsetsAnimationController { interface
323 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()
36 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()
198 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()
53 import android.view.WindowInsetsAnimationController;
7771 android.view.WindowInsetsAnimationController
16872 …WindowInsetsAnimationController;Landroid/graphics/Insets;Landroid/graphics/Insets;Landroid/view/an…16874 …ler$InternalAnimationControlListener;->onCancelled(Landroid/view/WindowInsetsAnimationController;)V16875 …ller$InternalAnimationControlListener;->onFinished(Landroid/view/WindowInsetsAnimationController;)V16876 …roller$InternalAnimationControlListener;->onReady(Landroid/view/WindowInsetsAnimationController;I)V31514 Landroid/view/WindowInsetsAnimationController;
7792 android.view.WindowInsetsAnimationController
16921 …WindowInsetsAnimationController;Landroid/graphics/Insets;Landroid/graphics/Insets;Landroid/view/an…16923 …ler$InternalAnimationControlListener;->onCancelled(Landroid/view/WindowInsetsAnimationController;)V16924 …ller$InternalAnimationControlListener;->onFinished(Landroid/view/WindowInsetsAnimationController;)V16925 …roller$InternalAnimationControlListener;->onReady(Landroid/view/WindowInsetsAnimationController;I)V41178 Landroid/view/WindowInsetsAnimationController;
50455 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 {