• Home
  • Raw
  • Download

Lines Matching refs:currentGestureProperties

5050         moveNeeded = updateMovedPointers(mPointerGesture.currentGestureProperties,  in dispatchPointerGestures()
5102 mPointerGesture.currentGestureProperties, in dispatchPointerGestures()
5122 mPointerGesture.currentGestureProperties, in dispatchPointerGestures()
5134 mPointerGesture.currentGestureProperties, in dispatchPointerGestures()
5175 mPointerGesture.currentGestureProperties[index]); in dispatchPointerGestures()
5417 mPointerGesture.currentGestureProperties[0].clear(); in preparePointerGestures()
5418 mPointerGesture.currentGestureProperties[0].id = mPointerGesture.activeGestureId; in preparePointerGestures()
5419 mPointerGesture.currentGestureProperties[0].toolType = AMOTION_EVENT_TOOL_TYPE_FINGER; in preparePointerGestures()
5458 mPointerGesture.currentGestureProperties[0].clear(); in preparePointerGestures()
5459 mPointerGesture.currentGestureProperties[0].id = in preparePointerGestures()
5461 mPointerGesture.currentGestureProperties[0].toolType = in preparePointerGestures()
5575 mPointerGesture.currentGestureProperties[0].clear(); in preparePointerGestures()
5576 mPointerGesture.currentGestureProperties[0].id = mPointerGesture.activeGestureId; in preparePointerGestures()
5577 mPointerGesture.currentGestureProperties[0].toolType = in preparePointerGestures()
5825 mPointerGesture.currentGestureProperties[0].clear(); in preparePointerGestures()
5826 mPointerGesture.currentGestureProperties[0].id = mPointerGesture.activeGestureId; in preparePointerGestures()
5827 mPointerGesture.currentGestureProperties[0].toolType = in preparePointerGestures()
5923 mPointerGesture.currentGestureProperties[i].clear(); in preparePointerGestures()
5924 mPointerGesture.currentGestureProperties[i].id = gestureId; in preparePointerGestures()
5925 mPointerGesture.currentGestureProperties[i].toolType = in preparePointerGestures()
5963 const PointerProperties& properties = mPointerGesture.currentGestureProperties[index]; in preparePointerGestures()