Searched refs:THUMBNAIL (Results 1 – 4 of 4) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | PhotoLoadingTestCase.java | 39 THUMBNAIL enumConstant 49 photoMap.put(PhotoSize.THUMBNAIL, processor.getThumbnailPhotoBytes()); in PhotoEntry()
|
D | ContactsProvider2Test.java | 4215 loadPhotoFromResource(R.drawable.earth_normal, PhotoSize.THUMBNAIL), in testLoadProfilePhoto() 7230 byte[] thumbnail = loadPhotoFromResource(R.drawable.earth_small, PhotoSize.THUMBNAIL); in testGetPhotoViaLookupUri() 7259 EvenMoreAsserts.assertImageRawData(getContext(), loadTestPhoto(PhotoSize.THUMBNAIL), in testInputStreamForPhoto() 7269 EvenMoreAsserts.assertImageRawData(getContext(), loadTestPhoto(PhotoSize.THUMBNAIL), in testInputStreamForPhoto() 7370 MoreAsserts.assertEquals(loadTestPhoto(PhotoSize.THUMBNAIL), storedPhoto.getBlob(0)); in testUpdateRawContactDataPhoto() 7486 loadPhotoFromResource(R.drawable.earth_small, PhotoSize.THUMBNAIL), in testPhotoUriForThumbnailPhoto() 7526 loadPhotoFromResource(R.drawable.earth_huge, PhotoSize.THUMBNAIL), in testWriteNewPhotoToAssetFile() 7564 loadPhotoFromResource(R.drawable.earth_huge, PhotoSize.THUMBNAIL), in testWriteUpdatedPhotoToAssetFile() 7635 PhotoSize.THUMBNAIL)); in testPhotoStoreCleanup() 7766 loadPhotoFromResource(R.drawable.earth_small, PhotoSize.THUMBNAIL), in testOverwritePhotoWithThumbnail()
|
D | LegacyContactsProviderTest.java | 737 com.android.providers.contacts.tests.R.drawable.earth_small, PhotoSize.THUMBNAIL); in testPhotoUpdate()
|
/packages/apps/Camera2/src/com/android/camera/widget/ |
D | FilmstripView.java | 152 THUMBNAIL, enumConstant 214 if (mRenderSize != RenderSize.THUMBNAIL) { in renderThumbnail() 215 mRenderSize = RenderSize.THUMBNAIL; in renderThumbnail()
|