HomeSort by relevance Sort by last modified time
    Searched full:minputdispatchenabled (Results 1 - 1 of 1) sorted by null

  /frameworks/base/services/java/com/android/server/wm/
InputMonitor.java 46 private boolean mInputDispatchEnabled;
406 if (mInputDispatchEnabled != enabled) {
411 mInputDispatchEnabled = enabled;
417 mService.mInputManager.setInputDispatchMode(mInputDispatchEnabled, mInputDispatchFrozen);

Completed in 663 milliseconds