Searched refs:srcResId (Results 1 – 2 of 2) sorted by relevance
423 final int srcResId = a.getResourceId(R.styleable.NinePatchDrawable_src, 0); in updateStateFromTypedArray() local424 if (srcResId != 0) { in updateStateFromTypedArray()435 final InputStream is = r.openRawResource(srcResId, value); in updateStateFromTypedArray()
767 final int srcResId = a.getResourceId(R.styleable.BitmapDrawable_src, 0); in updateStateFromTypedArray() local768 if (srcResId != 0) { in updateStateFromTypedArray()769 final Bitmap bitmap = BitmapFactory.decodeResource(r, srcResId); in updateStateFromTypedArray()