D | RelativeLayout.java | 90 public class RelativeLayout extends ViewGroup { class 242 public RelativeLayout(Context context) { in RelativeLayout() method in RelativeLayout 246 public RelativeLayout(Context context, AttributeSet attrs) { in RelativeLayout() method in RelativeLayout 250 public RelativeLayout(Context context, AttributeSet attrs, int defStyleAttr) { in RelativeLayout() method in RelativeLayout 254 public RelativeLayout(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in RelativeLayout() method in RelativeLayout 263 attrs, R.styleable.RelativeLayout, defStyleAttr, defStyleRes); in initFromAttributes() 264 saveAttributeDataForStyleable(context, R.styleable.RelativeLayout, in initFromAttributes() 908 RelativeLayout.LayoutParams anchorParams; in applyHorizontalSizeRules() 978 RelativeLayout.LayoutParams anchorParams; in applyVerticalSizeRules() 1101 RelativeLayout.LayoutParams st = in onLayout() [all …]
|