Searched refs:showTouches (Results 1 – 4 of 4) sorted by relevance
201 bool showTouches; member249 showTouches(false), in InputReaderConfiguration()
180 mConfig.showTouches = enabled; in setShowTouches()
399 bool showTouches{false}; member481 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()
1032 (mDeviceMode == DeviceMode::DIRECT && mConfig.showTouches) || in configureInputDevice()1044 !mConfig.showTouches) { in configureInputDevice()1671 if (!mConfig.showTouches || mPointerController == nullptr) { in updateTouchSpots()