Searched refs:mTextViewLocation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DEditor.java4780 private final int[] mTextViewLocation = new int[2]; field in class:Editor.SelectionHandleView
5056 mTextView.getLocationOnScreen(mTextViewLocation);
5059 int rightEdge = mTextViewLocation[0] + mTextView.getWidth()
5063 int leftEdge = mTextViewLocation[0] + mTextView.getPaddingLeft();

Completed in 53 milliseconds