Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DInsetsAnimationControlImplTest.java127 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/
DWindowInsetsAnimationController.java60 @NonNull Insets getCurrentInsets(); in getCurrentInsets() method
DInsetsAnimationControlImpl.java117 public Insets getCurrentInsets() { in getCurrentInsets() method in InsetsAnimationControlImpl
DInsetsController.java85 return object.getCurrentInsets(); in get()