Searched refs:centerPoint (Results 1 – 1 of 1) sorted by relevance
776 Point centerPoint; in onOptionsItemSelected() local782 centerPoint = new Point(centerX, centerY); in onOptionsItemSelected()786 centerPoint = new Point(display.getWidth() / 2, display.getHeight() / 2); in onOptionsItemSelected()788 UIIntents.get().launchPhoneCallActivity(getActivity(), phoneNumber, centerPoint); in onOptionsItemSelected() local