Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java6111 private final int[] mTextViewLocation = new int[2]; field in Editor.SelectionHandleView
6410 mTextView.getLocationOnScreen(mTextViewLocation);
6413 int rightEdge = mTextViewLocation[0] + mTextView.getWidth()
6417 int leftEdge = mTextViewLocation[0] + mTextView.getPaddingLeft();
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt66403 Landroid/widget/Editor$SelectionHandleView;->mTextViewLocation:[I