Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowContextListenerController.java205 private int mLastReportedDisplay = INVALID_DISPLAY; field in WindowContextListenerController.WindowContextListenerImpl
266 mLastReportedDisplay = INVALID_DISPLAY; in clear()
302 if (config.equals(mLastReportedConfig) && displayId == mLastReportedDisplay) { in reportConfigToWindowTokenClient()
308 mLastReportedDisplay = displayId; in reportConfigToWindowTokenClient()
329 .getDisplayContent(mLastReportedDisplay); in onRemoved()