HomeSort by relevance Sort by last modified time
    Searched refs:TouchState (Results 1 - 4 of 4) sorted by null

  /frameworks/native/include/input/
InputTransport.h 385 struct TouchState {
414 Vector<TouchState> mTouchStates;
432 void rewriteMessage(const TouchState& state, InputMessage* msg);
  /frameworks/native/libs/input/
InputTransport.cpp 602 TouchState& touchState = mTouchStates.editItemAt(index);
603 touchState.initialize(deviceId, source);
604 touchState.addHistory(msg);
611 TouchState& touchState = mTouchStates.editItemAt(index);
612 touchState.addHistory(msg);
613 if (eventTime < touchState.lastResample.eventTime) {
614 rewriteMessage(touchState, msg);
616 touchState.lastResample.idBits.clear()
    [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.h     [all...]
InputDispatcher.cpp     [all...]

Completed in 96 milliseconds