Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DImageDecoderTest.java374 for (boolean doCrop : trueFalse) { in paramsForTestSetAllocatorDecodeBitmap()
376 temp.add(new Object[]{record, allocator, doCrop, doScale}); in paramsForTestSetAllocatorDecodeBitmap()
386 public void testSetAllocatorDecodeBitmap(Record record, int allocator, boolean doCrop, in testSetAllocatorDecodeBitmap() argument
390 public boolean doCrop; in testSetAllocatorDecodeBitmap() field in Listener
399 if (doCrop) { in testSetAllocatorDecodeBitmap()
414 l.doCrop = doCrop; in testSetAllocatorDecodeBitmap()
439 if (!doScale && !doCrop) { in testSetAllocatorDecodeBitmap()
1424 public boolean doCrop = true; in testScaleAndCrop() field in CropListener
1442 if (doCrop) { in testScaleAndCrop()
1469 l.doCrop = false; in testScaleAndCrop()
[all …]