Searched defs:RelativeLayout (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java51 * Note that you cannot have a circular dependency between the size of the RelativeLayout and the
52 * position of its children. For example, you cannot have a RelativeLayout whose height is set to
58 * Also see {@link android.widget.RelativeLayout.LayoutParams RelativeLayout.LayoutParams} for
66 public class RelativeLayout extends ViewGroup { class in inherits:ViewGroup
67 private static final String LOG_TAG = "RelativeLayout";
112 * Rule that aligns the child's left edge with its RelativeLayout
117 * Rule that aligns the child's top edge with its RelativeLayout
122 * Rule that aligns the child's right edge with its RelativeLayout
127 * Rule that aligns the child's bottom edge with its RelativeLayout
165 public RelativeLayout(Context context) { method in class:RelativeLayout
169 public RelativeLayout(Context context, AttributeSet attrs) { method in class:RelativeLayout
174 public RelativeLayout(Context context, AttributeSet attrs, int defStyle) { method in class:RelativeLayout
[all...]

Completed in 14 milliseconds