Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
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()
DImeBackAnimationController.java61 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()
DInternalInsetsAnimationController.java23 public interface InternalInsetsAnimationController extends WindowInsetsAnimationController {
DInsetsResizeAnimationRunner.java120 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()
DWindowInsetsAnimationController.java38 public interface WindowInsetsAnimationController { interface
DInsetsController.java368 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()
/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
DChatActivity.java41 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()
DControllerActivity.java32 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()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPasswordView.java47 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()
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsControllerTest.java212 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()
DImeBackAnimationControllerTest.java81 private WindowInsetsAnimationController mWindowInsetsAnimationController;
/frameworks/base/boot/
Dboot-image-profile.txt16361 …ler$InternalAnimationControlListener;->onCancelled(Landroid/view/WindowInsetsAnimationController;)V
16362 …ller$InternalAnimationControlListener;->onFinished(Landroid/view/WindowInsetsAnimationController;)V
16363 …roller$InternalAnimationControlListener;->onReady(Landroid/view/WindowInsetsAnimationController;I)V
31605 Landroid/view/WindowInsetsAnimationController;
Dpreloaded-classes9190 android.view.WindowInsetsAnimationController
/frameworks/base/config/
Dpreloaded-classes9221 android.view.WindowInsetsAnimationController
Dboot-image-profile.txt16425 …ler$InternalAnimationControlListener;->onCancelled(Landroid/view/WindowInsetsAnimationController;)V
16426 …ller$InternalAnimationControlListener;->onFinished(Landroid/view/WindowInsetsAnimationController;)V
16427 …roller$InternalAnimationControlListener;->onReady(Landroid/view/WindowInsetsAnimationController;I)V
41766 Landroid/view/WindowInsetsAnimationController;
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt54423 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 {