Searched refs:WindowInsetsAnimationController (Results 1 – 15 of 15) sorted by relevance
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()
117 public void onReady(WindowInsetsAnimationController controller, int types) { in onReady()237 public void onFinished(WindowInsetsAnimationController controller) { in onFinished()241 public void onCancelled(WindowInsetsAnimationController controller) { in onCancelled()
23 public interface InternalInsetsAnimationController extends WindowInsetsAnimationController {
38 public interface WindowInsetsAnimationController { interface
365 private WindowInsetsAnimationController mController;403 public void onReady(WindowInsetsAnimationController controller, int types) { in onReady()475 public void onFinished(WindowInsetsAnimationController controller) { in onFinished()484 public void onCancelled(WindowInsetsAnimationController controller) { in onCancelled()791 if (runner instanceof WindowInsetsAnimationController) { in InsetsController()
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;148 private WindowInsetsAnimationController mController;179 public void onReady(WindowInsetsAnimationController controller, int types) { in onStartTrackingTouch()187 public void onFinished(WindowInsetsAnimationController controller) { in onStartTrackingTouch()192 public void onCancelled(WindowInsetsAnimationController controller) { in onStartTrackingTouch()
42 import android.view.WindowInsetsAnimationController;191 public void onReady(@NonNull WindowInsetsAnimationController controller, in startDisappearAnimation()238 @NonNull WindowInsetsAnimationController controller) { in startDisappearAnimation()243 @Nullable WindowInsetsAnimationController controller) { in startDisappearAnimation()
209 ArgumentCaptor<WindowInsetsAnimationController> animationController = in testControlsRevoked_duringAnim()210 ArgumentCaptor.forClass(WindowInsetsAnimationController.class); in testControlsRevoked_duringAnim()512 ArgumentCaptor<WindowInsetsAnimationController> controllerCaptor = in testAnimationEndState_controller()513 ArgumentCaptor.forClass(WindowInsetsAnimationController.class); in testAnimationEndState_controller()
16627 …ler$InternalAnimationControlListener;->onCancelled(Landroid/view/WindowInsetsAnimationController;)V16628 …ller$InternalAnimationControlListener;->onFinished(Landroid/view/WindowInsetsAnimationController;)V16629 …roller$InternalAnimationControlListener;->onReady(Landroid/view/WindowInsetsAnimationController;I)V31749 Landroid/view/WindowInsetsAnimationController;
8951 android.view.WindowInsetsAnimationController
8982 android.view.WindowInsetsAnimationController
16691 …ler$InternalAnimationControlListener;->onCancelled(Landroid/view/WindowInsetsAnimationController;)V16692 …ller$InternalAnimationControlListener;->onFinished(Landroid/view/WindowInsetsAnimationController;)V16693 …roller$InternalAnimationControlListener;->onReady(Landroid/view/WindowInsetsAnimationController;I)V41883 Landroid/view/WindowInsetsAnimationController;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
53877 method public void onCancelled(@Nullable android.view.WindowInsetsAnimationController);53878 method public void onFinished(@NonNull android.view.WindowInsetsAnimationController);53879 method public void onReady(@NonNull android.view.WindowInsetsAnimationController, int);53882 public interface WindowInsetsAnimationController {