D | RelativeLayout.java | 89 public class RelativeLayout extends ViewGroup { class 241 public RelativeLayout(Context context) { in RelativeLayout() method in RelativeLayout 245 public RelativeLayout(Context context, AttributeSet attrs) { in RelativeLayout() method in RelativeLayout 249 public RelativeLayout(Context context, AttributeSet attrs, int defStyleAttr) { in RelativeLayout() method in RelativeLayout 253 public RelativeLayout(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in RelativeLayout() method in RelativeLayout 262 attrs, R.styleable.RelativeLayout, defStyleAttr, defStyleRes); in initFromAttributes() 263 saveAttributeDataForStyleable(context, R.styleable.RelativeLayout, in initFromAttributes() 907 RelativeLayout.LayoutParams anchorParams; in applyHorizontalSizeRules() 977 RelativeLayout.LayoutParams anchorParams; in applyVerticalSizeRules() 1100 RelativeLayout.LayoutParams st = in onLayout() [all …]
|