OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UriImage
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery/src/com/android/camera/gallery/
UriImage.java
33
class
UriImage
implements IImage {
34
private static final String TAG = "
UriImage
";
39
UriImage
(IImageList container, ContentResolver cr, Uri uri) {
/packages/apps/Gallery2/src/com/android/gallery3d/data/
UriImage.java
41
public class
UriImage
extends MediaItem {
42
private static final String TAG = "
UriImage
";
62
public
UriImage
(GalleryApp application, Path path, Uri uri, String contentType) {
/packages/apps/Mms/src/com/android/mms/ui/
UriImage.java
44
public class
UriImage
{
57
public
UriImage
(Context context, Uri uri) {
75
Log.v(TAG, "
UriImage
uri: " + uri + " mPath: " + mPath + " mWidth: " + mWidth +
226
* this
UriImage
; always call {@link PduPart#getContentType()} to get the new content type.
Completed in 364 milliseconds