Searched refs:mAttributeResolutionStacks (Results 1 – 1 of 1) sorted by relevance
5279 private SparseArray<int[]> mAttributeResolutionStacks; field in View6171 || mAttributeResolutionStacks == null6172 || mAttributeResolutionStacks.get(attribute) == null) {6175 int[] attributeResolutionStack = mAttributeResolutionStacks.get(attribute);6380 if (mAttributeResolutionStacks == null) {6381 mAttributeResolutionStacks = new SparseArray<>();6392 mAttributeResolutionStacks.append(styleable[index], attributeResolutionStack);