Searched refs:getCurrentInsets (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | InsetsAnimationControlImplTest.java | 121 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 D | WindowInsetsAnimationController.java | 80 @NonNull Insets getCurrentInsets(); in getCurrentInsets() method
|
H A D | InsetsAnimationControlImpl.java | 188 public Insets getCurrentInsets() { in getCurrentInsets() method in InsetsAnimationControlImpl 416 insets = getCurrentInsets(); in sanitize()
|
H A D | InsetsResizeAnimationRunner.java | 187 public Insets getCurrentInsets() { in getCurrentInsets() method in InsetsResizeAnimationRunner
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 50464 method @NonNull public android.graphics.Insets getCurrentInsets();
|