Home
last modified time | relevance | path

Searched refs:PatchView (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DMoreNinePatchesActivity.java36 PatchView b = new PatchView (this); in onCreate()
45 private class PatchView extends View { class in MoreNinePatchesActivity
50 private PatchView(Context context) { in PatchView() method in MoreNinePatchesActivity.PatchView
DSimplePatchActivity.java32 setContentView(new PatchView(this)); in onCreate()
35 private static class PatchView extends View { class in SimplePatchActivity
38 public PatchView(Context context) { in PatchView() method in SimplePatchActivity.PatchView
DThinPatchesActivity.java37 PatchView b = new PatchView(this); in onCreate()
46 private class PatchView extends View { class in ThinPatchesActivity
50 public PatchView(Activity activity) { in PatchView() method in ThinPatchesActivity.PatchView