Searched refs:TouchState (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/include/androidfw/
H A DInputTransport.h372 struct TouchState { struct in class:android::InputConsumer
401 Vector<TouchState> mTouchStates;
419 void rewriteMessage(const TouchState& state, InputMessage* msg);
/frameworks/base/libs/androidfw/
H A DInputTransport.cpp585 TouchState& touchState = mTouchStates.editItemAt(index);
594 TouchState& touchState = mTouchStates.editItemAt(index);
608 TouchState& touchState = mTouchStates.editItemAt(index);
618 TouchState& touchState = mTouchStates.editItemAt(index);
628 const TouchState& touchState = mTouchStates.itemAt(index);
638 const TouchState& touchState = mTouchStates.itemAt(index);
647 void InputConsumer::rewriteMessage(const TouchState& state, InputMessage* msg) {
682 TouchState& touchState = mTouchStates.editItemAt(index);
865 const TouchState& touchState = mTouchStates.itemAt(i);
/frameworks/base/services/input/
H A DInputDispatcher.h934 struct TouchState { struct in class:android::InputDispatcher
942 TouchState();
943 ~TouchState();
945 void copyFrom(const TouchState& other);
954 TouchState mTouchState;
955 TouchState mTempTouchState;
H A DInputDispatcher.cpp4308 // --- InputDispatcher::TouchState ---
4310 InputDispatcher::TouchState::TouchState() : function in class:android::InputDispatcher::TouchState
4314 InputDispatcher::TouchState::~TouchState() {
4317 void InputDispatcher::TouchState::reset() {
4326 void InputDispatcher::TouchState::copyFrom(const TouchState& other) {
4335 void InputDispatcher::TouchState::addOrUpdateWindow(const sp<InputWindowHandle>& windowHandle,
4361 void InputDispatcher::TouchState
[all...]

Completed in 310 milliseconds