Searched refs:screenPos (Results 1 – 3 of 3) sorted by relevance
229 final int[] screenPos = new int[2]; in onLongClick() local231 getLocationOnScreen(screenPos); in onLongClick()237 final int midy = screenPos[1] + height / 2; in onLongClick()244 screenWidth - screenPos[0] - width / 2, height); in onLongClick()
164 final int[] screenPos = new int[2]; in performLongClick() local166 getLocationOnScreen(screenPos); in performLongClick()172 final int midy = screenPos[1] + height / 2; in performLongClick()179 screenWidth - screenPos[0] - width / 2, height); in performLongClick()
466 final int[] screenPos = new int[2]; in onLongClick() local467 getLocationOnScreen(screenPos); in onLongClick()478 (screenPos[0] + width / 2) - screenWidth / 2, height); in onLongClick()