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

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Vertices.java 43 private static void setXY(float[] array, int index, float x, float y) {
61 setXY(mTexs, 0, w/2, h/2);
62 setXY(mTexs, 1, 0, 0);
63 setXY(mTexs, 2, w, 0);
64 setXY(mTexs, 3, w, h);
65 setXY(mTexs, 4, 0, h);
67 setXY(mVerts, 0, w/2, h/2);
68 setXY(mVerts, 1, 0, 0);
69 setXY(mVerts, 2, w, 0);
70 setXY(mVerts, 3, w, h)
    [all...]
BitmapMesh.java 47 private static void setXY(float[] array, int index, float x, float y) {
67 setXY(mVerts, index, fx, fy);
68 setXY(mOrig, index, fx, fy);
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
CustomEvaluator.java 102 public void setXY(XYHolder xyHolder) {

Completed in 67 milliseconds