Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DDragDropTest.java224 int [] locationViewLocation = new int[2]; in expectEventWithOffset() local
225 locationView.getLocationOnScreen(locationViewLocation); in expectEventWithOffset()
227 locationViewLocation[0] - viewLocation[0] + offset, in expectEventWithOffset()
228 locationViewLocation[1] - viewLocation[1] + offset, obtainClipData(action), in expectEventWithOffset()