Searched refs:mAttributeMap (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DView.java4531 private static SparseArray<String> mAttributeMap; field in class:View
5425 if (mAttributeMap == null) {
5426 mAttributeMap = new SparseArray<>();
5428 return mAttributeMap;

Completed in 162 milliseconds