HomeSort by relevance Sort by last modified time
    Searched defs:pointF (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/graphics/src/android/graphics/cts/
PointFTest.java 20 import android.graphics.PointF;
25 private PointF mPointF;
36 // new the PointF instance
37 mPointF = new PointF();
40 // new the PointF instance
41 mPointF = new PointF(10.0f, 10.0f);
45 // new the PointF instance
46 mPointF = new PointF(point);
51 mPointF = new PointF(10, 10);
58 mPointF = new PointF(0.3f, 0.4f)
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 87 milliseconds