Lines Matching refs:fGesture
621 fGesture.reset(); in setupCurrentSlide()
636 fGesture.setTransLimit(slideBounds, windowRect, fDefaultMatrix); in setupCurrentSlide()
659 m = fGesture.localM(); in computeMatrix()
660 m.preConcat(fGesture.globalM()); in computeMatrix()
839 fGesture.touchEnd(castedOwner); in onTouch()
843 fGesture.touchBegin(castedOwner, x, y); in onTouch()
847 fGesture.touchMoved(castedOwner, x, y); in onTouch()
851 fGestureDevice = fGesture.isBeingTouched() ? GestureDevice::kTouch : GestureDevice::kNone; in onTouch()
862 fGesture.touchEnd(nullptr); in onMouse()
866 fGesture.touchBegin(nullptr, x, y); in onMouse()
870 fGesture.touchMoved(nullptr, x, y); in onMouse()
874 fGestureDevice = fGesture.isBeingTouched() ? GestureDevice::kMouse : GestureDevice::kNone; in onMouse()