Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DView.java5447 private SparseIntArray mAttributeSourceResId; field in View
6411 if (!sDebugViewAttributes || mAttributeSourceResId == null) {
6414 for (int i = 0; i < mAttributeSourceResId.size(); i++) {
6415 map.put(mAttributeSourceResId.keyAt(i), mAttributeSourceResId.valueAt(i));
6583 if (mAttributeSourceResId == null) {
6584 mAttributeSourceResId = new SparseIntArray();
6590 mAttributeSourceResId.append(styleable[index], t.getSourceResourceId(index, 0));