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

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

Completed in 25 milliseconds