Home | History | Annotate | Download | only in res

Lines Matching full:mres

32     private Resources mRes;
43 mRes = new Resources(mAsset, null, null);
45 mTextId = mRes.getIdentifier("cancel", "string", "android");
46 mColorId = mRes.getIdentifier("transparent", "color", "android");
47 mIntegerId = mRes.getIdentifier("config_shortAnimTime", "integer", "android");
48 mLayoutId = mRes.getIdentifier("two_line_list_item", "layout", "android");
58 mRes.getText(mTextId);
64 mRes.getColor(mColorId, null);
70 mRes.getInteger(mIntegerId);
76 final XmlResourceParser parser = mRes.getLayout(mLayoutId);