Searched refs:mThemeImpl (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/content/res/ |
D | Resources.java | 1393 private ResourcesImpl.ThemeImpl mThemeImpl; field in Resources.Theme 1399 mThemeImpl = impl; in setImpl() 1420 mThemeImpl.applyStyle(resId, force); in applyStyle() 1433 mThemeImpl.setTo(other.mThemeImpl); in setTo() 1457 return mThemeImpl.obtainStyledAttributes(this, null, attrs, 0, 0); in obtainStyledAttributes() 1483 return mThemeImpl.obtainStyledAttributes(this, null, attrs, 0, resId); in obtainStyledAttributes() 1537 return mThemeImpl.obtainStyledAttributes(this, set, attrs, defStyleAttr, defStyleRes); in obtainStyledAttributes() 1557 return mThemeImpl.resolveAttributes(this, values, attrs); in resolveAttributes() 1578 return mThemeImpl.resolveAttribute(resid, outValue, resolveRefs); in resolveAttribute() 1588 return mThemeImpl.getAllAttributes(); in getAllAttributes() [all …]
|
/frameworks/base/config/ |
D | hiddenapi-light-greylist.txt | 1889 Landroid/content/res/Resources$Theme;->mThemeImpl:Landroid/content/res/ResourcesImpl$ThemeImpl;
|