Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTableTheme.java48 boolean found = mTable.getResourceName(styleResId, true, resourceName); in toString()
62 private ResTable mTable; field in ResTableTheme
69 this.mTable = resources; in ResTableTheme()
73 return this.mTable; in getResTable()
83 final int p = mTable.getResourcePackageIndex(resID); in GetAttribute()
164 return mTable.resolveReference(inOutValue, blockIndex, outLastRef, in resolveAttributeReference()
177 mTable.lock(); in applyStyle()
178 final int N = mTable.getBagLocked(resID, bag, bagTypeSpecFlags); in applyStyle()
183 mTable.unlock(); in applyStyle()
206 final int pidx = mTable.getResourcePackageIndex(attrRes); in applyStyle()
[all …]