Searched refs:overscanRight (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplaySettings.java | 56 public int overscanRight; field in DisplaySettings.Entry 80 outRect.right = entry.overscanRight; in getOverscanLocked() 104 entry.overscanRight = right; in setOverscanLocked() 187 entry.overscanRight = getIntAttribute(parser, "overscanRight"); in readDisplay() 218 if (entry.overscanRight != 0) { in writeSettingsLocked() 219 out.attribute(null, "overscanRight", Integer.toString(entry.overscanRight)); in writeSettingsLocked()
|
D | RootWindowContainer.java | 239 displayInfo.overscanRight = rect.right; in createDisplayContent()
|
D | WindowManagerService.java | 5645 displayInfo.overscanRight, displayInfo.overscanBottom); in configureDisplayPolicyLocked() 5685 displayInfo.overscanRight = right; in setOverscanLocked()
|
/frameworks/base/core/java/android/view/ |
D | DisplayInfo.java | 136 public int overscanRight; field in DisplayInfo 295 && overscanRight == other.overscanRight in equals() 336 overscanRight = other.overscanRight; in copyFrom() 373 overscanRight = source.readInt(); in readFromParcel() 419 dest.writeInt(overscanRight); in writeToParcel() 594 if (overscanLeft != 0 || overscanTop != 0 || overscanRight != 0 || overscanBottom != 0) { in toString() 600 sb.append(overscanRight); in toString()
|
D | Display.java | 698 mDisplayInfo.overscanRight, mDisplayInfo.overscanBottom); in getOverscanInsets()
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | LogicalDisplay.java | 145 mInfo.overscanRight = mOverrideDisplayInfo.overscanRight; in getDisplayInfoLocked()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | PhoneWindowManager.java | 4369 final int overscanLeft, overscanTop, overscanRight, overscanBottom; in beginLayoutLw() local 4375 overscanRight = mOverscanBottom; in beginLayoutLw() 4381 overscanRight = mOverscanLeft; in beginLayoutLw() 4387 overscanRight = mOverscanTop; in beginLayoutLw() 4393 overscanRight = mOverscanRight; in beginLayoutLw() 4400 overscanRight = 0; in beginLayoutLw() 4413 mUnrestrictedScreenWidth = displayWidth - overscanLeft - overscanRight; in beginLayoutLw() 4424 = mCurRight = displayWidth - overscanRight; in beginLayoutLw() 4486 …displayRotation, uiMode, overscanLeft, overscanRight, overscanBottom, dcf, navVisible, navTransluc… in beginLayoutLw() 4565 int uiMode, int overscanLeft, int overscanRight, int overscanBottom, Rect dcf, in layoutNavigationBar() argument [all …]
|