Searched refs:getCurrentInsets (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/view/ |
D | InsetsAnimationControlImplTest.java | 127 assertEquals(Insets.of(0, 100, 0, 0), mController.getCurrentInsets()); in testGetters() 135 assertEquals(Insets.of(0, 30, 40, 0), mController.getCurrentInsets()); in testChangeInsets() 156 assertEquals(Insets.of(0, 0, 100, 0), mController.getCurrentInsets()); in testFinishing()
|
/frameworks/base/core/java/android/view/ |
D | WindowInsetsAnimationController.java | 60 @NonNull Insets getCurrentInsets(); in getCurrentInsets() method
|
D | InsetsAnimationControlImpl.java | 117 public Insets getCurrentInsets() { in getCurrentInsets() method in InsetsAnimationControlImpl
|
D | InsetsController.java | 85 return object.getCurrentInsets(); in get()
|