D | RelativeLayout.java | 84 public class RelativeLayout extends ViewGroup { class 235 public RelativeLayout(Context context) { in RelativeLayout() method in RelativeLayout 239 public RelativeLayout(Context context, AttributeSet attrs) { in RelativeLayout() method in RelativeLayout 243 public RelativeLayout(Context context, AttributeSet attrs, int defStyleAttr) { in RelativeLayout() method in RelativeLayout 247 public RelativeLayout(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in RelativeLayout() method in RelativeLayout 256 attrs, R.styleable.RelativeLayout, defStyleAttr, defStyleRes); in initFromAttributes() 885 RelativeLayout.LayoutParams anchorParams; in applyHorizontalSizeRules() 955 RelativeLayout.LayoutParams anchorParams; in applyVerticalSizeRules() 1077 RelativeLayout.LayoutParams st = in onLayout() 1078 (RelativeLayout.LayoutParams) child.getLayoutParams(); in onLayout() [all …]
|