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.java421 final int srcResId = a.getResourceId(R.styleable.NinePatchDrawable_src, 0); in updateStateFromTypedArray() local
422 if (srcResId != 0) { in updateStateFromTypedArray()
433 final InputStream is = r.openRawResource(srcResId, value); in updateStateFromTypedArray()
DBitmapDrawable.java749 final int srcResId = a.getResourceId(R.styleable.BitmapDrawable_src, 0); in updateStateFromTypedArray() local
750 if (srcResId != 0) { in updateStateFromTypedArray()
751 final Bitmap bitmap = BitmapFactory.decodeResource(r, srcResId); in updateStateFromTypedArray()