Searched refs:ScaleGesture (Results 1 – 2 of 2) sorted by relevance
26 import android.view.ScaleGesture;41 public class ScaleGestureDetectorTest extends ActivityInstrumentationTestCase2<ScaleGesture> {42 private ScaleGesture mScaleGestureActivity;45 super("com.android.frameworks.coretests", ScaleGesture.class); in ScaleGestureDetectorTest()
30 public class ScaleGesture extends Activity { class