Home
last modified time | relevance | path

Searched refs:PRESS (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h575 PRESS, enumerator
605 case Mode::PRESS: in canGestureAffectWindowFocus()
DTouchInputMapper.cpp2430 case PointerGesture::Mode::PRESS: in dispatchPointerGestures()
2462 mPointerGesture.currentGestureMode == PointerGesture::Mode::PRESS || in dispatchPointerGestures()
2713 if ((mPointerGesture.lastGestureMode == PointerGesture::Mode::PRESS || in preparePointerGestures()
3010 if (mPointerGesture.lastGestureMode != PointerGesture::Mode::PRESS && in preparePointerGestures()
3030 mPointerGesture.currentGestureMode = PointerGesture::Mode::PRESS; in preparePointerGestures()
3083 if (mPointerGesture.currentGestureMode == PointerGesture::Mode::PRESS) { in preparePointerGestures()
3188 if (mPointerGesture.currentGestureMode != PointerGesture::Mode::PRESS && in preparePointerGestures()
3211 if (mPointerGesture.currentGestureMode == PointerGesture::Mode::PRESS || in preparePointerGestures()