Searched refs:mZombieGesture (Results 1 – 1 of 1) sorted by relevance
124 private DropGesture mZombieGesture; field in GestureManager296 mZombieGesture = null; in finishGesture()614 Gesture newGesture = mZombieGesture; in dragEnter()618 mZombieGesture = null; in dragEnter()649 mZombieGesture = dropGesture; in dragLeave()661 Gesture gesture = mCurrentGesture != null ? mCurrentGesture : mZombieGesture; in dropAccept()675 Gesture gesture = mCurrentGesture != null ? mCurrentGesture : mZombieGesture; in drop()676 mZombieGesture = null; in drop()