Searched refs:textureHeight (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | TextureViewTest.java | 450 int textureHeight = textureView.getHeight(); in testCropRect() local 452 assertEquals(100, textureHeight); 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()
|