Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/include/
DInputReaderBase.h228 bool stylusPointerIconEnabled; member
256 stylusPointerIconEnabled(false) {} in InputReaderConfiguration()
/frameworks/native/services/inputflinger/tests/
DFakeInputReaderPolicy.cpp209 mConfig.stylusPointerIconEnabled = enabled; in setStylusPointerIconEnabled()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp434 bool stylusPointerIconEnabled{false}; member
682 outConfig->stylusPointerIconEnabled = mLocked.stylusPointerIconEnabled; in getReaderConfiguration()
1663 if (mLocked.stylusPointerIconEnabled == enabled) { in setStylusPointerIconEnabled()
1667 mLocked.stylusPointerIconEnabled = enabled; in setStylusPointerIconEnabled()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp1034 (mDeviceMode == DeviceMode::DIRECT && mConfig.stylusPointerIconEnabled && hasStylus()); in configureInputDevice()
3831 const bool showDirectStylusPointer = mConfig.stylusPointerIconEnabled && in dispatchMotion()