OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dumpBitmap
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/uirendering/src/android/uirendering/cts/util/
BitmapDumper.java
94
public static void
dumpBitmap
(Bitmap bitmap, String testName, String className) {
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
ActivityTestBase.java
205
BitmapDumper.
dumpBitmap
(croppedBitmap, getName(), this.getClass().getSimpleName());
206
BitmapDumper.
dumpBitmap
(bitmapVerifier.getDifferenceBitmap(), getName() + "_verifier",
Completed in 55 milliseconds