/frameworks/base/core/tests/coretests/src/android/view/ |
D | ViewRootImplTest.java | 59 mViewRootImpl.getAttachInfo().getStableInsets().set(-10, -20, -30 , -40); in negativeInsets_areSetToZero() 63 assertThat(insets.getStableInsets(), equalTo(Insets.NONE)); in negativeInsets_areSetToZero() 69 mViewRootImpl.getAttachInfo().getStableInsets().set(10, -20, 30 , -40); in negativeInsets_areSetToZero_positiveAreLeftAsIs() 73 assertThat(insets.getStableInsets(), equalTo(Insets.of(10, 0, 30, 0))); in negativeInsets_areSetToZero_positiveAreLeftAsIs() 79 mViewRootImpl.getAttachInfo().getStableInsets().set(10, 20, 30 , 40); in positiveInsets_areLeftAsIs() 83 assertThat(insets.getStableInsets(), equalTo(Insets.of(10, 20, 30, 40))); in positiveInsets_areLeftAsIs() 124 Rect getStableInsets() throws Exception { in getStableInsets() method in ViewRootImplTest.ViewRootImplAccessor.AttachInfoAccessor
|
/frameworks/base/core/java/android/view/ |
D | WindowInsets.java | 558 public Insets getStableInsets() { in getStableInsets() method in WindowInsets 574 return getStableInsets().top; in getStableInsetTop() 589 return getStableInsets().left; in getStableInsetLeft() 604 return getStableInsets().right; in getStableInsetRight() 619 return getStableInsets().bottom; in getStableInsetBottom() 634 return !getStableInsets().equals(Insets.NONE); in hasStableInsets() 750 + " stableInsets=" + getStableInsets() in toString()
|
D | IWindowManager.aidl | 431 void getStableInsets(int displayId, out Rect outInsets); in getStableInsets() method
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
D | WindowManagerWrapper.java | 99 public void getStableInsets(Rect outStableInsets) { in getStableInsets() method in WindowManagerWrapper 101 WindowManagerGlobal.getWindowManagerService().getStableInsets(DEFAULT_DISPLAY, in getStableInsets()
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/misc/ |
D | SystemServicesProxy.java | 324 getStableInsets(insets); in hasTransposedNavigationBar() 477 public void getStableInsets(Rect outStableInsets) { in getStableInsets() method in SystemServicesProxy 481 mIwm.getStableInsets(Display.DEFAULT_DISPLAY, outStableInsets); in getStableInsets()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskSnapshotController.java | 328 final Rect insets = minRect(state.getContentInsets(), state.getStableInsets()); in getInsets() 397 decorPainter.setInsets(mainWindow.getContentInsets(), mainWindow.getStableInsets()); in drawAppThemeSnapshot()
|
D | RecentsAnimationController.java | 480 mService.getStableInsets(mDisplayId, mTmpRect); in startAnimation()
|
D | WindowState.java | 5242 void getStableInsets(Rect outStableInsets) { in getStableInsets() method in WindowState 5246 Rect getStableInsets() { in getStableInsets() method in WindowState
|
D | AppWindowToken.java | 2681 win.getStableInsets(stableInsets); in loadAnimation()
|
D | WindowManagerService.java | 6654 public void getStableInsets(int displayId, Rect outInsets) throws RemoteException { in getStableInsets() method in WindowManagerService
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/ |
D | PipDismissViewController.java | 73 WindowManagerWrapper.getInstance().getStableInsets(stableInsets); in createDismissTarget()
|
D | PipMotionHelper.java | 119 WindowManagerWrapper.getInstance().getStableInsets(mStableInsets); in onConfigurationChanged()
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/ |
D | RecentsViewTouchHandler.java | 82 SystemServicesProxy.getInstance(mRv.getContext()).getStableInsets(insets); in updateSnapAlgorithm()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/ |
D | DividerView.java | 368 WindowManagerWrapper.getInstance().getStableInsets(mStableInsets); in injectDependencies() 781 WindowManagerWrapper.getInstance().getStableInsets(mStableInsets); in setMinimizedDockStack() 915 WindowManagerWrapper.getInstance().getStableInsets(mStableInsets); in notifyDockSideChanged()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | WindowFrameTests.java | 100 assertRect(w.getStableInsets(), left, top, right, bottom); in assertStableInset()
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/ |
D | RecentsImpl.java | 750 ssp.getStableInsets(systemInsets); in updateDummyStackViewLayout()
|
/frameworks/base/services/ |
D | art-profile | 17432 HSPLcom/android/server/wm/WindowManagerService;->getStableInsets(ILandroid/graphics/Rect;)V 17733 PLcom/android/server/wm/WindowState;->getStableInsets()Landroid/graphics/Rect; 17734 HSPLcom/android/server/wm/WindowState;->getStableInsets(Landroid/graphics/Rect;)V
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 42687 HSPLandroid/view/IWindowManager$Stub$Proxy;->getStableInsets(ILandroid/graphics/Rect;)V 42766 HSPLandroid/view/WindowInsets;->getStableInsets()Landroid/graphics/Insets;
|
D | hiddenapi-greylist-max-o.txt | 75300 Landroid/view/IWindowManager$Stub$Proxy;->getStableInsets(ILandroid/graphics/Rect;)V
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 53116 method @NonNull public android.graphics.Insets getStableInsets();
|
/frameworks/base/api/ |
D | current.txt | 53260 method @NonNull public android.graphics.Insets getStableInsets();
|