Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/gestures/
DGestureConverter.cpp455 float xCoord = 0.f - FAKE_FINGER_SPACING * (mSwipeFingerCount - 1) / 2; in handleMultiFingerSwipe() local
460 coords.setAxisValue(AMOTION_EVENT_AXIS_X, xCoord); in handleMultiFingerSwipe()
463 xCoord += FAKE_FINGER_SPACING; in handleMultiFingerSwipe()