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

/frameworks/base/libs/androidfw/
H A DInputTransport.cpp585 TouchState& touchState = mTouchStates.editItemAt(index); local
586 touchState.initialize(deviceId, source);
587 touchState.addHistory(msg);
594 TouchState& touchState = mTouchStates.editItemAt(index); local
595 touchState.addHistory(msg);
596 if (eventTime < touchState.lastResample.eventTime) {
597 rewriteMessage(touchState, msg);
599 touchState.lastResample.idBits.clear();
608 TouchState& touchState = mTouchStates.editItemAt(index); local
609 touchState
618 TouchState& touchState = mTouchStates.editItemAt(index); local
628 const TouchState& touchState = mTouchStates.itemAt(index); local
638 const TouchState& touchState = mTouchStates.itemAt(index); local
682 TouchState& touchState = mTouchStates.editItemAt(index); local
865 const TouchState& touchState = mTouchStates.itemAt(i); local
[all...]

Completed in 46 milliseconds