Searched refs:textureViewScreenshot (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | TextureViewTest.java | 387 final Bitmap textureViewScreenshot = in testSDRFromSurfaceViewAndTextureView() local 392 textureViewScreenshot.setColorSpace(surfaceViewScreenshot.getColorSpace()); in testSDRFromSurfaceViewAndTextureView() 395 mSDRActivityRule, textureView, () -> textureView.getBitmap(textureViewScreenshot)); in testSDRFromSurfaceViewAndTextureView() 411 textureViewScreenshot.getPixel(width / 2, 0), threshold); in testSDRFromSurfaceViewAndTextureView() 413 textureViewScreenshot.getPixel(0, height / 2), threshold); in testSDRFromSurfaceViewAndTextureView() 415 textureViewScreenshot.getPixel(width / 2, height / 2), threshold); in testSDRFromSurfaceViewAndTextureView() 419 textureViewScreenshot.getPixel(width / 2, in testSDRFromSurfaceViewAndTextureView() 424 textureViewScreenshot.getPixel(width - 1, height / 2), threshold); in testSDRFromSurfaceViewAndTextureView() 426 BitmapDumper.dumpBitmap(textureViewScreenshot, in testSDRFromSurfaceViewAndTextureView()
|