Searched refs:centerPoint (Results 1 – 1 of 1) sorted by relevance
783 Point centerPoint; in onOptionsItemSelected() local789 centerPoint = new Point(centerX, centerY); in onOptionsItemSelected()794 centerPoint = new Point(display.getWidth() / 2, display.getHeight() / 2); in onOptionsItemSelected()797 .launchPhoneCallActivity(getActivity(), phoneNumber, centerPoint); in onOptionsItemSelected() local