Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DDialogTest.java484 int dialogLocation[] = new int[2]; in testTouchEvent() local
485 d.getWindow().getDecorView().getRootView().getLocationOnScreen(dialogLocation); in testTouchEvent()
488 final int x = dialogLocation[0] - (touchSlop + 1); in testTouchEvent()
489 final int y = dialogLocation[1] - (touchSlop + 1); in testTouchEvent()