Searched refs:mTextViewLocation (Results 1 – 1 of 1) sorted by relevance
5337 private final int[] mTextViewLocation = new int[2]; field in Editor.SelectionHandleView5627 mTextView.getLocationOnScreen(mTextViewLocation);5630 int rightEdge = mTextViewLocation[0] + mTextView.getWidth()5634 int leftEdge = mTextViewLocation[0] + mTextView.getPaddingLeft();