Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayWindowSettings.java111 private int mForcedHeight; field in DisplayWindowSettings.Entry
135 mForcedHeight = copyFrom.mForcedHeight; in Entry()
152 && mForcedWidth == 0 && mForcedHeight == 0 && mForcedDensity == 0 in isEmpty()
233 entry.mForcedHeight = height; in setForcedSize()
419 if (entry.mForcedWidth != 0 && entry.mForcedHeight != 0) { in applySettingsToDisplayLocked()
420 dc.updateBaseDisplayMetrics(entry.mForcedWidth, entry.mForcedHeight, in applySettingsToDisplayLocked()
550 entry.mForcedHeight = getIntAttribute(parser, "forcedHeight"); in readDisplay()
627 if (entry.mForcedWidth != 0 && entry.mForcedHeight != 0) { in writeSettings()
629 out.attribute(null, "forcedHeight", Integer.toString(entry.mForcedHeight)); in writeSettings()