Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DInputManagerCallback.java48 private boolean mInputDevicesReady; field in InputManagerCallback
125 if (!mInputDevicesReady) { in notifyConfigurationChanged()
126 mInputDevicesReady = true; in notifyConfigurationChanged()
240 if (!mInputDevicesReady) { in waitForInputDevicesReady()
246 return mInputDevicesReady; in waitForInputDevicesReady()