Home | History | Annotate | Download | only in res

Lines Matching refs:ident

149     /*package*/ final CharSequence getResourceText(int ident) {
152 int block = loadResourceValue(ident, (short) 0, tmpValue, true);
167 /*package*/ final CharSequence getResourceBagText(int ident, int bagEntryId) {
170 int block = loadResourceBagValue(ident, bagEntryId, tmpValue, true);
192 /*package*/ final boolean getResourceValue(int ident,
197 int block = loadResourceValue(ident, (short) density, outValue, resolveRefs);
228 /*package*/ final boolean getThemeValue(int theme, int ident,
230 int block = loadThemeAttributeValue(theme, ident, outValue, resolveRefs);
692 private native final int loadResourceValue(int ident, short density, TypedValue outValue,
696 private native final int loadResourceBagValue(int ident, int bagEntryId, TypedValue outValue,
739 /*package*/ native static final int loadThemeAttributeValue(int theme, int ident,