Searched refs:getStableInsets (Results 1 – 12 of 12) sorted by relevance
151 mErrorCollector.checkThat("stableInsets", getStableInsets(di), in verifyStableInsets()182 private Rect getStableInsets(DisplayInfo di) { in getStableInsets() method in DisplayPolicyInsetsTests
810 public Insets getStableInsets() { in getStableInsets() method in WindowInsets829 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()
522 void getStableInsets(int displayId, out Rect outInsets); in getStableInsets() method
3290 mAttachInfo.mStableInsets.set(mLastWindowInsets.getStableInsets().toRect()); in getWindowInsets()
562 mService.getStableInsets(mDisplayId, mTmpRect); in startAnimation()
7521 public void getStableInsets(int displayId, Rect outInsets) throws RemoteException { in getStableInsets() method in WindowManagerService
1383 final Rect stableInsets = windowInsets.getStableInsets().toRect(); in updateSurface()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
18407 HSPLandroid/view/WindowInsets;->getStableInsets()Landroid/graphics/Insets;
18471 HSPLandroid/view/WindowInsets;->getStableInsets()Landroid/graphics/Insets;
54329 method @Deprecated @NonNull public android.graphics.Insets getStableInsets();
60228 Landroid/view/IWindowManager$Stub$Proxy;->getStableInsets(ILandroid/graphics/Rect;)V