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

  /frameworks/native/libs/input/
InputTransport.cpp 594 mTouchStates.push();
595 index = mTouchStates.size() - 1;
597 TouchState& touchState = mTouchStates.editItemAt(index);
606 TouchState& touchState = mTouchStates.editItemAt(index);
620 TouchState& touchState = mTouchStates.editItemAt(index);
630 TouchState& touchState = mTouchStates.editItemAt(index);
640 const TouchState& touchState = mTouchStates.itemAt(index);
650 const TouchState& touchState = mTouchStates.itemAt(index);
652 mTouchStates.removeAt(index);
694 TouchState& touchState = mTouchStates.editItemAt(index)
    [all...]
  /frameworks/native/include/input/
InputTransport.h 414 Vector<TouchState> mTouchStates;

Completed in 151 milliseconds