Searched refs:getSystemWindowInsets (Results 1 – 12 of 12) sorted by relevance
/aosp12/frameworks/base/core/java/android/view/ |
H A D | WindowInsets.java | 303 Insets insets = getSystemWindowInsets(); in getSystemWindowInsetsAsRect() 321 public Insets getSystemWindowInsets() { in getSystemWindowInsets() method in WindowInsets 405 return getSystemWindowInsets().left; in getSystemWindowInsetLeft() 421 return getSystemWindowInsets().top; in getSystemWindowInsetTop() 437 return getSystemWindowInsets().right; in getSystemWindowInsetRight() 453 return getSystemWindowInsets().bottom; in getSystemWindowInsetBottom() 469 return !getSystemWindowInsets().equals(Insets.NONE); in hasSystemWindowInsets()
|
H A D | ViewRootImpl.java | 2505 mAttachInfo.mContentInsets.set(mLastWindowInsets.getSystemWindowInsets().toRect()); in getWindowInsets()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | InsetsStateTest.java | 92 assertEquals(Insets.of(0, 100, 0, 100), insets.getSystemWindowInsets()); in testCalculateInsets() 111 assertEquals(Insets.of(0, 0, 0, 200), insets.getSystemWindowInsets()); in testCalculateInsets_imeAndNav() 125 assertEquals(Insets.of(0, 100, 20, 0), insets.getSystemWindowInsets()); in testCalculateInsets_navRightStatusTop() 140 assertEquals(Insets.of(0, 100, 20, 0), insets.getSystemWindowInsets()); in testCalculateInsets_extraNavRightClimateTop() 242 assertEquals(Insets.of(0, 100, 20, 0), insets.getSystemWindowInsets()); in testCalculateInsets_extraNavRightStatusTop() 255 assertEquals(Insets.of(0, 100, 20, 0), insets.getSystemWindowInsets()); in testCalculateInsets_navigationRightClimateTop()
|
H A D | WindowInsetsTest.java | 65 assertEquals(Insets.of(0, 10, 0, 0), windowInsets.getSystemWindowInsets()); in compatInsets_layoutStable()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/testing/ |
H A D | TestInformationHandler.java | 112 insets.getSystemWindowInsets()); in call() 120 return insets.getSystemWindowInsets(); in call()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | Magnifier.java | 875 final Insets systemInsets = mView.getRootWindowInsets().getSystemWindowInsets(); in getCurrentClampedWindowCoordinates()
|
/aosp12/frameworks/base/core/java/android/service/wallpaper/ |
H A D | WallpaperService.java | 1143 final Rect contentInsets = windowInsets.getSystemWindowInsets().toRect(); in updateSurface()
|
/aosp12/frameworks/base/core/java/com/android/internal/app/ |
H A D | ResolverActivity.java | 618 mSystemWindowInsets = insets.getSystemWindowInsets();
|
/aosp12/frameworks/base/core/java/com/android/internal/policy/ |
H A D | PhoneWindow.java | 149 Insets insetsToApply = insets.getSystemWindowInsets();
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 18892 HSPLandroid/view/WindowInsets;->getSystemWindowInsets()Landroid/graphics/Insets;+]Landroid/view/Win…
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 50372 method @Deprecated @NonNull public android.graphics.Insets getSystemWindowInsets();
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 18940 HSPLandroid/view/WindowInsets;->getSystemWindowInsets()Landroid/graphics/Insets;+]Landroid/view/Win…
|