Home
last modified time | relevance | path

Searched refs:mExternalStylusId (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
DInputReader.cpp3203 dump += StringPrintf(INDENT4 "External Stylus ID: %" PRId64 "\n", mExternalStylusId); in dump()
4300 mExternalStylusId = -1; in resetExternalStylus()
4554 if (mDeviceMode == DEVICE_MODE_DIRECT && hasExternalStylus() && mExternalStylusId != -1) { in applyExternalStylusButtonState()
4563 if (mExternalStylusId != -1 && currentPointerData.isTouching(mExternalStylusId)) { in applyExternalStylusTouchState()
4565 if (pressure == 0.0f && lastPointerData.isTouching(mExternalStylusId)) { in applyExternalStylusTouchState()
4566 const PointerCoords& coords = lastPointerData.pointerCoordsForId(mExternalStylusId); in applyExternalStylusTouchState()
4569 PointerCoords& coords = currentPointerData.editPointerCoordsWithId(mExternalStylusId); in applyExternalStylusTouchState()
4573 currentPointerData.editPointerPropertiesWithId(mExternalStylusId); in applyExternalStylusTouchState()
4592 mExternalStylusId = state.rawPointerData.touchingIdBits.firstMarkedBit(); in assignExternalStylusId()
4612 if (mExternalStylusId != -1 && in assignExternalStylusId()
[all …]
DInputReader.h1246 int64_t mExternalStylusId; variable