Searched defs:TouchState (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/input/
H A DInputTransport.h375 struct TouchState { struct in class:android::InputConsumer
404 Vector<TouchState> mTouchStates;
422 void rewriteMessage(const TouchState& state, InputMessage* msg);
/frameworks/base/services/input/
H A DInputDispatcher.cpp4352 // --- InputDispatcher::TouchState ---
4354 InputDispatcher::TouchState::TouchState() : function in class:android::InputDispatcher::TouchState
4358 InputDispatcher::TouchState::~TouchState() {
4361 void InputDispatcher::TouchState::reset() {
4370 void InputDispatcher::TouchState::copyFrom(const TouchState& other) {
4379 void InputDispatcher::TouchState::addOrUpdateWindow(const sp<InputWindowHandle>& windowHandle,
4405 void InputDispatcher::TouchState
[all...]
H A DInputDispatcher.h942 struct TouchState { struct in class:android::InputDispatcher
950 TouchState();
951 ~TouchState();
953 void copyFrom(const TouchState& other);
962 TouchState mTouchState;
963 TouchState mTempTouchState;

Completed in 107 milliseconds