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.java199 final Rect viewPos = new Rect(); in testRotateScale() local
203 viewPos.left = outLocation[0]; in testRotateScale()
204 viewPos.top = outLocation[1]; in testRotateScale()
205 viewPos.right = viewPos.left + textureView.getWidth(); in testRotateScale()
206 viewPos.bottom = viewPos.top + textureView.getHeight(); in testRotateScale()
212 int result = new SynchronousPixelCopy().request(window, viewPos, screenshot); in testRotateScale()
241 final Rect viewPos = new Rect(); in testTransformScale() local
245 viewPos.left = outLocation[0]; in testTransformScale()
246 viewPos.top = outLocation[1]; in testTransformScale()
247 viewPos.right = viewPos.left + textureView.getWidth(); in testTransformScale()
[all …]