Home
last modified time | relevance | path

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

/aosp14/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.java117 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()
H A DInternalInsetsAnimationController.java23 public interface InternalInsetsAnimationController extends WindowInsetsAnimationController {
H A DWindowInsetsAnimationController.java38 public interface WindowInsetsAnimationController { interface
H A DInsetsController.java365 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()
/aosp14/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;
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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPasswordView.java42 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()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DInsetsControllerTest.java209 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()
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt16627 …ler$InternalAnimationControlListener;->onCancelled(Landroid/view/WindowInsetsAnimationController;)V
16628 …ller$InternalAnimationControlListener;->onFinished(Landroid/view/WindowInsetsAnimationController;)V
16629 …roller$InternalAnimationControlListener;->onReady(Landroid/view/WindowInsetsAnimationController;I)V
31749 Landroid/view/WindowInsetsAnimationController;
H A Dpreloaded-classes8951 android.view.WindowInsetsAnimationController
/aosp14/frameworks/base/config/
H A Dpreloaded-classes8982 android.view.WindowInsetsAnimationController
H A Dboot-image-profile.txt16691 …ler$InternalAnimationControlListener;->onCancelled(Landroid/view/WindowInsetsAnimationController;)V
16692 …ller$InternalAnimationControlListener;->onFinished(Landroid/view/WindowInsetsAnimationController;)V
16693 …roller$InternalAnimationControlListener;->onReady(Landroid/view/WindowInsetsAnimationController;I)V
41883 Landroid/view/WindowInsetsAnimationController;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt53877 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 {