Searched refs:overscanBottom (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | DisplayInfo.java | 133 public int overscanBottom; field in DisplayInfo 226 && overscanBottom == other.overscanBottom in equals() 256 overscanBottom = other.overscanBottom; in copyFrom() 281 overscanBottom = source.readInt(); in readFromParcel() 307 dest.writeInt(overscanBottom); in writeToParcel() 372 if (overscanLeft != 0 || overscanTop != 0 || overscanRight != 0 || overscanBottom != 0) { in toString() 380 sb.append(overscanBottom); in toString()
|
D | Display.java | 449 mDisplayInfo.overscanRight, mDisplayInfo.overscanBottom); in getOverscanInsets()
|
/frameworks/base/services/java/com/android/server/wm/ |
D | DisplaySettings.java | 53 public int overscanBottom; field in DisplaySettings.Entry 73 outRect.bottom = entry.overscanBottom; in getOverscanLocked() 94 entry.overscanBottom = bottom; in setOverscanLocked() 177 entry.overscanBottom = getIntAttribute(parser, "overscanBottom"); in readDisplay() 210 if (entry.overscanBottom != 0) { in writeSettingsLocked() 211 out.attribute(null, "overscanBottom", Integer.toString(entry.overscanBottom)); in writeSettingsLocked()
|
D | WindowManagerService.java | 7577 displayInfo.overscanBottom = bottom; in setOverscan() 10426 info.overscanBottom = rect.bottom; in newDisplayContentLocked()
|
/frameworks/base/services/java/com/android/server/display/ |
D | LogicalDisplay.java | 150 mInfo.overscanBottom = bottom; in setOverscan() 155 mOverrideDisplayInfo.overscanBottom = bottom; in setOverscan()
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | PhoneWindowManager.java | 2541 final int overscanLeft, overscanTop, overscanRight, overscanBottom; in beginLayoutLw() local 2548 overscanBottom = mOverscanLeft; in beginLayoutLw() 2554 overscanBottom = mOverscanTop; in beginLayoutLw() 2560 overscanBottom = mOverscanRight; in beginLayoutLw() 2566 overscanBottom = mOverscanBottom; in beginLayoutLw() 2573 overscanBottom = 0; in beginLayoutLw() 2586 mUnrestrictedScreenHeight = displayHeight - overscanTop - overscanBottom; in beginLayoutLw() 2598 = mCurBottom = displayHeight - overscanBottom; in beginLayoutLw() 2646 int top = displayHeight - overscanBottom in beginLayoutLw() 2648 mTmpNavigationFrame.set(0, top, displayWidth, displayHeight - overscanBottom); in beginLayoutLw()
|