Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowContextListenerController.java239 private int mLastReportedDisplay = INVALID_DISPLAY; field in WindowContextListenerController.WindowContextListenerImpl
305 mLastReportedDisplay = INVALID_DISPLAY; in clear()
341 if (config.equals(mLastReportedConfig) && displayId == mLastReportedDisplay) { in dispatchWindowContextInfoChange()
347 mLastReportedDisplay = displayId; in dispatchWindowContextInfoChange()
365 .getDisplayContent(mLastReportedDisplay); in onRemoved()