Home
last modified time | relevance | path

Searched refs:thumb (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DAbsSeekBarTest.java225 MockDrawable thumb = new MockDrawable(); in testThumbTint() local
228 view.setThumb(thumb); in testThumbTint()
229 assertFalse("No thumb tint applied by default", thumb.hasCalledSetTint()); in testThumbTint()
233 thumb.hasCalledSetTint()); in testThumbTint()
235 thumb.reset(); in testThumbTint()
237 view.setThumb(thumb); in testThumbTint()
239 thumb.hasCalledSetTint()); in testThumbTint()
/cts/tests/tests/hardware/src/android/hardware/cts/
DCameraTest.java810 byte[] thumb = exif.getThumbnail(); in testJpegThumbnailSizeByCamera()
813 BitmapFactory.decodeByteArray(thumb, 0, thumb.length, bmpOptions); in testJpegThumbnailSizeByCamera()