Home
last modified time | relevance | path

Searched refs:getCurrentInsets (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
DInsetsAnimationControlImplTest.java132 assertEquals(Insets.of(0, 100, 0, 0), mController.getCurrentInsets()); in testGetters()
148 assertEquals(Insets.of(0, 30, 40, 0), mController.getCurrentInsets()); in testChangeInsets()
165 Insets initialInsets = mController.getCurrentInsets(); in testChangeAlphaNoInsets()
169 assertEquals(initialInsets, mController.getCurrentInsets()); in testChangeAlphaNoInsets()
177 assertEquals(Insets.of(0, 30, 40, 0), mController.getCurrentInsets()); in testChangeInsetsAndAlpha()
185 assertEquals(Insets.of(0, 100, 100, 0), mController.getCurrentInsets()); in testFinishing()
228 assertEquals(Insets.of(0, 100, 100, 0), mController.getCurrentInsets()); in testFinish_immediately()
DImeBackAnimationControllerTest.java108 when(mWindowInsetsAnimationController.getCurrentInsets()).thenReturn(IME_INSETS); in setup()
/frameworks/base/core/java/android/view/
DWindowInsetsAnimationController.java80 @NonNull Insets getCurrentInsets(); in getCurrentInsets() method
DInsetsResizeAnimationRunner.java195 public Insets getCurrentInsets() { in getCurrentInsets() method in InsetsResizeAnimationRunner
DImeBackAnimationController.java172 int currentBottomInset = mWindowInsetsAnimationController.getCurrentInsets().bottom; in startPostCommitAnim()
DInsetsAnimationControlImpl.java204 public Insets getCurrentInsets() { in getCurrentInsets() method in InsetsAnimationControlImpl
449 insets = getCurrentInsets(); in sanitize()
/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.txt54432 method @NonNull public android.graphics.Insets getCurrentInsets();