Home
last modified time | relevance | path

Searched refs:getHiddenStateInsets (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/android/view/
DWindowInsetsAnimationController.java54 @NonNull Insets getHiddenStateInsets(); in getHiddenStateInsets() method
DImeBackAnimationController.java151 float hiddenY = mWindowInsetsAnimationController.getHiddenStateInsets().bottom; in setPreCommitProgress()
175 targetBottomInset = mWindowInsetsAnimationController.getHiddenStateInsets().bottom; in startPostCommitAnim()
DInsetsResizeAnimationRunner.java185 public Insets getHiddenStateInsets() { in getHiddenStateInsets() method in InsetsResizeAnimationRunner
DInsetsAnimationControlImpl.java194 public Insets getHiddenStateInsets() { in getHiddenStateInsets() method in InsetsAnimationControlImpl
DInsetsController.java410 Insets hiddenInsets = controller.getHiddenStateInsets(); in onReady()
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsAnimationControlImplTest.java131 assertEquals(Insets.of(0, 0, 0, 0), mController.getHiddenStateInsets()); in testGetters()
238 mController.setInsetsAndAlpha(mController.getHiddenStateInsets(), 1f, 1f); in testPerceptible_insets()
DImeBackAnimationControllerTest.java106 when(mWindowInsetsAnimationController.getHiddenStateInsets()).thenReturn(Insets.NONE); in setup()
/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
DChatActivity.java144 final int hidden = mAnimationController.getHiddenStateInsets().bottom; in onCreate()
DControllerActivity.java173 final Insets hiddenInsets = mController.getHiddenStateInsets(); in onProgressChanged()
/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.txt16308 HSPLandroid/view/InsetsAnimationControlImpl;->getHiddenStateInsets()Landroid/graphics/Insets;
/frameworks/base/config/
Dboot-image-profile.txt16372 HSPLandroid/view/InsetsAnimationControlImpl;->getHiddenStateInsets()Landroid/graphics/Insets;
/frameworks/base/core/api/
Dcurrent.txt54433 method @NonNull public android.graphics.Insets getHiddenStateInsets();