Home | History | Annotate | Download | only in input

Lines Matching refs:currentGestureProperties

4446         moveNeeded = updateMovedPointers(mPointerGesture.currentGestureProperties,
4497 mPointerGesture.currentGestureProperties,
4517 mPointerGesture.currentGestureProperties,
4529 mPointerGesture.currentGestureProperties,
4570 mPointerGesture.currentGestureProperties[index]);
4810 mPointerGesture.currentGestureProperties[0].clear();
4811 mPointerGesture.currentGestureProperties[0].id = mPointerGesture.activeGestureId;
4812 mPointerGesture.currentGestureProperties[0].toolType = AMOTION_EVENT_TOOL_TYPE_FINGER;
4849 mPointerGesture.currentGestureProperties[0].clear();
4850 mPointerGesture.currentGestureProperties[0].id =
4852 mPointerGesture.currentGestureProperties[0].toolType =
4967 mPointerGesture.currentGestureProperties[0].clear();
4968 mPointerGesture.currentGestureProperties[0].id = mPointerGesture.activeGestureId;
4969 mPointerGesture.currentGestureProperties[0].toolType =
5211 mPointerGesture.currentGestureProperties[0].clear();
5212 mPointerGesture.currentGestureProperties[0].id = mPointerGesture.activeGestureId;
5213 mPointerGesture.currentGestureProperties[0].toolType =
5305 mPointerGesture.currentGestureProperties[i].clear();
5306 mPointerGesture.currentGestureProperties[i].id = gestureId;
5307 mPointerGesture.currentGestureProperties[i].toolType =
5341 const PointerProperties& properties = mPointerGesture.currentGestureProperties[index];