Home
last modified time | relevance | path

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

/development/samples/CrossCompatibility/src/com/example/android/touchexample/
DTouchExampleView.java25 public class TouchExampleView extends View { class
33 public TouchExampleView(Context context) { in TouchExampleView() method in TouchExampleView
37 public TouchExampleView(Context context, AttributeSet attrs) { in TouchExampleView() method in TouchExampleView
41 public TouchExampleView(Context context, AttributeSet attrs, int defStyle) { in TouchExampleView() method in TouchExampleView
DTouchExampleActivity.java28 TouchExampleView view = new TouchExampleView(this); in onCreate()