Searched refs:uriImage (Results 1 – 2 of 2) sorted by relevance
86 UriImage uriImage = new UriImage(mContext, uri); in initModelFromUri() local88 mContentType = uriImage.getContentType(); in initModelFromUri()92 mSrc = uriImage.getSrc(); in initModelFromUri()93 mWidth = uriImage.getWidth(); in initModelFromUri()94 mHeight = uriImage.getHeight(); in initModelFromUri()105 UriImage uriImage = new UriImage(mContext, uri); in decodeImageBounds() local106 mWidth = uriImage.getWidth(); in decodeImageBounds()107 mHeight = uriImage.getHeight(); in decodeImageBounds()
311 UriImage uriImage = new UriImage(mContext, mUri); in getBitmap() local312 String path = uriImage.getPath(); in getBitmap()