Searched refs:currentGestureProperties (Results 1 – 2 of 2) sorted by relevance
2471 moveNeeded = updateMovedPointers(mPointerGesture.currentGestureProperties, in dispatchPointerGestures()2520 mPointerGesture.currentGestureProperties, in dispatchPointerGestures()2540 mPointerGesture.currentGestureProperties, in dispatchPointerGestures()2551 mPointerGesture.currentGestureProperties, in dispatchPointerGestures()2591 mPointerGesture.currentGestureProperties[index]); in dispatchPointerGestures()2828 mPointerGesture.currentGestureProperties[0].clear(); in preparePointerGestures()2829 mPointerGesture.currentGestureProperties[0].id = mPointerGesture.activeGestureId; in preparePointerGestures()2830 mPointerGesture.currentGestureProperties[0].toolType = AMOTION_EVENT_TOOL_TYPE_FINGER; in preparePointerGestures()2864 mPointerGesture.currentGestureProperties[0].clear(); in preparePointerGestures()2865 mPointerGesture.currentGestureProperties[0].id = in preparePointerGestures()[all …]
627 PointerProperties currentGestureProperties[MAX_POINTERS]; member