Searched refs:mAttributeResolutionStacks (Results 1 – 1 of 1) sorted by relevance
5154 private SparseArray<int[]> mAttributeResolutionStacks; field in View6015 || mAttributeResolutionStacks == null6016 || mAttributeResolutionStacks.get(attribute) == null) {6019 int[] attributeResolutionStack = mAttributeResolutionStacks.get(attribute);6206 if (mAttributeResolutionStacks == null) {6207 mAttributeResolutionStacks = new SparseArray<>();6218 mAttributeResolutionStacks.append(styleable[index], attributeResolutionStack);