Home
last modified time | relevance | path

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

/sdk/testapps/customPropAnimTest/src/com/android/custompropertyanimation/
DMyView.java6 public class MyView extends View { class
10 public MyView(Context context) { in MyView() method in MyView
DCustomPropertyAnimationActivity.java16 MyView view = new MyView(this); in onCreate()