OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:croppedBitmap
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/uirendering/src/android/uirendering/cts/util/
BitmapDumper.java
87
Bitmap
croppedBitmap
= Bitmap.createBitmap(testedBitmap, 0, 0, width, height);
90
saveFile(className, testName, TESTED_RENDERING_FILE_NAME,
croppedBitmap
);
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
ActivityTestBase.java
204
Bitmap
croppedBitmap
= Bitmap.createBitmap(bitmap, 0, 0, TEST_WIDTH, TEST_HEIGHT);
205
BitmapDumper.dumpBitmap(
croppedBitmap
, getName(), this.getClass().getSimpleName());
Completed in 80 milliseconds