Home | History | Annotate | Download | only in launcher3

Lines Matching refs:styleable

195         TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.CellLayout, defStyle, 0);
196 mContainerType = a.getInteger(R.styleable.CellLayout_containerType, WORKSPACE);