Home
last modified time | relevance | path

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

/cts/tests/tests/text/src/android/text/cts/
DEmojiTest.java127 Bitmap bitmapA, bitmapB; // Emoji displayed Bitmaps to compare in testEmojiGlyph() local
134 bitmapA = ccanvas.capture(Character.toChars(sComparedCodePoints[i][0])); in testEmojiGlyph()
137 String bmpDiffMessage = describeBitmap(bitmapA) + "vs" + describeBitmap(bitmapB); in testEmojiGlyph()
138 assertFalse(baseMessage + bmpDiffMessage, bitmapA.sameAs(bitmapB)); in testEmojiGlyph()
142 bitmapA = cviewA.capture(Character.toChars(sComparedCodePoints[i][0])); in testEmojiGlyph()
146 bmpDiffMessage = describeBitmap(bitmapA) + "vs" + describeBitmap(bitmapB); in testEmojiGlyph()
147 assertFalse(baseMessage + bmpDiffMessage, bitmapA.sameAs(bitmapB)); in testEmojiGlyph()
150 bitmapA = cedittextA.capture(Character.toChars(sComparedCodePoints[i][0])); in testEmojiGlyph()
154 bmpDiffMessage = describeBitmap(bitmapA) + "vs" + describeBitmap(bitmapB); in testEmojiGlyph()
155 assertFalse(baseMessage + bmpDiffMessage, bitmapA.sameAs(bitmapB)); in testEmojiGlyph()
[all …]