Searched refs:getSystemWindowInsets (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/view/ |
D | ViewRootImplTest.java | 62 assertThat(insets.getSystemWindowInsets(), equalTo(Insets.NONE)); in negativeInsets_areSetToZero() 72 assertThat(insets.getSystemWindowInsets(), equalTo(Insets.of(0, 20, 0, 40))); in negativeInsets_areSetToZero_positiveAreLeftAsIs() 82 assertThat(insets.getSystemWindowInsets(), equalTo(Insets.of(10, 20, 30, 40))); in positiveInsets_areLeftAsIs()
|
D | InsetsStateTest.java | 75 assertEquals(Insets.of(0, 100, 0, 100), insets.getSystemWindowInsets()); in testCalculateInsets() 96 assertEquals(Insets.of(0, 0, 0, 200), insets.getSystemWindowInsets()); in testCalculateInsets_imeAndNav() 113 assertEquals(Insets.of(0, 100, 20, 0), insets.getSystemWindowInsets()); in testCalculateInsets_navRightStatusTop()
|
D | WindowInsetsTest.java | 65 assertEquals(300, insets.getSystemWindowInsets().bottom); in typeMap()
|
/frameworks/base/core/java/android/view/ |
D | WindowInsets.java | 266 Insets insets = getSystemWindowInsets(); in getSystemWindowInsetsAsRect() 281 public Insets getSystemWindowInsets() { in getSystemWindowInsets() method in WindowInsets 355 return getSystemWindowInsets().left; in getSystemWindowInsetLeft() 368 return getSystemWindowInsets().top; in getSystemWindowInsetTop() 381 return getSystemWindowInsets().right; in getSystemWindowInsetRight() 394 return getSystemWindowInsets().bottom; in getSystemWindowInsetBottom() 407 return !getSystemWindowInsets().equals(Insets.NONE); in hasSystemWindowInsets() 749 return "WindowInsets{systemWindowInsets=" + getSystemWindowInsets() in toString()
|
/frameworks/base/core/java/android/widget/ |
D | Magnifier.java | 731 final Insets systemInsets = mView.getRootWindowInsets().getSystemWindowInsets(); in getCurrentClampedWindowCoordinates()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ResolverActivity.java | 404 mSystemWindowInsets = insets.getSystemWindowInsets();
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 53122 method @NonNull public android.graphics.Insets getSystemWindowInsets();
|
/frameworks/base/api/ |
D | current.txt | 53266 method @NonNull public android.graphics.Insets getSystemWindowInsets();
|