Uses of Class
oak.util.ScaleGestureDetector

Packages that use ScaleGestureDetector
oak.util   
 

Uses of ScaleGestureDetector in oak.util
 

Methods in oak.util with parameters of type ScaleGestureDetector
 boolean ScaleGestureDetector.OnScaleGestureListener.onScale(ScaleGestureDetector detector)
          Responds to scaling events for a gesture in progress.
 boolean ScaleGestureDetector.SimpleOnScaleGestureListener.onScale(ScaleGestureDetector detector)
           
 boolean ScaleGestureDetector.OnScaleGestureListener.onScaleBegin(ScaleGestureDetector detector)
          Responds to the beginning of a scaling gesture.
 boolean ScaleGestureDetector.SimpleOnScaleGestureListener.onScaleBegin(ScaleGestureDetector detector)
           
 void ScaleGestureDetector.OnScaleGestureListener.onScaleEnd(ScaleGestureDetector detector)
          Responds to the end of a scale gesture.
 void ScaleGestureDetector.SimpleOnScaleGestureListener.onScaleEnd(ScaleGestureDetector detector)
           
 



Copyright © 2011-2014. All Rights Reserved.