Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DTextureViewTest.java346 RectF texturePosF = new RectF(0, 0, viewPos.width(), viewPos.height()); in testSamplingWithTransform() local
347 transform.mapRect(texturePosF); in testSamplingWithTransform()
349 texturePosF.intersect(0, 0, viewPos.width(), viewPos.height()); in testSamplingWithTransform()
350 Rect texturePos = new Rect((int) Math.ceil(texturePosF.left), in testSamplingWithTransform()
351 (int) Math.ceil(texturePosF.top), (int) Math.floor(texturePosF.right), in testSamplingWithTransform()
352 (int) Math.floor(texturePosF.bottom)); in testSamplingWithTransform()