Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java5337 private final int[] mTextViewLocation = new int[2]; field in Editor.SelectionHandleView
5627 mTextView.getLocationOnScreen(mTextViewLocation);
5630 int rightEdge = mTextViewLocation[0] + mTextView.getWidth()
5634 int leftEdge = mTextViewLocation[0] + mTextView.getPaddingLeft();