Searched refs:WindowInsetsAnimationController (Results 1 – 17 of 17) 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()
61 private WindowInsetsAnimationController mWindowInsetsAnimationController = null;100 public void onReady(@NonNull WindowInsetsAnimationController controller, in onBackStarted()113 public void onFinished(@NonNull WindowInsetsAnimationController controller) { in onBackStarted()118 public void onCancelled(@Nullable WindowInsetsAnimationController controller) { in onBackStarted()
23 public interface InternalInsetsAnimationController extends WindowInsetsAnimationController {
120 public void onReady(WindowInsetsAnimationController controller, int types) { in onReady()240 public void onFinished(WindowInsetsAnimationController controller) { in onFinished()244 public void onCancelled(WindowInsetsAnimationController controller) { in onCancelled()
38 public interface WindowInsetsAnimationController { interface
368 private WindowInsetsAnimationController mController;396 public void onReady(WindowInsetsAnimationController controller, int types) { in onReady()465 public void onFinished(WindowInsetsAnimationController controller) { in onFinished()474 public void onCancelled(WindowInsetsAnimationController controller) { in onCancelled()797 if (runner instanceof WindowInsetsAnimationController) { in InsetsController()
41 import android.view.WindowInsetsAnimationController;73 WindowInsetsAnimationController mAnimationController; in onCreate()104 @NonNull WindowInsetsAnimationController controller, in onCreate()116 WindowInsetsAnimationController controller) { in onCreate()122 WindowInsetsAnimationController controller) { in onCreate()199 WindowInsetsAnimationController controller, in onCreate()219 public void onCancelled(WindowInsetsAnimationController controller) { in onCreate()223 public void onFinished(WindowInsetsAnimationController controller) { in onCreate()
32 import android.view.WindowInsetsAnimationController;161 private WindowInsetsAnimationController mController;192 public void onReady(WindowInsetsAnimationController controller, int types) { in onStartTrackingTouch()200 public void onFinished(WindowInsetsAnimationController controller) { in onStartTrackingTouch()205 public void onCancelled(WindowInsetsAnimationController controller) { in onStartTrackingTouch()
47 import android.view.WindowInsetsAnimationController;236 public void onReady(@NonNull WindowInsetsAnimationController controller, in startDisappearAnimation()283 @NonNull WindowInsetsAnimationController controller) { in startDisappearAnimation()288 @Nullable WindowInsetsAnimationController controller) { in startDisappearAnimation()
212 ArgumentCaptor<WindowInsetsAnimationController> animationController = in testControlsRevoked_duringAnim()213 ArgumentCaptor.forClass(WindowInsetsAnimationController.class); in testControlsRevoked_duringAnim()515 ArgumentCaptor<WindowInsetsAnimationController> controllerCaptor = in testAnimationEndState_controller()516 ArgumentCaptor.forClass(WindowInsetsAnimationController.class); in testAnimationEndState_controller()
81 private WindowInsetsAnimationController mWindowInsetsAnimationController;
16361 …ler$InternalAnimationControlListener;->onCancelled(Landroid/view/WindowInsetsAnimationController;)V16362 …ller$InternalAnimationControlListener;->onFinished(Landroid/view/WindowInsetsAnimationController;)V16363 …roller$InternalAnimationControlListener;->onReady(Landroid/view/WindowInsetsAnimationController;I)V31605 Landroid/view/WindowInsetsAnimationController;
9190 android.view.WindowInsetsAnimationController
9221 android.view.WindowInsetsAnimationController
16425 …ler$InternalAnimationControlListener;->onCancelled(Landroid/view/WindowInsetsAnimationController;)V16426 …ller$InternalAnimationControlListener;->onFinished(Landroid/view/WindowInsetsAnimationController;)V16427 …roller$InternalAnimationControlListener;->onReady(Landroid/view/WindowInsetsAnimationController;I)V41766 Landroid/view/WindowInsetsAnimationController;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
54423 method public void onCancelled(@Nullable android.view.WindowInsetsAnimationController);54424 method public void onFinished(@NonNull android.view.WindowInsetsAnimationController);54425 method public void onReady(@NonNull android.view.WindowInsetsAnimationController, int);54428 public interface WindowInsetsAnimationController {