Home
last modified time | relevance | path

Searched refs:screenLocation (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationFragment.java778 final int screenLocation[] = new int[2]; in onOptionsItemSelected() local
779 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()