Home
last modified time | relevance | path

Searched defs:LayoutParams (Results 1 – 1 of 1) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/view/
DCustomLayout.java211 public static class LayoutParams extends MarginLayoutParams { class in CustomLayout
224 public LayoutParams(Context c, AttributeSet attrs) { in LayoutParams() method in CustomLayout.LayoutParams
236 public LayoutParams(int width, int height) { in LayoutParams() method in CustomLayout.LayoutParams
240 public LayoutParams(ViewGroup.LayoutParams source) { in LayoutParams() method in CustomLayout.LayoutParams