Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DInputMonitor.java88 private boolean mUpdateInputWindowsImmediately; field in InputMonitor
357 mUpdateInputWindowsImmediately = true; in updateInputWindowsImmediately()
359 mUpdateInputWindowsImmediately = false; in updateInputWindowsImmediately()
609 if (!mUpdateInputWindowsImmediately) { in updateInputWindows()