Searched refs:mTextViewLocation (Results 1 – 2 of 2) sorted by relevance
6111 private final int[] mTextViewLocation = new int[2]; field in Editor.SelectionHandleView6410 mTextView.getLocationOnScreen(mTextViewLocation);6413 int rightEdge = mTextViewLocation[0] + mTextView.getWidth()6417 int leftEdge = mTextViewLocation[0] + mTextView.getPaddingLeft();
66403 Landroid/widget/Editor$SelectionHandleView;->mTextViewLocation:[I