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

/frameworks/native/services/inputflinger/
H A DInputReader.h1514 NEUTRAL, enumerator in enum:android::TouchInputMapper::PointerGesture::Mode
1624 currentGestureMode = NEUTRAL;
1626 lastGestureMode = NEUTRAL;
H A DInputReader.cpp4458 case PointerGesture::NEUTRAL:
4687 mPointerGesture.currentGestureMode = PointerGesture::NEUTRAL;
4717 // to NEUTRAL, then we should not generate tap event.
4878 // Case 3. No fingers down and button is not pressed. (NEUTRAL)
4879 if (mPointerGesture.lastGestureMode != PointerGesture::NEUTRAL) {
4946 ALOGD("Gestures: NEUTRAL");
4949 mPointerGesture.currentGestureMode = PointerGesture::NEUTRAL;

Completed in 58 milliseconds