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

  /frameworks/base/tools/layoutlib/bridge/tests/com/android/layoutlib/bridge/
NinePatchTest.java 27 private NinePatch mPatch;
34 mPatch = NinePatch.load(url, false /* convert */);
38 assertNotNull(mPatch);
43 mPatch.getPadding(padding);
48 assertEquals(36, mPatch.getWidth());
49 assertEquals(25, mPatch.getHeight());
  /development/apps/GraphicsLab/src/com/android/graphicslab/
GraphicsLab.java 61 private BoundaryPatch mPatch;
77 mPatch = new BoundaryPatch();
78 mPatch.setTexture(bm);
140 mPatch.draw(canvas);
144 mPatch.setCubicBoundary(mCubics, 0, ROWS, COLS);
200 private BoundaryPatch mPatch;
216 mPatch = new BoundaryPatch();
217 mPatch.setTexture(bm);
243 mPatch.draw(canvas);
249 mPatch.setCubicBoundary(mCubics, 0, ROWS, COLS)
    [all...]
  /packages/apps/Browser/src/com/android/browser/
MeshTracker.java 31 private BoundaryPatch mPatch = new BoundaryPatch();
43 mPatch.setCubicBoundary(mCubics, 0, mRows, mCols);
75 mPatch.setTexture(bm);
152 mPatch.draw(canvas);

Completed in 35 milliseconds