Searched refs:PathView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DSmallCircleActivity.java37 View view = new PathView(this);
38 layout.addView(view, new LinearLayout.LayoutParams(PathView.SIZE, PathView.SIZE));
39 view = new PathView(this);
41 layout.addView(view, new LinearLayout.LayoutParams(PathView.SIZE, PathView.SIZE));
46 static class PathView extends View { class in class:SmallCircleActivity
51 PathView(Context c) { method in class:SmallCircleActivity.PathView

Completed in 49 milliseconds