Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DEditor.java6072 private final int[] mTextViewLocation = new int[2]; field in Editor.SelectionHandleView
6371 mTextView.getLocationOnScreen(mTextViewLocation);
6374 int rightEdge = mTextViewLocation[0] + mTextView.getWidth()
6378 int leftEdge = mTextViewLocation[0] + mTextView.getPaddingLeft();
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt67046 Landroid/widget/Editor$SelectionHandleView;->mTextViewLocation:[I