Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DDragDropTest.java246 int [] destLoc = new int [2]; in injectMouseWithOffset() local
247 v.getLocationOnScreen(destLoc); in injectMouseWithOffset()
250 destLoc[0] + offset, destLoc[1] + offset, 1); in injectMouseWithOffset()