Home
last modified time | relevance | path

Searched refs:imageSize (Results 1 – 7 of 7) sorted by relevance

/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/
DDetailFragment.java97 int imageSize = getResources().getDimensionPixelSize(R.dimen.image_size) in onCreateView() local
103 .override(imageSize, imageSize) in onCreateView()
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
DContactDetailFragment.java539 private Bitmap loadContactPhoto(Uri contactUri, int imageSize) { in loadContactPhoto() argument
569 afd.getFileDescriptor(), imageSize, imageSize); in loadContactPhoto()
611 afd.getFileDescriptor(), imageSize, imageSize); in loadContactPhoto()
DContactsListFragment.java567 private Bitmap loadContactPhotoThumbnail(String photoData, int imageSize) { in loadContactPhotoThumbnail() argument
609 fileDescriptor, imageSize, imageSize); in loadContactPhotoThumbnail()
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DImageResizer.java59 public ImageResizer(Context context, int imageSize) { in ImageResizer() argument
61 setImageSize(imageSize); in ImageResizer()
DImageFetcher.java73 public ImageFetcher(Context context, int imageSize) { in ImageFetcher() argument
74 super(context, imageSize); in ImageFetcher()
/development/samples/training/ContactsList/src/com/example/android/contactslist/util/
DImageLoader.java54 protected ImageLoader(Context context, int imageSize) { in ImageLoader() argument
56 mImageSize = imageSize; in ImageLoader()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixTrackingGL.java148 int imageSize, Buffer data) { in glCompressedTexImage2D() argument
150 height, border, imageSize, data); in glCompressedTexImage2D()
154 int yoffset, int width, int height, int format, int imageSize, in glCompressedTexSubImage2D() argument
157 height, format, imageSize, data); in glCompressedTexSubImage2D()