Home | History | Annotate | Download | only in pinyin

Lines Matching refs:resId

754         int resId = xrp.getAttributeResourceValue(null, name, 0);
756 if (resId == 0) {
766 return Integer.parseInt(mContext.getResources().getString(resId));
771 int resId = xrp.getAttributeResourceValue(null, name, 0);
773 if (resId == 0) {
783 return mContext.getResources().getColor(resId
788 int resId = xrp.getAttributeResourceValue(null, name, 0);
789 if (resId == 0) {
792 return mContext.getResources().getString(resId);
797 int resId = xrp.getAttributeResourceValue(null, name, 0);
798 if (resId == 0) {
813 return mContext.getResources().getDimension(resId);
831 int resId = xrp.getAttributeResourceValue(null, name, 0);
832 if (0 == resId) return defValue;
833 return mResources.getDrawable(resId);