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

  /frameworks/native/include/input/
InputTransport.h 383 struct TouchState {
412 Vector<TouchState> mTouchStates;
430 void rewriteMessage(const TouchState& state, InputMessage* msg);
  /frameworks/native/libs/input/
InputTransport.cpp 595 TouchState& touchState = mTouchStates.editItemAt(index);
596 touchState.initialize(deviceId, source);
597 touchState.addHistory(msg);
604 TouchState& touchState = mTouchStates.editItemAt(index);
605 touchState.addHistory(msg);
606 if (eventTime < touchState.lastResample.eventTime) {
607 rewriteMessage(touchState, msg);
609 touchState.lastResample.idBits.clear()
    [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.h     [all...]
InputDispatcher.cpp     [all...]
  /external/chromium_org/ui/events/gestures/
gesture_sequence.cc 26 // ui::EventType is mapped to TouchState so it can fit into 3 bits of
28 enum TouchState {
53 // Get equivalent TouchState from EventType |type|.
54 TouchState TouchEventTypeToTouchState(ui::EventType type) {
325 TouchState touch_state = TouchEventTypeToTouchState(type);
    [all...]

Completed in 527 milliseconds