Searched refs:NEUTRAL (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputReader.h1637 NEUTRAL, enumerator in enum:android::TouchInputMapper::PointerGesture::Mode
1747 currentGestureMode = NEUTRAL;
1749 lastGestureMode = NEUTRAL;
H A DInputReader.cpp5260 case PointerGesture::NEUTRAL:
5491 mPointerGesture.currentGestureMode = PointerGesture::NEUTRAL;
5522 // to NEUTRAL, then we should not generate tap event.
5680 // Case 3. No fingers down and button is not pressed. (NEUTRAL)
5681 if (mPointerGesture.lastGestureMode != PointerGesture::NEUTRAL) {
5748 ALOGD("Gestures: NEUTRAL");
5751 mPointerGesture.currentGestureMode = PointerGesture::NEUTRAL;

Completed in 160 milliseconds