Searched refs:locationViewId (Results 1 – 1 of 1) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | DragDropTest.java | 220 private void expectEventWithOffset(int action, int viewId, int locationViewId, int offset) { in expectEventWithOffset() argument 222 View locationView = mActivity.findViewById(locationViewId); in expectEventWithOffset() 233 private void expectEvent5(int action, int viewId, int locationViewId) { in expectEvent5() argument 234 expectEventWithOffset(action, viewId, locationViewId, 5); in expectEvent5() 238 private void expectEvent6(int action, int viewId, int locationViewId) { in expectEvent6() argument 239 expectEventWithOffset(action, viewId, locationViewId, 6); in expectEvent6()
|