Searched refs:outLocation (Results 1 – 2 of 2) sorted by relevance
87 int[] outLocation = new int[2]; in testFirstFrames() local88 content.getLocationInWindow(outLocation); in testFirstFrames()89 center.x = outLocation[0] + (content.getWidth() / 2); in testFirstFrames()90 center.y = outLocation[1] + (content.getHeight() / 2); in testFirstFrames()151 int[] outLocation = new int[2]; in testRotateScale() local152 textureView.getLocationInWindow(outLocation); in testRotateScale()153 viewPos.left = outLocation[0]; in testRotateScale()154 viewPos.top = outLocation[1]; in testRotateScale()193 int[] outLocation = new int[2]; in testTransformScale() local194 textureView.getLocationInWindow(outLocation); in testTransformScale()[all …]
192 private void selectRandomLocationInWindow(Rect bounds, Point outLocation) { in selectRandomLocationInWindow() argument195 outLocation.set(randomX, randomY); in selectRandomLocationInWindow()