Home | History | Annotate | Download | only in content

Lines Matching refs:resId

170      * @param resId Resource id for the CharSequence text
172 public final CharSequence getText(int resId) {
173 return getResources().getText(resId);
180 * @param resId Resource id for the string
182 public final String getString(int resId) {
183 return getResources().getString(resId);
191 * @param resId Resource id for the format string
195 public final String getString(int resId, Object... formatArgs) {
196 return getResources().getString(resId, formatArgs);
205 * @param resid The style resource describing the theme.
207 public abstract void setTheme(int resid);
234 int resid, int[] attrs) throws Resources.NotFoundException {
235 return getTheme().obtainStyledAttributes(resid, attrs);