Searched refs:getStableInsetsLw (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/policy/ |
D | PhoneWindowManagerInsetsTest.java | 128 mErrorCollector.checkThat("stableInsets", getStableInsetsLw(di), equalTo(new Rect( in verifyStableInsets() 138 verifyConsistency("configDisplay", di, getStableInsetsLw(di), in verifyConsistency() 152 private Rect getStableInsetsLw(DisplayInfo di) { in getStableInsetsLw() method in PhoneWindowManagerInsetsTest 154 mPolicy.getStableInsetsLw(di.rotation, di.logicalWidth, di.logicalHeight, in getStableInsetsLw()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DockedStackDividerController.java | 186 mService.mPolicy.getStableInsetsLw(rotation, mTmpRect2.width(), mTmpRect2.height(), in getSmallestWidthDpForBounds() 229 mService.mPolicy.getStableInsetsLw(di.rotation, di.logicalWidth, di.logicalHeight, in getHomeStackBoundsInDockedMode() 280 mService.mPolicy.getStableInsetsLw(rotation, dw, dh, displayCutout, mTmpRect); in initSnapAlgorithmForRotations()
|
D | StackWindowController.java | 270 mService.mPolicy.getStableInsetsLw(di.rotation, di.logicalWidth, di.logicalHeight, in adjustConfigurationForBounds()
|
D | PinnedStackController.java | 517 mService.mPolicy.getStableInsetsLw(mDisplayInfo.rotation, mDisplayInfo.logicalWidth, in getInsetBounds()
|
D | TaskStack.java | 563 mService.mPolicy.getStableInsetsLw(rotation, displayWidth, displayHeight, in snapDockedStackAfterRotation() 963 mService.mPolicy.getStableInsetsLw(di.rotation, di.logicalWidth, di.logicalHeight, in getStackDockedModeBounds()
|
D | WindowManagerService.java | 6975 mPolicy.getStableInsetsLw(di.rotation, di.logicalWidth, di.logicalHeight, in getStableInsetsLocked()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/ |
D | TestWindowManagerPolicy.java | 533 public void getStableInsetsLw(int displayRotation, int displayWidth, int displayHeight,
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | WindowManagerPolicy.java | 1682 public void getStableInsetsLw(int displayRotation, int displayWidth, int displayHeight, in getStableInsetsLw() method
|
D | PhoneWindowManager.java | 7155 public void getStableInsetsLw(int displayRotation, int displayWidth, int displayHeight, in getStableInsetsLw() method in PhoneWindowManager
|
/frameworks/base/services/ |
D | art-profile | 1106 HSPLcom/android/server/policy/WindowManagerPolicy;->getStableInsetsLw(IIILandroid/view/DisplayCutou…
|