Searched refs:outLocation (Results 1 – 2 of 2) sorted by relevance
83 int[] outLocation = new int[2]; in testFirstFrames() local84 content.getLocationOnScreen(outLocation); in testFirstFrames()85 center.x = outLocation[0] + (content.getWidth() / 2); in testFirstFrames()86 center.y = outLocation[1] + (content.getHeight() / 2); in testFirstFrames()147 int[] outLocation = new int[2]; in testRotateScale() local148 textureView.getLocationOnScreen(outLocation); in testRotateScale()149 viewPos.left = outLocation[0]; in testRotateScale()150 viewPos.top = outLocation[1]; in testRotateScale()189 int[] outLocation = new int[2]; in testTransformScale() local190 textureView.getLocationOnScreen(outLocation); in testTransformScale()[all …]
120 private void selectRandomLocationInWindow(Rect bounds, Point outLocation) { in selectRandomLocationInWindow() argument123 outLocation.set(randomX, randomY); in selectRandomLocationInWindow()