Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java1528 && getConfiguration().orientation != getLastReportedConfiguration().orientation)) in getOrientationChanging()
2899 private Configuration getLastReportedConfiguration() { in getLastReportedConfiguration() method in WindowState
4160 pw.println(prefix + "mLastReportedConfiguration=" + getLastReportedConfiguration()); in dump()
4184 + (getLastReportedConfiguration().orientation != getConfiguration().orientation) in dump()