Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DViewRootImplTest.java59 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/
DWindowInsets.java558 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()
DIWindowManager.aidl431 void getStableInsets(int displayId, out Rect outInsets); in getStableInsets() method
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DWindowManagerWrapper.java99 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/
DSystemServicesProxy.java324 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/
DTaskSnapshotController.java328 final Rect insets = minRect(state.getContentInsets(), state.getStableInsets()); in getInsets()
397 decorPainter.setInsets(mainWindow.getContentInsets(), mainWindow.getStableInsets()); in drawAppThemeSnapshot()
DRecentsAnimationController.java480 mService.getStableInsets(mDisplayId, mTmpRect); in startAnimation()
DWindowState.java5242 void getStableInsets(Rect outStableInsets) { in getStableInsets() method in WindowState
5246 Rect getStableInsets() { in getStableInsets() method in WindowState
DAppWindowToken.java2681 win.getStableInsets(stableInsets); in loadAnimation()
DWindowManagerService.java6654 public void getStableInsets(int displayId, Rect outInsets) throws RemoteException { in getStableInsets() method in WindowManagerService
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipDismissViewController.java73 WindowManagerWrapper.getInstance().getStableInsets(stableInsets); in createDismissTarget()
DPipMotionHelper.java119 WindowManagerWrapper.getInstance().getStableInsets(mStableInsets); in onConfigurationChanged()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DRecentsViewTouchHandler.java82 SystemServicesProxy.getInstance(mRv.getContext()).getStableInsets(insets); in updateSnapAlgorithm()
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DDividerView.java368 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/
DWindowFrameTests.java100 assertRect(w.getStableInsets(), left, top, right, bottom); in assertStableInset()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/
DRecentsImpl.java750 ssp.getStableInsets(systemInsets); in updateDummyStackViewLayout()
/frameworks/base/services/
Dart-profile17432 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/
Dboot-image-profile.txt42687 HSPLandroid/view/IWindowManager$Stub$Proxy;->getStableInsets(ILandroid/graphics/Rect;)V
42766 HSPLandroid/view/WindowInsets;->getStableInsets()Landroid/graphics/Insets;
Dhiddenapi-greylist-max-o.txt75300 Landroid/view/IWindowManager$Stub$Proxy;->getStableInsets(ILandroid/graphics/Rect;)V
/frameworks/base/non-updatable-api/
Dcurrent.txt53116 method @NonNull public android.graphics.Insets getStableInsets();
/frameworks/base/api/
Dcurrent.txt53260 method @NonNull public android.graphics.Insets getStableInsets();