Searched refs:srcResId (Results 1 – 2 of 2) sorted by relevance
421 final int srcResId = a.getResourceId(R.styleable.NinePatchDrawable_src, 0); in updateStateFromTypedArray() local422 if (srcResId != 0) { in updateStateFromTypedArray()433 final InputStream is = r.openRawResource(srcResId, value); in updateStateFromTypedArray()
749 final int srcResId = a.getResourceId(R.styleable.BitmapDrawable_src, 0); in updateStateFromTypedArray() local750 if (srcResId != 0) { in updateStateFromTypedArray()751 final Bitmap bitmap = BitmapFactory.decodeResource(r, srcResId); in updateStateFromTypedArray()