Home
last modified time | relevance | path

Searched refs:srcResId (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DNinePatchDrawable.java431 final int srcResId = a.getResourceId(R.styleable.NinePatchDrawable_src, 0); in updateStateFromTypedArray() local
432 if (srcResId != 0) { in updateStateFromTypedArray()
443 final InputStream is = r.openRawResource(srcResId, value); in updateStateFromTypedArray()
DBitmapDrawable.java760 final int srcResId = a.getResourceId(R.styleable.BitmapDrawable_src, 0); in updateStateFromTypedArray() local
761 if (srcResId != 0) { in updateStateFromTypedArray()
762 final Bitmap bitmap = BitmapFactory.decodeResource(r, srcResId); in updateStateFromTypedArray()