Home
last modified time | relevance | path

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

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