OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:idealBitmap
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/uirendering/src/android/uirendering/cts/util/
BitmapDumper.java
74
public static void dumpBitmaps(Bitmap
idealBitmap
, Bitmap testedBitmap, String testName,
78
int width =
idealBitmap
.getWidth();
79
int height =
idealBitmap
.getHeight();
82
idealBitmap
.getPixels(testedArray, 0, width, 0, 0, width, height);
89
saveFile(className, testName, IDEAL_RENDERING_FILE_NAME,
idealBitmap
);
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
ActivityTestBase.java
228
Bitmap
idealBitmap
= captureRenderSpec(mTestCases.remove(0));
232
assertBitmapsAreSimilar(
idealBitmap
, testCaseBitmap, bitmapComparer,
Completed in 46 milliseconds