Searched refs:TouchState (Results 1 – 4 of 4) sorted by relevance
385 struct TouchState { struct414 Vector<TouchState> mTouchStates; argument432 void rewriteMessage(const TouchState& state, InputMessage* msg);
601 TouchState& touchState = mTouchStates.editItemAt(index); in updateTouchState()610 TouchState& touchState = mTouchStates.editItemAt(index); in updateTouchState()624 TouchState& touchState = mTouchStates.editItemAt(index); in updateTouchState()634 TouchState& touchState = mTouchStates.editItemAt(index); in updateTouchState()644 const TouchState& touchState = mTouchStates.itemAt(index); in updateTouchState()654 const TouchState& touchState = mTouchStates.itemAt(index); in updateTouchState()663 void InputConsumer::rewriteMessage(const TouchState& state, InputMessage* msg) { in rewriteMessage()698 TouchState& touchState = mTouchStates.editItemAt(index); in resampleTouchState()891 const TouchState& touchState = mTouchStates.itemAt(i); in findTouchState()
970 struct TouchState { struct978 TouchState(); argument979 ~TouchState();981 void copyFrom(const TouchState& other);990 KeyedVector<int32_t, TouchState> mTouchStatesByDisplay;991 TouchState mTempTouchState;
1154 const TouchState* oldState = NULL; in findTouchedWindowTargetsLocked()2908 TouchState& state = mTouchStatesByDisplay.editValueAt(d); in setInputWindows()3067 TouchState& state = mTouchStatesByDisplay.editValueAt(d); in transferTouchFocus()3169 const TouchState& state = mTouchStatesByDisplay.valueAt(i); in dumpDispatchStateLocked()4451 InputDispatcher::TouchState::TouchState() : in TouchState() function in android::InputDispatcher::TouchState4455 InputDispatcher::TouchState::~TouchState() { in ~TouchState()4458 void InputDispatcher::TouchState::reset() { in reset()4467 void InputDispatcher::TouchState::copyFrom(const TouchState& other) { in copyFrom()4476 void InputDispatcher::TouchState::addOrUpdateWindow(const sp<InputWindowHandle>& windowHandle, in addOrUpdateWindow()4502 void InputDispatcher::TouchState::removeWindow(const sp<InputWindowHandle>& windowHandle) { in removeWindow()[all …]