Home
last modified time | relevance | path

Searched refs:getStableInsetsLw (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayPolicyInsetsTests.java116 mErrorCollector.checkThat("stableInsets", getStableInsetsLw(di), equalTo(new Rect( in verifyStableInsets()
126 verifyConsistency("configDisplay", di, getStableInsetsLw(di), in verifyConsistency()
140 private Rect getStableInsetsLw(DisplayInfo di) { in getStableInsetsLw() method in DisplayPolicyInsetsTests
142 mDisplayPolicy.getStableInsetsLw(di.rotation, di.logicalWidth, di.logicalHeight, in getStableInsetsLw()
/frameworks/base/services/core/java/com/android/server/wm/
DDockedStackDividerController.java189 mDisplayContent.getDisplayPolicy().getStableInsetsLw(rotation, mTmpRect2.width(), in getSmallestWidthDpForBounds()
236 mDisplayContent.getDisplayPolicy().getStableInsetsLw( in getHomeStackBoundsInDockedMode()
285 displayPolicy.getStableInsetsLw(rotation, dw, dh, displayCutout, mTmpRect); in initSnapAlgorithmForRotations()
DPinnedStackController.java528 mDisplayContent.getDisplayPolicy().getStableInsetsLw(mDisplayInfo.rotation, in getInsetBounds()
DTaskStack.java509 mDisplayContent.getDisplayPolicy().getStableInsetsLw(rotation, displayWidth, displayHeight, in snapDockedStackAfterRotation()
927 mDisplayContent.getDisplayPolicy().getStableInsetsLw( in getStackDockedModeBounds()
DDisplayPolicy.java2947 public void getStableInsetsLw(int displayRotation, int displayWidth, int displayHeight, in getStableInsetsLw() method
DWindowManagerService.java6633 dc.getDisplayPolicy().getStableInsetsLw(di.rotation, di.logicalWidth, di.logicalHeight, in getStableInsetsLocked()
/frameworks/base/services/
Dart-profile16041 HSPLcom/android/server/wm/DisplayPolicy;->getStableInsetsLw(IIILandroid/view/DisplayCutout;Landroid…