Searched defs:TouchState (Results 1 - 3 of 3) 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/services/input/
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...]
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;

Completed in 31 milliseconds