Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DDragDropTest.java219 private void expectEventWithOffset(int action, int viewId, int locationViewId, int offset) { in expectEventWithOffset() argument
221 View locationView = mActivity.findViewById(locationViewId); in expectEventWithOffset()
232 private void expectEvent5(int action, int viewId, int locationViewId) { in expectEvent5() argument
233 expectEventWithOffset(action, viewId, locationViewId, 5); in expectEvent5()
237 private void expectEvent6(int action, int viewId, int locationViewId) { in expectEvent6() argument
238 expectEventWithOffset(action, viewId, locationViewId, 6); in expectEvent6()