Searched refs:mOverscanBottom (Results 1 – 1 of 1) sorted by relevance
100 private int mOverscanBottom; field in DisplayWindowSettings.Entry124 mOverscanBottom = copyFrom.mOverscanBottom; in Entry()142 && mOverscanBottom == 0 in isEmpty()204 entry.mOverscanBottom = bottom; in setOverscanLocked()405 displayInfo.overscanBottom = entry.mOverscanBottom; in applySettingsToDisplayLocked()536 entry.mOverscanBottom = getIntAttribute(parser, "overscanBottom"); in readDisplay()608 if (entry.mOverscanBottom != 0) { in writeSettings()609 out.attribute(null, "overscanBottom", Integer.toString(entry.mOverscanBottom)); in writeSettings()