OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BitmapDumper
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
ActivityTestBase.java
29
import android.uirendering.cts.util.
BitmapDumper
;
80
BitmapDumper
.createSubDirectory(this.getClass().getSimpleName());
84
BitmapDumper
.deleteFileInClassFolder(this.getClass().getSimpleName(), getName());
179
BitmapDumper
.dumpBitmaps(bitmap1, bitmap2, getName(), this.getClass().getSimpleName(),
197
BitmapDumper
.dumpBitmap(croppedBitmap, getName(), this.getClass().getSimpleName());
198
BitmapDumper
.dumpBitmap(bitmapVerifier.getDifferenceBitmap(), getName() + "_verifier",
/cts/tests/tests/uirendering/src/android/uirendering/cts/util/
BitmapDumper.java
32
public final class
BitmapDumper
{
33
private final static String TAG = "
BitmapDumper
";
40
private
BitmapDumper
() {}
Completed in 141 milliseconds