Searched refs:reuse (Results 1 – 3 of 3) sorted by relevance
76 **Note:** If you reuse the WebViewSandboxTestSdk below you will only need to follow the last step …79 However, instead of creating a new test SDK as per the guide above, you can reuse the WebViewSandbo…
503 private void decodeResourceWithReuse(Bitmap reuse, int resId, boolean hasAlpha) { in decodeResourceWithReuse() argument508 options.inBitmap = reuse; in decodeResourceWithReuse()510 assertSame(reuse, output); in decodeResourceWithReuse()
353 public void reuse() { in reuse() method in BitmapColorSpaceTest