Lines Matching refs:GestureInterpreter
671 struct GestureInterpreter { struct
673 explicit GestureInterpreter(int version);
674 ~GestureInterpreter();
721 GestureInterpreter(const GestureInterpreter&); argument
722 void operator=(const GestureInterpreter&); argument
727 typedef gestures::GestureInterpreter GestureInterpreter; typedef
729 struct GestureInterpreter;
730 typedef struct GestureInterpreter GestureInterpreter; typedef
734 GestureInterpreter* NewGestureInterpreterImpl(int);
737 void DeleteGestureInterpreter(GestureInterpreter*);
739 void GestureInterpreterSetHardwareProperties(GestureInterpreter*,
742 void GestureInterpreterPushHardwareState(GestureInterpreter*,
745 void GestureInterpreterSetCallback(GestureInterpreter*,
751 void GestureInterpreterSetTimerProvider(GestureInterpreter*,
755 void GestureInterpreterSetPropProvider(GestureInterpreter*,
759 void GestureInterpreterInitialize(GestureInterpreter*,