Home | History | Annotate | Download | only in gestures

Lines Matching defs:GesturePoint

17 GesturePoint::GesturePoint()
36 GesturePoint::~GesturePoint() {}
38 void GesturePoint::Reset() {
46 void GesturePoint::ResetVelocity() {
50 gfx::Vector2dF GesturePoint::ScrollDelta() const {
54 void GesturePoint::UpdateValues(const TouchEvent& event) {
83 void GesturePoint::UpdateForTap() {
91 void GesturePoint::UpdateForScroll() {
96 bool GesturePoint::IsInClickWindow(const TouchEvent& event) const {
100 bool GesturePoint::IsInDoubleClickWindow(const TouchEvent& event) const {
106 bool GesturePoint::IsInTripleClickWindow(const TouchEvent& event) const {
115 bool GesturePoint::IsInScrollWindow(const TouchEvent& event) const {
120 bool GesturePoint::IsInFlickWindow(const TouchEvent& event) {
125 int GesturePoint::ScrollVelocityDirection(float v) {
134 bool GesturePoint::DidScroll(const TouchEvent& event, int dist) const {
139 bool GesturePoint::IsInHorizontalRailWindow() const {
145 bool GesturePoint::IsInVerticalRailWindow() const {
151 bool GesturePoint::BreaksHorizontalRail() {
158 bool GesturePoint::BreaksVerticalRail() {
165 bool GesturePoint::IsInClickTimeWindow() const {
173 bool GesturePoint::IsInClickAggregateTimeWindow(double before,
179 bool GesturePoint::IsInsideTouchSlopRegion(const TouchEvent& event) const {
188 bool GesturePoint::IsPointInsideDoubleTapTouchSlopRegion(gfx::PointF p1,
196 bool GesturePoint::IsOverMinFlickSpeed() {
201 void GesturePoint::UpdateEnclosingRectangle(const TouchEvent& event) {