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

/frameworks/native/libs/input/
H A DInputTransport.cpp594 TouchState& touchState = mTouchStates.editItemAt(index); local
595 touchState.initialize(deviceId, source);
596 touchState.addHistory(msg);
603 TouchState& touchState = mTouchStates.editItemAt(index); local
604 touchState.addHistory(msg);
605 if (eventTime < touchState.lastResample.eventTime) {
606 rewriteMessage(touchState, msg);
608 touchState.lastResample.idBits.clear();
617 TouchState& touchState = mTouchStates.editItemAt(index); local
618 touchState
627 TouchState& touchState = mTouchStates.editItemAt(index); local
637 const TouchState& touchState = mTouchStates.itemAt(index); local
647 const TouchState& touchState = mTouchStates.itemAt(index); local
691 TouchState& touchState = mTouchStates.editItemAt(index); local
874 const TouchState& touchState = mTouchStates.itemAt(i); local
[all...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DPagedView.java1217 private void setTouchState(int touchState) { argument
1218 if (mTouchState != touchState) {
1219 if (DEBUG_WARP) Log.v(TAG, "mTouchState changing to " + touchState);
1220 onTouchStateChanged(touchState);
1221 mTouchState = touchState;

Completed in 3428 milliseconds