Searched refs:textureWidth (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | TextureViewTest.java | 449 int textureWidth = textureView.getWidth(); in testCropRect() local 451 assertEquals(100, textureWidth); in testCropRect() 467 canvas.drawRect(0f, 0f, textureWidth, textureHeight, paint); in testCropRect() 469 canvas.drawRect(2f, 2f, textureWidth - 2f, textureHeight - 2f, paint); in testCropRect() 471 image.setCropRect(new Rect(1, 1, textureWidth - 1, textureHeight - 1)); in testCropRect()
|