Searched refs:mOverscanBottom (Results 1 – 1 of 1) sorted by relevance
106 private int mOverscanBottom; field in DisplayWindowSettings.Entry130 mOverscanBottom = copyFrom.mOverscanBottom; in Entry()148 && mOverscanBottom == 0 in isEmpty()210 entry.mOverscanBottom = bottom; in setOverscanLocked()411 displayInfo.overscanBottom = entry.mOverscanBottom; in applySettingsToDisplayLocked()542 entry.mOverscanBottom = getIntAttribute(parser, "overscanBottom"); in readDisplay()614 if (entry.mOverscanBottom != 0) { in writeSettings()615 out.attribute(null, "overscanBottom", Integer.toString(entry.mOverscanBottom)); in writeSettings()