Searched defs:mThemeImpl (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DResources.java1352 private ResourcesImpl.ThemeImpl mThemeImpl; field in class:Resources.Theme
1358 mThemeImpl = impl;
1379 mThemeImpl.applyStyle(resId, force);
1392 mThemeImpl.setTo(other.mThemeImpl);
1415 return mThemeImpl.obtainStyledAttributes(this, null, attrs, 0, 0);
1440 return mThemeImpl.obtainStyledAttributes(this, null, attrs, 0, resId);
1493 return mThemeImpl.obtainStyledAttributes(this, set, attrs, defStyleAttr, defStyleRes);
1512 return mThemeImpl.resolveAttributes(this, values, attrs);
1533 return mThemeImpl
[all...]

Completed in 45 milliseconds