Home
last modified time | relevance | path

Searched refs:getSystemWindowInsets (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/
H A DWindowInsets.java303 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 DViewRootImpl.java2505 mAttachInfo.mContentInsets.set(mLastWindowInsets.getSystemWindowInsets().toRect()); in getWindowInsets()
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DInsetsStateTest.java92 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 DWindowInsetsTest.java65 assertEquals(Insets.of(0, 10, 0, 0), windowInsets.getSystemWindowInsets()); in compatInsets_layoutStable()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/testing/
H A DTestInformationHandler.java112 insets.getSystemWindowInsets()); in call()
120 return insets.getSystemWindowInsets(); in call()
/aosp12/frameworks/base/core/java/android/widget/
H A DMagnifier.java875 final Insets systemInsets = mView.getRootWindowInsets().getSystemWindowInsets(); in getCurrentClampedWindowCoordinates()
/aosp12/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java1143 final Rect contentInsets = windowInsets.getSystemWindowInsets().toRect(); in updateSurface()
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java618 mSystemWindowInsets = insets.getSystemWindowInsets();
/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java149 Insets insetsToApply = insets.getSystemWindowInsets();
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt18892 HSPLandroid/view/WindowInsets;->getSystemWindowInsets()Landroid/graphics/Insets;+]Landroid/view/Win…
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt50372 method @Deprecated @NonNull public android.graphics.Insets getSystemWindowInsets();
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt18940 HSPLandroid/view/WindowInsets;->getSystemWindowInsets()Landroid/graphics/Insets;+]Landroid/view/Win…