Searched defs:touchState (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/input/
H A DInputTransport.cpp597 TouchState& touchState = mTouchStates.editItemAt(index); local
598 touchState.initialize(deviceId, source);
599 touchState.addHistory(msg);
606 TouchState& touchState = mTouchStates.editItemAt(index); local
607 touchState.addHistory(msg);
608 if (eventTime < touchState.lastResample.eventTime) {
609 rewriteMessage(touchState, msg);
611 touchState.lastResample.idBits.clear();
620 TouchState& touchState = mTouchStates.editItemAt(index); local
621 touchState
630 TouchState& touchState = mTouchStates.editItemAt(index); local
640 const TouchState& touchState = mTouchStates.itemAt(index); local
650 const TouchState& touchState = mTouchStates.itemAt(index); local
694 TouchState& touchState = mTouchStates.editItemAt(index); local
877 const TouchState& touchState = mTouchStates.itemAt(i); local
[all...]

Completed in 66 milliseconds