Searched refs:TouchExampleView (Results 1 – 2 of 2) sorted by relevance
25 public class TouchExampleView extends View { class33 public TouchExampleView(Context context) { in TouchExampleView() method in TouchExampleView37 public TouchExampleView(Context context, AttributeSet attrs) { in TouchExampleView() method in TouchExampleView41 public TouchExampleView(Context context, AttributeSet attrs, int defStyle) { in TouchExampleView() method in TouchExampleView
28 TouchExampleView view = new TouchExampleView(this); in onCreate()