Searched refs:overscanBottom (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplaySettings.java | 57 public int overscanBottom; field in DisplaySettings.Entry 81 outRect.bottom = entry.overscanBottom; in getOverscanLocked() 105 entry.overscanBottom = bottom; in setOverscanLocked() 188 entry.overscanBottom = getIntAttribute(parser, "overscanBottom"); in readDisplay() 221 if (entry.overscanBottom != 0) { in writeSettingsLocked() 222 out.attribute(null, "overscanBottom", Integer.toString(entry.overscanBottom)); in writeSettingsLocked()
|
D | RootWindowContainer.java | 240 displayInfo.overscanBottom = rect.bottom; in createDisplayContent()
|
D | WindowManagerService.java | 5645 displayInfo.overscanRight, displayInfo.overscanBottom); in configureDisplayPolicyLocked() 5686 displayInfo.overscanBottom = bottom; in setOverscanLocked()
|
/frameworks/base/core/java/android/view/ |
D | DisplayInfo.java | 142 public int overscanBottom; field in DisplayInfo 296 && overscanBottom == other.overscanBottom in equals() 337 overscanBottom = other.overscanBottom; in copyFrom() 374 overscanBottom = source.readInt(); in readFromParcel() 420 dest.writeInt(overscanBottom); in writeToParcel() 594 if (overscanLeft != 0 || overscanTop != 0 || overscanRight != 0 || overscanBottom != 0) { in toString() 602 sb.append(overscanBottom); in toString()
|
D | Display.java | 698 mDisplayInfo.overscanRight, mDisplayInfo.overscanBottom); in getOverscanInsets()
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | LogicalDisplay.java | 146 mInfo.overscanBottom = mOverrideDisplayInfo.overscanBottom; in getDisplayInfoLocked()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | PhoneWindowManager.java | 4369 final int overscanLeft, overscanTop, overscanRight, overscanBottom; in beginLayoutLw() local 4376 overscanBottom = mOverscanLeft; in beginLayoutLw() 4382 overscanBottom = mOverscanTop; in beginLayoutLw() 4388 overscanBottom = mOverscanRight; in beginLayoutLw() 4394 overscanBottom = mOverscanBottom; in beginLayoutLw() 4401 overscanBottom = 0; in beginLayoutLw() 4414 mUnrestrictedScreenHeight = displayHeight - overscanTop - overscanBottom; in beginLayoutLw() 4426 = mCurBottom = displayHeight - overscanBottom; 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 …]
|