Searched refs:getCurrentInsets (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/view/ |
D | InsetsAnimationControlImplTest.java | 132 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()
|
D | ImeBackAnimationControllerTest.java | 108 when(mWindowInsetsAnimationController.getCurrentInsets()).thenReturn(IME_INSETS); in setup()
|
/frameworks/base/core/java/android/view/ |
D | WindowInsetsAnimationController.java | 80 @NonNull Insets getCurrentInsets(); in getCurrentInsets() method
|
D | InsetsResizeAnimationRunner.java | 195 public Insets getCurrentInsets() { in getCurrentInsets() method in InsetsResizeAnimationRunner
|
D | ImeBackAnimationController.java | 172 int currentBottomInset = mWindowInsetsAnimationController.getCurrentInsets().bottom; in startPostCommitAnim()
|
D | InsetsAnimationControlImpl.java | 204 public Insets getCurrentInsets() { in getCurrentInsets() method in InsetsAnimationControlImpl 449 insets = getCurrentInsets(); in sanitize()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 54432 method @NonNull public android.graphics.Insets getCurrentInsets();
|