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.java186 private void expectEvent5(int action, int viewId) { in expectEvent5() method in DragDropTest
233 private void expectEvent5(int action, int viewId, int locationViewId) { in expectEvent5() method in DragDropTest
413 expectEvent5(DragEvent.ACTION_DRAG_STARTED, R.id.inner, R.id.draggable); in testNoExtraEvents()
414 expectEvent5(DragEvent.ACTION_DRAG_STARTED, R.id.subcontainer, R.id.draggable); in testNoExtraEvents()
415 expectEvent5(DragEvent.ACTION_DRAG_STARTED, R.id.container, R.id.draggable); in testNoExtraEvents()
416 expectEvent5(DragEvent.ACTION_DRAG_STARTED, R.id.draggable, R.id.draggable); in testNoExtraEvents()
417 expectEvent5(DragEvent.ACTION_DRAG_STARTED, R.id.drag_drop_activity_main, R.id.draggable); in testNoExtraEvents()
419 expectEvent5(DragEvent.ACTION_DRAG_ENTERED, R.id.inner); in testNoExtraEvents()
420 expectEvent5(DragEvent.ACTION_DROP, R.id.inner, R.id.inner); in testNoExtraEvents()
459 expectEvent5(DragEvent.ACTION_DRAG_STARTED, R.id.inner, R.id.draggable); in testBlackHole()
[all …]