Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DDragDropTest.java218 int [] locationViewLocation = new int[2]; in expectEventWithOffset() local
219 locationView.getLocationOnScreen(locationViewLocation); in expectEventWithOffset()
221 locationViewLocation[0] - viewLocation[0] + offset, in expectEventWithOffset()
222 locationViewLocation[1] - viewLocation[1] + offset, obtainClipData(action), in expectEventWithOffset()