Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DInsetsAnimationControlImplTest.java121 assertEquals(Insets.of(0, 100, 0, 0), mController.getCurrentInsets()); in testGetters()
137 assertEquals(Insets.of(0, 30, 40, 0), mController.getCurrentInsets()); in testChangeInsets()
154 Insets initialInsets = mController.getCurrentInsets(); in testChangeAlphaNoInsets()
158 assertEquals(initialInsets, mController.getCurrentInsets()); in testChangeAlphaNoInsets()
166 assertEquals(Insets.of(0, 30, 40, 0), mController.getCurrentInsets()); in testChangeInsetsAndAlpha()
174 assertEquals(Insets.of(0, 100, 100, 0), mController.getCurrentInsets()); in testFinishing()
217 assertEquals(Insets.of(0, 100, 100, 0), mController.getCurrentInsets()); in testFinish_immediately()
/aosp12/frameworks/base/core/java/android/view/
H A DWindowInsetsAnimationController.java80 @NonNull Insets getCurrentInsets(); in getCurrentInsets() method
H A DInsetsAnimationControlImpl.java188 public Insets getCurrentInsets() { in getCurrentInsets() method in InsetsAnimationControlImpl
416 insets = getCurrentInsets(); in sanitize()
H A DInsetsResizeAnimationRunner.java187 public Insets getCurrentInsets() { in getCurrentInsets() method in InsetsResizeAnimationRunner
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt50464 method @NonNull public android.graphics.Insets getCurrentInsets();