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