Home
last modified time | relevance | path

Searched refs:getShownStateInsets (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
DInsetsAnimationControlImplTest.java130 assertEquals(Insets.of(0, 100, 100, 0), mController.getShownStateInsets()); in testGetters()
241 mController.setInsetsAndAlpha(mController.getShownStateInsets(), 1f, 1f); in testPerceptible_insets()
247 mController.setInsetsAndAlpha(mController.getShownStateInsets(), 0f, 1f); in testPerceptible_alpha()
250 mController.setInsetsAndAlpha(mController.getShownStateInsets(), 1f, 1f); in testPerceptible_alpha()
DImeBackAnimationControllerTest.java107 when(mWindowInsetsAnimationController.getShownStateInsets()).thenReturn(IME_INSETS); in setup()
/frameworks/base/core/java/android/view/
DWindowInsetsAnimationController.java69 @NonNull Insets getShownStateInsets(); in getShownStateInsets() method
DImeBackAnimationController.java152 float shownY = mWindowInsetsAnimationController.getShownStateInsets().bottom; in setPreCommitProgress()
177 targetBottomInset = mWindowInsetsAnimationController.getShownStateInsets().bottom; in startPostCommitAnim()
DInsetsResizeAnimationRunner.java190 public Insets getShownStateInsets() { in getShownStateInsets() method in InsetsResizeAnimationRunner
DInsetsAnimationControlImpl.java199 public Insets getShownStateInsets() { in getShownStateInsets() method in InsetsAnimationControlImpl
DInsetsController.java419 : controller.getShownStateInsets(); in onReady()
421 ? controller.getShownStateInsets() in onReady()
/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
DChatActivity.java145 final int shown = mAnimationController.getShownStateInsets().bottom; in onCreate()
205 controller.getShownStateInsets(), in onCreate()
DControllerActivity.java172 final Insets shownInsets = mController.getShownStateInsets(); in onProgressChanged()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPasswordView.java245 Insets shownInsets = controller.getShownStateInsets(); in startDisappearAnimation()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt16310 HSPLandroid/view/InsetsAnimationControlImpl;->getShownStateInsets()Landroid/graphics/Insets;
/frameworks/base/config/
Dboot-image-profile.txt16374 HSPLandroid/view/InsetsAnimationControlImpl;->getShownStateInsets()Landroid/graphics/Insets;
/frameworks/base/core/api/
Dcurrent.txt54434 method @NonNull public android.graphics.Insets getShownStateInsets();