Searched refs:groupAttribs (Results 1 – 1 of 1) sorted by relevance
124 … TypedArray groupAttribs = res.obtainAttributes(attributeSet, R.styleable.BenchmarkGroup); in parseBenchmarkGroup() local126 groupName = groupAttribs.getString(R.styleable.BenchmarkGroup_name); in parseBenchmarkGroup()127 groupDescription = groupAttribs.getString(R.styleable.BenchmarkGroup_description); in parseBenchmarkGroup()128 groupAttribs.recycle(); in parseBenchmarkGroup()