Searched refs:viewPos (Results 1 – 1 of 1) sorted by relevance
199 final Rect viewPos = new Rect(); in testRotateScale() local203 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() local245 viewPos.left = outLocation[0]; in testTransformScale()246 viewPos.top = outLocation[1]; in testTransformScale()247 viewPos.right = viewPos.left + textureView.getWidth(); in testTransformScale()[all …]