Lines Matching refs:currentGestureProperties
5343 moveNeeded = updateMovedPointers(mPointerGesture.currentGestureProperties, in dispatchPointerGestures()
5396 mPointerGesture.currentGestureProperties, in dispatchPointerGestures()
5417 mPointerGesture.currentGestureProperties, in dispatchPointerGestures()
5429 mPointerGesture.currentGestureProperties, in dispatchPointerGestures()
5472 mPointerGesture.currentGestureProperties[index]); in dispatchPointerGestures()
5710 mPointerGesture.currentGestureProperties[0].clear(); in preparePointerGestures()
5711 mPointerGesture.currentGestureProperties[0].id = mPointerGesture.activeGestureId; in preparePointerGestures()
5712 mPointerGesture.currentGestureProperties[0].toolType = AMOTION_EVENT_TOOL_TYPE_FINGER; in preparePointerGestures()
5749 mPointerGesture.currentGestureProperties[0].clear(); in preparePointerGestures()
5750 mPointerGesture.currentGestureProperties[0].id = in preparePointerGestures()
5752 mPointerGesture.currentGestureProperties[0].toolType = in preparePointerGestures()
5866 mPointerGesture.currentGestureProperties[0].clear(); in preparePointerGestures()
5867 mPointerGesture.currentGestureProperties[0].id = mPointerGesture.activeGestureId; in preparePointerGestures()
5868 mPointerGesture.currentGestureProperties[0].toolType = in preparePointerGestures()
6112 mPointerGesture.currentGestureProperties[0].clear(); in preparePointerGestures()
6113 mPointerGesture.currentGestureProperties[0].id = mPointerGesture.activeGestureId; in preparePointerGestures()
6114 mPointerGesture.currentGestureProperties[0].toolType = in preparePointerGestures()
6206 mPointerGesture.currentGestureProperties[i].clear(); in preparePointerGestures()
6207 mPointerGesture.currentGestureProperties[i].id = gestureId; in preparePointerGestures()
6208 mPointerGesture.currentGestureProperties[i].toolType = in preparePointerGestures()
6242 const PointerProperties& properties = mPointerGesture.currentGestureProperties[index]; in preparePointerGestures()