Searched refs:screenLocation (Results 1 – 1 of 1) sorted by relevance
778 final int screenLocation[] = new int[2]; in onOptionsItemSelected() local779 targetView.getLocationOnScreen(screenLocation); in onOptionsItemSelected()780 final int centerX = screenLocation[0] + targetView.getWidth() / 2; in onOptionsItemSelected()781 final int centerY = screenLocation[1] + targetView.getHeight() / 2; in onOptionsItemSelected()