Uses of Class
com.google.gwt.touch.client.TouchScroller.TemporalPoint
-
Packages that use TouchScroller.TemporalPoint Package Description com.google.gwt.touch.client -
-
Uses of TouchScroller.TemporalPoint in com.google.gwt.touch.client
Methods in com.google.gwt.touch.client that return TouchScroller.TemporalPoint Modifier and Type Method Description (package private) TouchScroller.TemporalPoint
TouchScroller. getLastTouchPosition()
Visible for testing.(package private) TouchScroller.TemporalPoint
TouchScroller. getRecentTouchPosition()
Visible for testing.Methods in com.google.gwt.touch.client with parameters of type TouchScroller.TemporalPoint Modifier and Type Method Description (package private) Point
TouchScroller. calculateEndVelocity(TouchScroller.TemporalPoint from, TouchScroller.TemporalPoint to)
Calculate the end velocity.
-