HomeSort by relevance Sort by last modified time
    Searched refs:getStableInsetsLw (Results 1 - 9 of 9) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/policy/
PhoneWindowManagerInsetsTest.java 128 mErrorCollector.checkThat("stableInsets", getStableInsetsLw(di), equalTo(new Rect(
138 verifyConsistency("configDisplay", di, getStableInsetsLw(di),
152 private Rect getStableInsetsLw(DisplayInfo di) {
154 mPolicy.getStableInsetsLw(di.rotation, di.logicalWidth, di.logicalHeight,
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
TestWindowManagerPolicy.java 533 public void getStableInsetsLw(int displayRotation, int displayWidth, int displayHeight,
  /frameworks/base/services/core/java/com/android/server/wm/
DockedStackDividerController.java 186 mService.mPolicy.getStableInsetsLw(rotation, mTmpRect2.width(), mTmpRect2.height(),
229 mService.mPolicy.getStableInsetsLw(di.rotation, di.logicalWidth, di.logicalHeight,
280 mService.mPolicy.getStableInsetsLw(rotation, dw, dh, displayCutout, mTmpRect);
    [all...]
StackWindowController.java 270 mService.mPolicy.getStableInsetsLw(di.rotation, di.logicalWidth, di.logicalHeight,
PinnedStackController.java 517 mService.mPolicy.getStableInsetsLw(mDisplayInfo.rotation, mDisplayInfo.logicalWidth,
TaskStack.java 563 mService.mPolicy.getStableInsetsLw(rotation, displayWidth, displayHeight,
    [all...]
WindowManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
WindowManagerPolicy.java     [all...]
PhoneWindowManager.java     [all...]

Completed in 374 milliseconds