Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java4493 private static SparseArray<String> mAttributeMap; field in View
5387 if (mAttributeMap == null) {
5388 mAttributeMap = new SparseArray<>();
5390 return mAttributeMap;