Home | History | Annotate | Download | only in app

Lines Matching refs:mRes

47     private Resources mRes;
58 mRes = new Resources(mAsset, null, null);
60 mTextId = mRes.getIdentifier("cancel", "string", "android");
61 mColorId = mRes.getIdentifier("transparent", "color", "android");
62 mIntegerId = mRes.getIdentifier("config_shortAnimTime", "integer", "android");
63 mLayoutId = mRes.getIdentifier("two_line_list_item", "layout", "android");
75 mRes.getText(mTextId);
83 mRes.getColor(mColorId, null);
91 mRes.getInteger(mIntegerId);
99 try (XmlResourceParser parser = mRes.getLayout(mLayoutId)) {