Searched refs:DrawView (Results 1 – 2 of 2) sorted by relevance
35 public class DrawView extends View { class59 public DrawView(Context context) { in DrawView() method in DrawView64 public DrawView(Context context, AttributeSet attrs) { in DrawView() method in DrawView69 public DrawView(Context context, AttributeSet attrs, int defStyleAttr) { in DrawView() method in DrawView
48 DrawView mDrawView;69 mDrawView = (DrawView) findViewById(R.id.overlay); in onCreate()