获取Bitmap的时候,用到函数 Bitmap bmp=BitmapFactory.decodeResource(res, R.drawable.xxx);其中res又为getResource().问一下getResource()这个函数是谁调用的?有的程序中res是这样赋值的res=this.getContext().getResource();这两者有什么区别吗?