Searched refs:PathView (Results 1 – 1 of 1) sorted by relevance
37 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 SmallCircleActivity51 PathView(Context c) { in PathView() method in SmallCircleActivity.PathView