Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/include/
DInputReaderBase.h247 bool showTouches; member
271 showTouches(false), pointerCapture(false) { } in InputReaderConfiguration()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp293 bool showTouches; member
339 mLocked.showTouches = false; in NativeInputManager()
368 dump += StringPrintf(INDENT "Show Touches: %s\n", toString(mLocked.showTouches)); in dump()
535 outConfig->showTouches = mLocked.showTouches; in getReaderConfiguration()
855 if (mLocked.showTouches == enabled) { in setShowTouches()
860 mLocked.showTouches = enabled; in setShowTouches()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp763 (mDeviceMode == DEVICE_MODE_DIRECT && mConfig.showTouches)) { in configureSurface()
1590 if (mDeviceMode == DEVICE_MODE_DIRECT && mConfig.showTouches && in cookAndDispatch()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp285 mConfig.showTouches = enabled; in setShowTouches()