Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayPolicyInsetsTests.java151 mErrorCollector.checkThat("stableInsets", getStableInsets(di), in verifyStableInsets()
182 private Rect getStableInsets(DisplayInfo di) { in getStableInsets() method in DisplayPolicyInsetsTests
/frameworks/base/core/java/android/view/
DWindowInsets.java810 public Insets getStableInsets() { in getStableInsets() method in WindowInsets
829 return getStableInsets().top; in getStableInsetTop()
847 return getStableInsets().left; in getStableInsetLeft()
865 return getStableInsets().right; in getStableInsetRight()
883 return getStableInsets().bottom; in getStableInsetBottom()
901 return !getStableInsets().equals(Insets.NONE); in hasStableInsets()
DIWindowManager.aidl522 void getStableInsets(int displayId, out Rect outInsets); in getStableInsets() method
DViewRootImpl.java3290 mAttachInfo.mStableInsets.set(mLastWindowInsets.getStableInsets().toRect()); in getWindowInsets()
/frameworks/base/services/core/java/com/android/server/wm/
DRecentsAnimationController.java562 mService.getStableInsets(mDisplayId, mTmpRect); in startAnimation()
DWindowManagerService.java7521 public void getStableInsets(int displayId, Rect outInsets) throws RemoteException { in getStableInsets() method in WindowManagerService
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java1383 final Rect stableInsets = windowInsets.getStableInsets().toRect(); in updateSurface()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt18407 HSPLandroid/view/WindowInsets;->getStableInsets()Landroid/graphics/Insets;
/frameworks/base/config/
Dboot-image-profile.txt18471 HSPLandroid/view/WindowInsets;->getStableInsets()Landroid/graphics/Insets;
/frameworks/base/core/api/
Dcurrent.txt54329 method @Deprecated @NonNull public android.graphics.Insets getStableInsets();
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt60228 Landroid/view/IWindowManager$Stub$Proxy;->getStableInsets(ILandroid/graphics/Rect;)V