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