Home | History | Annotate | Download | only in launcher2

Lines Matching refs:attrs

72     public CellLayout(Context context, AttributeSet attrs) {
73 this(context, attrs, 0);
76 public CellLayout(Context context, AttributeSet attrs, int defStyle) {
77 super(context, attrs, defStyle);
78 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.CellLayout, defStyle, 0);
841 public ViewGroup.LayoutParams generateLayoutParams(AttributeSet attrs) {
842 return new CellLayout.LayoutParams(getContext(), attrs);
896 public LayoutParams(Context c, AttributeSet attrs) {
897 super(c, attrs);