Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DResources.java512 TypedArray array = getCachedStyledAttributes(len); in obtainTypedArray()
1147 TypedArray array = getCachedStyledAttributes(len); in obtainStyledAttributes()
1177 TypedArray array = getCachedStyledAttributes(len); in obtainStyledAttributes()
1262 TypedArray array = getCachedStyledAttributes(len); in obtainStyledAttributes()
1387 TypedArray array = getCachedStyledAttributes(len); in obtainAttributes()
2167 private TypedArray getCachedStyledAttributes(int len) { in getCachedStyledAttributes() method in Resources