Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/include/
DInputReaderBase.h250 bool showTouches; member
274 showTouches(false), pointerCapture(false) { } in InputReaderConfiguration()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp300 bool showTouches; member
346 mLocked.showTouches = false; in NativeInputManager()
375 dump += StringPrintf(INDENT "Show Touches: %s\n", toString(mLocked.showTouches)); in dump()
542 outConfig->showTouches = mLocked.showTouches; in getReaderConfiguration()
892 if (mLocked.showTouches == enabled) { in setShowTouches()
897 mLocked.showTouches = enabled; in setShowTouches()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp771 (mDeviceMode == DEVICE_MODE_DIRECT && mConfig.showTouches)) { in configureSurface()
1615 if (mDeviceMode == DEVICE_MODE_DIRECT && mConfig.showTouches && in cookAndDispatch()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp255 mConfig.showTouches = enabled; in setShowTouches()