Home | History | Annotate | Download | only in input

Lines Matching refs:TouchState

4310 // --- InputDispatcher::TouchState ---
4312 InputDispatcher::TouchState::TouchState() :
4316 InputDispatcher::TouchState::~TouchState() {
4319 void InputDispatcher::TouchState::reset() {
4328 void InputDispatcher::TouchState::copyFrom(const TouchState& other) {
4337 void InputDispatcher::TouchState::addOrUpdateWindow(const sp<InputWindowHandle>& windowHandle,
4363 void InputDispatcher::TouchState::removeWindow(const sp<InputWindowHandle>& windowHandle) {
4372 void InputDispatcher::TouchState::filterNonAsIsTouchWindows() {
4386 sp<InputWindowHandle> InputDispatcher::TouchState::getFirstForegroundWindowHandle() const {
4396 bool InputDispatcher::TouchState::isSlippery() const {