Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayWindowSettings.java100 private int mOverscanBottom; field in DisplayWindowSettings.Entry
124 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()