Home
last modified time | relevance | path

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

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