Searched refs:mInputDispatchEnabled (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
H A DInputMonitor.java49 private boolean mInputDispatchEnabled; field in class:InputMonitor
453 if (mInputDispatchEnabled != enabled) {
458 mInputDispatchEnabled = enabled;
464 mService.mInputManager.setInputDispatchMode(mInputDispatchEnabled, mInputDispatchFrozen);

Completed in 96 milliseconds