Home
last modified time | relevance | path

Searched defs: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
201 int[] outLocation = new int[2]; in testRotateScale() local
243 int[] outLocation = new int[2]; in testTransformScale() local
478 int[] outLocation = new int[2]; in testCropRect() local
641 int[] outLocation = new int[2]; in testSamplingWithTransform() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/input/
DWindowInputTests.java269 private void selectRandomLocationInWindow(Rect bounds, Point outLocation) { in selectRandomLocationInWindow()