Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:currentGestureProperties

4891         moveNeeded = updateMovedPointers(mPointerGesture.currentGestureProperties,
4943 mPointerGesture.currentGestureProperties,
4963 mPointerGesture.currentGestureProperties,
4975 mPointerGesture.currentGestureProperties,
5016 mPointerGesture.currentGestureProperties[index]);
5257 mPointerGesture.currentGestureProperties[0].clear();
5258 mPointerGesture.currentGestureProperties[0].id = mPointerGesture.activeGestureId;
5259 mPointerGesture.currentGestureProperties[0].toolType = AMOTION_EVENT_TOOL_TYPE_FINGER;
5296 mPointerGesture.currentGestureProperties[0].clear();
5297 mPointerGesture.currentGestureProperties[0].id =
5299 mPointerGesture.currentGestureProperties[0].toolType =
5414 mPointerGesture.currentGestureProperties[0].clear();
5415 mPointerGesture.currentGestureProperties[0].id = mPointerGesture.activeGestureId;
5416 mPointerGesture.currentGestureProperties[0].toolType =
5660 mPointerGesture.currentGestureProperties[0].clear();
5661 mPointerGesture.currentGestureProperties[0].id = mPointerGesture.activeGestureId;
5662 mPointerGesture.currentGestureProperties[0].toolType =
5754 mPointerGesture.currentGestureProperties[i].clear();
5755 mPointerGesture.currentGestureProperties[i].id = gestureId;
5756 mPointerGesture.currentGestureProperties[i].toolType =
5790 const PointerProperties& properties = mPointerGesture.currentGestureProperties[index];