Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DPictureLayout.java29 public class PictureLayout extends ViewGroup { class
32 public PictureLayout(Context context) { in PictureLayout() method in PictureLayout
36 public PictureLayout(Context context, AttributeSet attrs) { in PictureLayout() method in PictureLayout
DGraphicsActivity.java36 ViewGroup vg = new PictureLayout(this); in setContentView()