Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/view/inputmethod/
H A DEditorInfoTest.java298 InputConnection.GET_TEXT_WITH_STYLES), in initialSurroundingText_wrapIntoParcel_staysIntact()
300 InputConnection.GET_TEXT_WITH_STYLES))); in initialSurroundingText_wrapIntoParcel_staysIntact()
302 sourceEditorInfo.getInitialSelectedText(InputConnection.GET_TEXT_WITH_STYLES), in initialSurroundingText_wrapIntoParcel_staysIntact()
303 targetEditorInfo.getInitialSelectedText(InputConnection.GET_TEXT_WITH_STYLES))); in initialSurroundingText_wrapIntoParcel_staysIntact()
306 InputConnection.GET_TEXT_WITH_STYLES), in initialSurroundingText_wrapIntoParcel_staysIntact()
308 InputConnection.GET_TEXT_WITH_STYLES))); in initialSurroundingText_wrapIntoParcel_staysIntact()
311 LONG_EXP_TEXT_LENGTH, LONG_EXP_TEXT_LENGTH, InputConnection.GET_TEXT_WITH_STYLES); in initialSurroundingText_wrapIntoParcel_staysIntact()
395 InputConnection.GET_TEXT_WITH_STYLES); in assertExpectedTextLength()
397 editorInfo.getInitialSelectedText(InputConnection.GET_TEXT_WITH_STYLES); in assertExpectedTextLength()
400 InputConnection.GET_TEXT_WITH_STYLES); in assertExpectedTextLength()
[all …]
/aosp12/frameworks/base/core/java/android/view/inputmethod/
H A DInputConnection.java135 GET_TEXT_WITH_STYLES,
148 int GET_TEXT_WITH_STYLES = 0x0001; field
H A DEditorInfo.java737 return ((flags & InputConnection.GET_TEXT_WITH_STYLES) != 0) in getInitialTextBeforeCursor()
778 return ((flags & InputConnection.GET_TEXT_WITH_STYLES) != 0) in getInitialSelectedText()
806 return ((flags & InputConnection.GET_TEXT_WITH_STYLES) != 0) in getInitialTextAfterCursor()
865 CharSequence newText = ((flags & InputConnection.GET_TEXT_WITH_STYLES) != 0) in getInitialSurroundingText()
H A DBaseInputConnection.java545 if ((flags&GET_TEXT_WITH_STYLES) != 0) { in getTextBeforeCursor()
570 if ((flags&GET_TEXT_WITH_STYLES) != 0) { in getSelectedText()
606 if ((flags&GET_TEXT_WITH_STYLES) != 0) { in getTextAfterCursor()
653 if ((flags & GET_TEXT_WITH_STYLES) != 0) { in getSurroundingText()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DRichInputConnection.java712 InputConnection.GET_TEXT_WITH_STYLES); in getWordRangeAtCursor()
717 InputConnection.GET_TEXT_WITH_STYLES); in getWordRangeAtCursor()
/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java2995 CharSequence text = conn.getSelectedText(InputConnection.GET_TEXT_WITH_STYLES); in onExtractedSetSpan()
3209 req.flags = InputConnection.GET_TEXT_WITH_STYLES; in startExtractingText()
/aosp12/frameworks/base/core/java/android/widget/
H A DEditor.java1915 if ((request.flags & InputConnection.GET_TEXT_WITH_STYLES) != 0) { in extractTextInternal()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt52008 field public static final int GET_TEXT_WITH_STYLES = 1; // 0x1
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt35699 field public static final int GET_TEXT_WITH_STYLES = 1; // 0x1