Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplaySettings.java56 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()
DRootWindowContainer.java239 displayInfo.overscanRight = rect.right; in createDisplayContent()
DWindowManagerService.java5645 displayInfo.overscanRight, displayInfo.overscanBottom); in configureDisplayPolicyLocked()
5685 displayInfo.overscanRight = right; in setOverscanLocked()
/frameworks/base/core/java/android/view/
DDisplayInfo.java136 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()
DDisplay.java698 mDisplayInfo.overscanRight, mDisplayInfo.overscanBottom); in getOverscanInsets()
/frameworks/base/services/core/java/com/android/server/display/
DLogicalDisplay.java145 mInfo.overscanRight = mOverrideDisplayInfo.overscanRight; in getDisplayInfoLocked()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java4369 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 …]