Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DVirtualInputDevice.cpp91 {AKEY_EVENT_ACTION_DOWN, UinputAction::PRESS},
241 {AMOTION_EVENT_ACTION_BUTTON_PRESS, UinputAction::PRESS},
282 {AMOTION_EVENT_ACTION_DOWN, UinputAction::PRESS},
305 if (uinputAction == UinputAction::PRESS && mActivePointers.test(pointerId)) { in isValidPointerId()
340 if (uinputAction == UinputAction::PRESS && !handleTouchDown(pointerId, eventTime)) { in writeTouchEvent()
390 if (!writeInputEvent(EV_KEY, BTN_TOUCH, static_cast<int32_t>(UinputAction::PRESS), in handleTouchDown()
438 if (uinputAction == UinputAction::PRESS && !handleStylusDown(tool, eventTime)) { in writeMotionEvent()
486 if (!writeInputEvent(EV_KEY, tool, static_cast<int32_t>(UinputAction::PRESS), eventTime)) { in handleStylusDown()
490 if (!writeInputEvent(EV_KEY, BTN_TOUCH, static_cast<int32_t>(UinputAction::PRESS), eventTime)) { in handleStylusDown()
/frameworks/native/include/input/
DVirtualInputDevice.h25 PRESS = 1, enumerator
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridgeRenderSession.java179 case PRESS: in toMotionEventType()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h571 PRESS, enumerator
603 case Mode::PRESS: in canGestureAffectWindowFocus()
DTouchInputMapper.cpp2512 mPointerGesture.currentGestureMode == PointerGesture::Mode::PRESS || in dispatchPointerGestures()
3012 if ((mPointerGesture.lastGestureMode == PointerGesture::Mode::PRESS || in checkForTouchpadQuietTime()
3074 if (mPointerGesture.lastGestureMode != PointerGesture::Mode::PRESS && in prepareMultiFingerPointerGestures()
3093 mPointerGesture.currentGestureMode = PointerGesture::Mode::PRESS; in prepareMultiFingerPointerGestures()
3144 if (mPointerGesture.currentGestureMode == PointerGesture::Mode::PRESS) { in prepareMultiFingerPointerGestures()
3244 if (mPointerGesture.currentGestureMode != PointerGesture::Mode::PRESS && in prepareMultiFingerPointerGestures()
3267 if (mPointerGesture.currentGestureMode == PointerGesture::Mode::PRESS || in prepareMultiFingerPointerGestures()