Searched refs:overscanRight (Results 1 – 6 of 6) 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 | WindowManagerService.java | 9046 displayInfo.overscanRight, displayInfo.overscanBottom); in configureDisplayPolicyLocked() 9075 displayInfo.overscanRight = right; in setOverscanLocked() 10692 displayInfo.overscanRight = rect.right; in newDisplayContentLocked()
|
/frameworks/base/core/java/android/view/ |
D | DisplayInfo.java | 136 public int overscanRight; field in DisplayInfo 289 && overscanRight == other.overscanRight in equals() 329 overscanRight = other.overscanRight; in copyFrom() 366 overscanRight = source.readInt(); in readFromParcel() 412 dest.writeInt(overscanRight); in writeToParcel() 593 if (overscanLeft != 0 || overscanTop != 0 || overscanRight != 0 || overscanBottom != 0) { in toString() 599 sb.append(overscanRight); in toString()
|
D | Display.java | 591 mDisplayInfo.overscanRight, mDisplayInfo.overscanBottom); in getOverscanInsets()
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | LogicalDisplay.java | 133 mInfo.overscanRight = mOverrideDisplayInfo.overscanRight; in getDisplayInfoLocked()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | PhoneWindowManager.java | 3913 final int overscanLeft, overscanTop, overscanRight, overscanBottom; in beginLayoutLw() local 3919 overscanRight = mOverscanBottom; in beginLayoutLw() 3925 overscanRight = mOverscanLeft; in beginLayoutLw() 3931 overscanRight = mOverscanTop; in beginLayoutLw() 3937 overscanRight = mOverscanRight; in beginLayoutLw() 3944 overscanRight = 0; in beginLayoutLw() 3957 mUnrestrictedScreenWidth = displayWidth - overscanLeft - overscanRight; in beginLayoutLw() 3968 = mCurRight = displayWidth - overscanRight; in beginLayoutLw() 4026 … displayRotation, uiMode, overscanRight, overscanBottom, dcf, navVisible, navTranslucent, in beginLayoutLw() 4105 int uiMode, int overscanRight, int overscanBottom, Rect dcf, boolean navVisible, in layoutNavigationBar() argument [all …]
|