HomeSort by relevance Sort by last modified time
    Searched refs:showTouches (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 264 bool showTouches;
301 mLocked.showTouches = false;
328 dump.appendFormat(INDENT "Show Touches: %s\n", toString(mLocked.showTouches));
448 outConfig->showTouches = mLocked.showTouches;
761 if (mLocked.showTouches == enabled) {
766 mLocked.showTouches = enabled;
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.h 232 bool showTouches;
250 showTouches(false) { }
    [all...]
InputReader.cpp     [all...]

Completed in 59 milliseconds