Home
last modified time | relevance | path

Searched refs:outLocation (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DTextureViewTest.java133 int[] outLocation = new int[2]; in testFirstFrames() local
134 content.getLocationInWindow(outLocation); in testFirstFrames()
135 center.x = outLocation[0] + (content.getWidth() / 2); in testFirstFrames()
136 center.y = outLocation[1] + (content.getHeight() / 2); in testFirstFrames()
201 int[] outLocation = new int[2]; in testRotateScale() local
202 textureView.getLocationInWindow(outLocation); in testRotateScale()
203 viewPos.left = outLocation[0]; in testRotateScale()
204 viewPos.top = outLocation[1]; in testRotateScale()
243 int[] outLocation = new int[2]; in testTransformScale() local
244 textureView.getLocationInWindow(outLocation); in testTransformScale()
[all …]
/cts/tests/framework/base/windowmanager/src/android/server/wm/input/
DWindowInputTests.java269 private void selectRandomLocationInWindow(Rect bounds, Point outLocation) { in selectRandomLocationInWindow() argument
272 outLocation.set(randomX, randomY); in selectRandomLocationInWindow()