Searched refs:centerPoint (Results 1 – 2 of 2) sorted by relevance
931 int[] centerPoint = mTmpPoint; in getReorderRadius() local932 getWorkspaceCellVisualCenter(targetCell[0], targetCell[1], centerPoint); in getReorderRadius()941 int minRadius = centerPoint[0] - cellBoundsWithSpacing.left; in getReorderRadius()942 minRadius = Math.min(minRadius, centerPoint[1] - cellBoundsWithSpacing.top); in getReorderRadius()943 minRadius = Math.min(minRadius, cellBoundsWithSpacing.right - centerPoint[0]); in getReorderRadius()944 minRadius = Math.min(minRadius, cellBoundsWithSpacing.bottom - centerPoint[1]); in getReorderRadius()
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