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

  /frameworks/base/include/androidfw/
InputTransport.h 375 struct TouchState {
404 Vector<TouchState> mTouchStates;
422 void rewriteMessage(const TouchState& state, InputMessage* msg);
  /frameworks/base/libs/androidfw/
InputTransport.cpp 590 TouchState& touchState = mTouchStates.editItemAt(index);
591 touchState.initialize(deviceId, source);
592 touchState.addHistory(msg);
599 TouchState& touchState = mTouchStates.editItemAt(index);
600 touchState.addHistory(msg);
601 if (eventTime < touchState.lastResample.eventTime) {
602 rewriteMessage(touchState, msg);
604 touchState.lastResample.idBits.clear()
    [all...]
  /frameworks/base/services/input/
InputDispatcher.h     [all...]
InputDispatcher.cpp     [all...]

Completed in 641 milliseconds