Home | History | Annotate | Download | only in inputflinger

Lines Matching defs:TouchState

1154     const TouchState* oldState = NULL;
2908 TouchState& state = mTouchStatesByDisplay.editValueAt(d);
3067 TouchState& state = mTouchStatesByDisplay.editValueAt(d);
3169 const TouchState& state = mTouchStatesByDisplay.valueAt(i);
4449 // --- InputDispatcher::TouchState ---
4451 InputDispatcher::TouchState::TouchState() :
4455 InputDispatcher::TouchState::~TouchState() {
4458 void InputDispatcher::TouchState::reset() {
4467 void InputDispatcher::TouchState::copyFrom(const TouchState& other) {
4476 void InputDispatcher::TouchState::addOrUpdateWindow(const sp<InputWindowHandle>& windowHandle,
4502 TouchState::removeWindow(const sp<InputWindowHandle>& windowHandle) {
4511 void InputDispatcher::TouchState::filterNonAsIsTouchWindows() {
4525 sp<InputWindowHandle> InputDispatcher::TouchState::getFirstForegroundWindowHandle() const {
4535 bool InputDispatcher::TouchState::isSlippery() const {