Searched refs:expectEvent5 (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | DragDropTest.java | 179 private void expectEvent5(int action, int viewId) { in expectEvent5() method in DragDropTest 226 private void expectEvent5(int action, int viewId, int locationViewId) { in expectEvent5() method in DragDropTest 410 expectEvent5(DragEvent.ACTION_DRAG_STARTED, R.id.inner, R.id.draggable); in testNoExtraEvents() 411 expectEvent5(DragEvent.ACTION_DRAG_STARTED, R.id.subcontainer, R.id.draggable); in testNoExtraEvents() 412 expectEvent5(DragEvent.ACTION_DRAG_STARTED, R.id.container, R.id.draggable); in testNoExtraEvents() 413 expectEvent5(DragEvent.ACTION_DRAG_STARTED, R.id.draggable, R.id.draggable); in testNoExtraEvents() 414 expectEvent5(DragEvent.ACTION_DRAG_STARTED, R.id.drag_drop_activity_main, R.id.draggable); in testNoExtraEvents() 416 expectEvent5(DragEvent.ACTION_DRAG_ENTERED, R.id.inner); in testNoExtraEvents() 417 expectEvent5(DragEvent.ACTION_DROP, R.id.inner, R.id.inner); in testNoExtraEvents() 460 expectEvent5(DragEvent.ACTION_DRAG_STARTED, R.id.inner, R.id.draggable); in testBlackHole() [all …]
|