Searched refs:THUMBNAIL (Results 1 – 4 of 4) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | PhotoLoadingTestCase.java | 40 THUMBNAIL enumConstant 50 photoMap.put(PhotoSize.THUMBNAIL, processor.getThumbnailPhotoBytes()); in PhotoEntry()
|
D | ContactsProvider2Test.java | 4311 loadPhotoFromResource(R.drawable.earth_normal, PhotoSize.THUMBNAIL), in testLoadProfilePhoto() 7323 byte[] thumbnail = loadPhotoFromResource(R.drawable.earth_small, PhotoSize.THUMBNAIL); in testGetPhotoViaLookupUri() 7352 EvenMoreAsserts.assertImageRawData(getContext(), loadTestPhoto(PhotoSize.THUMBNAIL), in testInputStreamForPhoto() 7362 EvenMoreAsserts.assertImageRawData(getContext(), loadTestPhoto(PhotoSize.THUMBNAIL), in testInputStreamForPhoto() 7463 MoreAsserts.assertEquals(loadTestPhoto(PhotoSize.THUMBNAIL), storedPhoto.getBlob(0)); in testUpdateRawContactDataPhoto() 7579 loadPhotoFromResource(R.drawable.earth_small, PhotoSize.THUMBNAIL), in testPhotoUriForThumbnailPhoto() 7619 loadPhotoFromResource(R.drawable.earth_huge, PhotoSize.THUMBNAIL), in testWriteNewPhotoToAssetFile() 7657 loadPhotoFromResource(R.drawable.earth_huge, PhotoSize.THUMBNAIL), in testWriteUpdatedPhotoToAssetFile() 7728 PhotoSize.THUMBNAIL)); in testPhotoStoreCleanup() 7859 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()
|