Searched refs:mTextViewLocation (Results 1 – 2 of 2) 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();
81475 Landroid/widget/Editor$SelectionHandleView;->mTextViewLocation:[I