Home
last modified time | relevance | path

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

/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java883 if (isPictureFilledWithColor(pictureRef.get(), color)) in waitForPictureToHaveColor()
916 isPictureFilledWithColor(oldPicture, Color.WHITE)); in testCapturePicture()
2773 private boolean isPictureFilledWithColor(Picture picture, int color) { in isPictureFilledWithColor() method in WebViewTest