Home
last modified time | relevance | path

Searched refs:InsetsController (Results 1 – 23 of 23) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DInsetsSourceConsumerTest.java19 import static android.view.InsetsController.ANIMATION_TYPE_NONE;
20 import static android.view.InsetsController.ANIMATION_TYPE_USER;
81 private InsetsController mController;
105 mController = new InsetsController(new ViewRootInsetsControllerHost(mViewRoot)); in setup()
149 InsetsController controller = new InsetsController(new ViewRootInsetsControllerHost( in testPendingStates()
222 InsetsController insetsController = new InsetsController(host, (ic, id, type) -> { in testWontUpdateImeLeashVisibility_whenAnimation()
H A DPendingInsetsControllerTest.java59 private InsetsController mReplayedController;
64 mReplayedController = mock(InsetsController.class); in setUp()
209 InsetsController secondController = mock(InsetsController.class); in testReplayTwice()
243 InsetsController secondController = mock(InsetsController.class); in testDetachReattach()
H A DImeInsetsSourceConsumerTest.java62 @Spy InsetsController mController;
77 mController = Mockito.spy(new InsetsController( in setup()
H A DInsetsControllerTest.java20 import static android.view.InsetsController.ANIMATION_TYPE_HIDE;
21 import static android.view.InsetsController.ANIMATION_TYPE_NONE;
22 import static android.view.InsetsController.ANIMATION_TYPE_RESIZE;
23 import static android.view.InsetsController.ANIMATION_TYPE_SHOW;
24 import static android.view.InsetsController.AnimationType;
109 private InsetsController mController;
134 mController = new InsetsController(mTestHost, (controller, id, type) -> { in setup()
962 private static boolean isRequestedVisible(InsetsController controller, @InsetsType int type) { in isRequestedVisible()
H A DInsetsAnimationControlImplTest.java82 @Mock InsetsController mMockController;
/aosp14/frameworks/base/core/java/android/view/
H A DPendingInsetsController.java43 private InsetsController mReplayedInsetsController;
167 public void replayAndAttach(InsetsController controller) { in replayAndAttach()
241 void replay(InsetsController controller); in replay()
253 public void replay(InsetsController controller) { in replay()
267 public void replay(InsetsController controller) { in replay()
H A DInsetsSourceConsumer.java19 import static android.view.InsetsController.ANIMATION_TYPE_NONE;
20 import static android.view.InsetsController.AnimationType;
21 import static android.view.InsetsController.DEBUG;
83 protected final InsetsController mController;
111 Supplier<Transaction> transactionSupplier, InsetsController controller) { in InsetsSourceConsumer()
H A DInsetsAnimationThreadControlRunner.java19 import static android.view.InsetsController.DEBUG;
31 import android.view.InsetsController.AnimationType;
32 import android.view.InsetsController.LayoutInsetsDuringAnimation;
H A DInsetsAnimationControlImpl.java31 import static android.view.InsetsController.ANIMATION_TYPE_SHOW;
32 import static android.view.InsetsController.AnimationType;
33 import static android.view.InsetsController.DEBUG;
34 import static android.view.InsetsController.LAYOUT_INSETS_DURING_ANIMATION_SHOWN;
35 import static android.view.InsetsController.LayoutInsetsDuringAnimation;
H A DInsetsAnimationControlRunner.java22 import android.view.InsetsController.AnimationType;
H A DViewRootInsetsControllerHost.java19 import static android.view.InsetsController.DEBUG;
38 public class ViewRootInsetsControllerHost implements InsetsController.Host {
H A DImeInsetsSourceConsumer.java58 InsetsController controller) { in ImeInsetsSourceConsumer()
H A DInsetsController.java89 public class InsetsController implements WindowInsetsController, InsetsAnimationControlCallbacks { class
633 private final TriFunction<InsetsController, Integer, Integer, InsetsSourceConsumer>
754 ANIMATION_DURATION_RESIZE, mTypes, InsetsController.this);
759 public InsetsController(Host host) { in InsetsController() method in InsetsController
772 public InsetsController(Host host, in InsetsController() method in InsetsController
773 TriFunction<InsetsController, Integer, Integer, InsetsSourceConsumer> consumerCreator, in InsetsController() argument
H A DInsetsResizeAnimationRunner.java27 import static android.view.InsetsController.ANIMATION_TYPE_RESIZE;
H A DViewRootImpl.java980 private final InsetsController mInsetsController;
1172 mInsetsController = new InsetsController(new ViewRootInsetsControllerHost(this)); in ViewRootImpl()
3060 public InsetsController getInsetsController() { in getInsetsController()
/aosp14/frameworks/base/core/proto/android/view/
H A Dinsetscontroller.proto27 * Represents a {@link android.view.InsetsController} object.
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DDividerView.java36 import android.view.InsetsController;
241 animator.setInterpolator(InsetsController.RESIZE_INTERPOLATOR); in onInsetsChanged()
242 animator.setDuration(InsetsController.ANIMATION_DURATION_RESIZE); in onInsetsChanged()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DInsetsPolicy.java38 import android.view.InsetsController;
705 private final InsetsController mInsetsController;
711 mInsetsController = new InsetsController(new Host(handler, name)); in ControlTarget()
728 private static class Host implements InsetsController.Host {
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DImeTracker.java19 import static android.view.InsetsController.ANIMATION_TYPE_HIDE;
20 import static android.view.InsetsController.ANIMATION_TYPE_SHOW;
38 import android.view.InsetsController.AnimationType;
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt16602 HSPLandroid/view/InsetsController$$ExternalSyntheticLambda10;-><init>(Landroid/view/InsetsControlle…
16603 HSPLandroid/view/InsetsController$$ExternalSyntheticLambda11;-><init>(Landroid/view/InsetsControlle…
16609 HSPLandroid/view/InsetsController$3;-><init>(Landroid/view/InsetsController;)V
16632 HSPLandroid/view/InsetsController;-><init>(Landroid/view/InsetsController$Host;)V
16649 HSPLandroid/view/InsetsController;->getHost()Landroid/view/InsetsController$Host;
16655 HSPLandroid/view/InsetsController;->hide(I)V
31363 Landroid/view/InsetsController$1;
31364 Landroid/view/InsetsController$2;
31365 Landroid/view/InsetsController$3;
31366 Landroid/view/InsetsController$Host;
[all …]
H A Dpreloaded-classes8553 android.view.InsetsController$$ExternalSyntheticLambda0
8556 android.view.InsetsController$$ExternalSyntheticLambda1
8557 android.view.InsetsController$$ExternalSyntheticLambda2
8558 android.view.InsetsController$$ExternalSyntheticLambda3
8565 android.view.InsetsController$1
8566 android.view.InsetsController$2
8567 android.view.InsetsController$3
8568 android.view.InsetsController$Host
8577 android.view.InsetsController$PendingControlRequest
8578 android.view.InsetsController$RunningAnimation
[all …]
/aosp14/frameworks/base/config/
H A Dpreloaded-classes8584 android.view.InsetsController$$ExternalSyntheticLambda0
8587 android.view.InsetsController$$ExternalSyntheticLambda1
8588 android.view.InsetsController$$ExternalSyntheticLambda2
8589 android.view.InsetsController$$ExternalSyntheticLambda3
8596 android.view.InsetsController$1
8597 android.view.InsetsController$2
8598 android.view.InsetsController$3
8599 android.view.InsetsController$Host
8608 android.view.InsetsController$PendingControlRequest
8609 android.view.InsetsController$RunningAnimation
[all …]
H A Dboot-image-profile.txt16666 HSPLandroid/view/InsetsController$$ExternalSyntheticLambda10;-><init>(Landroid/view/InsetsControlle…
16667 HSPLandroid/view/InsetsController$$ExternalSyntheticLambda11;-><init>(Landroid/view/InsetsControlle…
16673 HSPLandroid/view/InsetsController$3;-><init>(Landroid/view/InsetsController;)V
16696 HSPLandroid/view/InsetsController;-><init>(Landroid/view/InsetsController$Host;)V
16713 HSPLandroid/view/InsetsController;->getHost()Landroid/view/InsetsController$Host;
16719 HSPLandroid/view/InsetsController;->hide(I)V
41497 Landroid/view/InsetsController$1;
41498 Landroid/view/InsetsController$2;
41499 Landroid/view/InsetsController$3;
41500 Landroid/view/InsetsController$Host;
[all …]