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

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

Completed in 8772 milliseconds