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.java423 final int srcResId = a.getResourceId(R.styleable.NinePatchDrawable_src, 0); in updateStateFromTypedArray() local
424 if (srcResId != 0) { in updateStateFromTypedArray()
435 final InputStream is = r.openRawResource(srcResId, value); in updateStateFromTypedArray()
DBitmapDrawable.java767 final int srcResId = a.getResourceId(R.styleable.BitmapDrawable_src, 0); in updateStateFromTypedArray() local
768 if (srcResId != 0) { in updateStateFromTypedArray()
769 final Bitmap bitmap = BitmapFactory.decodeResource(r, srcResId); in updateStateFromTypedArray()