Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DTextureViewTest.java145 final Rect viewPos = new Rect(); in testRotateScale() local
149 viewPos.left = outLocation[0]; in testRotateScale()
150 viewPos.top = outLocation[1]; in testRotateScale()
151 viewPos.right = viewPos.left + textureView.getWidth(); in testRotateScale()
152 viewPos.bottom = viewPos.top + textureView.getHeight(); in testRotateScale()
158 int result = new SynchronousPixelCopy().request(window, viewPos, screenshot); in testRotateScale()
187 final Rect viewPos = new Rect(); in testTransformScale() local
191 viewPos.left = outLocation[0]; in testTransformScale()
192 viewPos.top = outLocation[1]; in testTransformScale()
193 viewPos.right = viewPos.left + textureView.getWidth(); in testTransformScale()
[all …]