Home
last modified time | relevance | path

Searched refs:overscanRight (Results 1 – 6 of 6) 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()
DWindowManagerService.java9234 displayInfo.overscanRight, displayInfo.overscanBottom); in configureDisplayPolicyLocked()
9263 displayInfo.overscanRight = right; in setOverscanLocked()
10896 displayInfo.overscanRight = rect.right; in newDisplayContentLocked()
/frameworks/base/core/java/android/view/
DDisplayInfo.java136 public int overscanRight; field in DisplayInfo
286 && overscanRight == other.overscanRight in equals()
326 overscanRight = other.overscanRight; in copyFrom()
362 overscanRight = source.readInt(); in readFromParcel()
407 dest.writeInt(overscanRight); in writeToParcel()
569 if (overscanLeft != 0 || overscanTop != 0 || overscanRight != 0 || overscanBottom != 0) { in toString()
575 sb.append(overscanRight); in toString()
DDisplay.java621 mDisplayInfo.overscanRight, mDisplayInfo.overscanBottom); in getOverscanInsets()
/frameworks/base/services/core/java/com/android/server/display/
DLogicalDisplay.java133 mInfo.overscanRight = mOverrideDisplayInfo.overscanRight; in getDisplayInfoLocked()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java3946 final int overscanLeft, overscanTop, overscanRight, overscanBottom; in beginLayoutLw() local
3952 overscanRight = mOverscanBottom; in beginLayoutLw()
3958 overscanRight = mOverscanLeft; in beginLayoutLw()
3964 overscanRight = mOverscanTop; in beginLayoutLw()
3970 overscanRight = mOverscanRight; in beginLayoutLw()
3977 overscanRight = 0; in beginLayoutLw()
3990 mUnrestrictedScreenWidth = displayWidth - overscanLeft - overscanRight; in beginLayoutLw()
4001 = mCurRight = displayWidth - overscanRight; in beginLayoutLw()
4059 …displayRotation, uiMode, overscanLeft, overscanRight, overscanBottom, dcf, navVisible, navTransluc… in beginLayoutLw()
4138 int uiMode, int overscanLeft, int overscanRight, int overscanBottom, Rect dcf, in layoutNavigationBar() argument
[all …]