Home | History | Annotate | Download | only in widget

Lines Matching refs:attrs

46     public AbsoluteLayout(Context context, AttributeSet attrs) {
47 super(context, attrs);
50 public AbsoluteLayout(Context context, AttributeSet attrs,
52 super(context, attrs, defStyle);
129 public ViewGroup.LayoutParams generateLayoutParams(AttributeSet attrs) {
130 return new AbsoluteLayout.LayoutParams(getContext(), attrs);
190 * @param attrs the set of attributes fom which to extract the layout
193 public LayoutParams(Context c, AttributeSet attrs) {
194 super(c, attrs);
195 TypedArray a = c.obtainStyledAttributes(attrs,