Home
last modified time | relevance | path

Searched refs:mTextViewLocation (Results 1 – 2 of 2) 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();
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt81475 Landroid/widget/Editor$SelectionHandleView;->mTextViewLocation:[I