Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/view/
DCustomLayout.java39 public class CustomLayout extends ViewGroup { class
50 public CustomLayout(Context context) { in CustomLayout() method in CustomLayout
54 public CustomLayout(Context context, AttributeSet attrs) { in CustomLayout() method in CustomLayout
58 public CustomLayout(Context context, AttributeSet attrs, int defStyle) { in CustomLayout() method in CustomLayout
190 return new CustomLayout.LayoutParams(getContext(), attrs); in generateLayoutParams()