Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/include/
DInputReaderBase.h201 bool showTouches; member
249 showTouches(false), in InputReaderConfiguration()
/frameworks/native/services/inputflinger/tests/
DFakeInputReaderPolicy.cpp180 mConfig.showTouches = enabled; in setShowTouches()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp399 bool showTouches{false}; member
481 dump += StringPrintf(INDENT "Show Touches: %s\n", toString(mLocked.showTouches)); in dump()
665 outConfig->showTouches = mLocked.showTouches; in getReaderConfiguration()
1217 if (mLocked.showTouches == enabled) { in setShowTouches()
1222 mLocked.showTouches = enabled; in setShowTouches()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp1032 (mDeviceMode == DeviceMode::DIRECT && mConfig.showTouches) || in configureInputDevice()
1044 !mConfig.showTouches) { in configureInputDevice()
1671 if (!mConfig.showTouches || mPointerController == nullptr) { in updateTouchSpots()