Searched refs:mAttributeResolutionStacks (Results 1 – 1 of 1) sorted by relevance
5739 private SparseArray<int[]> mAttributeResolutionStacks; field in View6671 || mAttributeResolutionStacks == null6672 || mAttributeResolutionStacks.get(attribute) == null) {6675 int[] attributeResolutionStack = mAttributeResolutionStacks.get(attribute);6880 if (mAttributeResolutionStacks == null) {6881 mAttributeResolutionStacks = new SparseArray<>();6892 mAttributeResolutionStacks.append(styleable[index], attributeResolutionStack);