Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DDragDropTest.java239 int [] destLoc = new int [2]; in injectMouseWithOffset() local
240 v.getLocationOnScreen(destLoc); in injectMouseWithOffset()
243 destLoc[0] + offset, destLoc[1] + offset, 1); in injectMouseWithOffset()