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
57 * <p><strong>Note:</strong> In platform version 17 and lower, RelativeLayout was affected by
61 * for more details.) This was triggered when a RelativeLayout container was placed in
64 * {@link android.view.View.MeasureSpec#UNSPECIFIED UNSPECIFIED} was placed in a RelativeLayout,
65 * this would silently work anyway as RelativeLayout would pass a very large
76 * Also see {@link android.widget.RelativeLayout.LayoutParams RelativeLayout.LayoutParams} for
84 public class RelativeLayout extends ViewGroup { class in inherits:ViewGroup
126 * Rule that aligns the child's left edge with its RelativeLayout
235 public RelativeLayout(Context context) { method in class:RelativeLayout
239 public RelativeLayout(Context context, AttributeSet attrs) { method in class:RelativeLayout
243 public RelativeLayout(Context context, AttributeSet attrs, int defStyleAttr) { method in class:RelativeLayout
247 public RelativeLayout(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:RelativeLayout
[all...]

Completed in 284 milliseconds