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 599 mTouchStates.push();
600 index = mTouchStates.size() - 1;
602 TouchState& touchState = mTouchStates.editItemAt(index);
611 TouchState& touchState = mTouchStates.editItemAt(index);
625 TouchState& touchState = mTouchStates.editItemAt(index);
635 TouchState& touchState = mTouchStates.editItemAt(index);
645 const TouchState& touchState = mTouchStates.itemAt(index);
655 const TouchState& touchState = mTouchStates.itemAt(index);
657 mTouchStates.removeAt(index);
699 TouchState& touchState = mTouchStates.editItemAt(index)
    [all...]
  /frameworks/native/include/input/
InputTransport.h 414 Vector<TouchState> mTouchStates;

Completed in 556 milliseconds