Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DDragDropTest.java185 private void expectEvent5(int action, int viewId) { in expectEvent5() method in DragDropTest
232 private void expectEvent5(int action, int viewId, int locationViewId) { in expectEvent5() method in DragDropTest
412 expectEvent5(DragEvent.ACTION_DRAG_STARTED, R.id.inner, R.id.draggable); in testNoExtraEvents()
413 expectEvent5(DragEvent.ACTION_DRAG_STARTED, R.id.subcontainer, R.id.draggable); in testNoExtraEvents()
414 expectEvent5(DragEvent.ACTION_DRAG_STARTED, R.id.container, R.id.draggable); in testNoExtraEvents()
415 expectEvent5(DragEvent.ACTION_DRAG_STARTED, R.id.draggable, R.id.draggable); in testNoExtraEvents()
416 expectEvent5(DragEvent.ACTION_DRAG_STARTED, R.id.drag_drop_activity_main, R.id.draggable); in testNoExtraEvents()
418 expectEvent5(DragEvent.ACTION_DRAG_ENTERED, R.id.inner); in testNoExtraEvents()
419 expectEvent5(DragEvent.ACTION_DROP, R.id.inner, R.id.inner); in testNoExtraEvents()
458 expectEvent5(DragEvent.ACTION_DRAG_STARTED, R.id.inner, R.id.draggable); in testBlackHole()
[all …]