Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/include/
DInputReaderBase.h280 bool showTouches; member
304 showTouches(false), pointerCapture(false) { } in InputReaderConfiguration()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp373 bool showTouches; member
419 mLocked.showTouches = false; in NativeInputManager()
448 dump += StringPrintf(INDENT "Show Touches: %s\n", toString(mLocked.showTouches)); in dump()
635 outConfig->showTouches = mLocked.showTouches; in getReaderConfiguration()
1079 if (mLocked.showTouches == enabled) { in setShowTouches()
1084 mLocked.showTouches = enabled; in setShowTouches()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp778 (mDeviceMode == DeviceMode::DIRECT && mConfig.showTouches) || in configureSurface()
1653 if (!mConfig.showTouches || mPointerController == nullptr) { in updateTouchSpots()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp307 mConfig.showTouches = enabled; in setShowTouches()