Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DEditor.java347 boolean mSelectAllOnFocus; field in Editor
1574 final boolean isFocusHighlighted = mSelectAllOnFocus && selStart == 0 in onFocusChanged()
1616 if (mSelectAllOnFocus) { in onFocusChanged()
2704 boolean selectAllGotFocus = mSelectAllOnFocus && mTextView.didTouchFocusSelect(); in onTouchUpEvent()
H A DTextView.java1737 mEditor.mSelectAllOnFocus = true;
12089 mEditor.mSelectAllOnFocus = selectAllOnFocus; in setSelectAllOnFocus()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt67325 Landroid/widget/Editor;->mSelectAllOnFocus:Z