Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/view/inputmethod/
H A DEditorInfoTest.java335 InputConnection.GET_TEXT_WITH_STYLES), in initialSurroundingText_wrapIntoParcel_staysIntact()
337 InputConnection.GET_TEXT_WITH_STYLES))); in initialSurroundingText_wrapIntoParcel_staysIntact()
339 sourceEditorInfo.getInitialSelectedText(InputConnection.GET_TEXT_WITH_STYLES), in initialSurroundingText_wrapIntoParcel_staysIntact()
340 targetEditorInfo.getInitialSelectedText(InputConnection.GET_TEXT_WITH_STYLES))); in initialSurroundingText_wrapIntoParcel_staysIntact()
343 InputConnection.GET_TEXT_WITH_STYLES), in initialSurroundingText_wrapIntoParcel_staysIntact()
345 InputConnection.GET_TEXT_WITH_STYLES))); in initialSurroundingText_wrapIntoParcel_staysIntact()
348 LONG_EXP_TEXT_LENGTH, LONG_EXP_TEXT_LENGTH, InputConnection.GET_TEXT_WITH_STYLES); in initialSurroundingText_wrapIntoParcel_staysIntact()
432 InputConnection.GET_TEXT_WITH_STYLES); in assertExpectedTextLength()
434 editorInfo.getInitialSelectedText(InputConnection.GET_TEXT_WITH_STYLES); in assertExpectedTextLength()
437 InputConnection.GET_TEXT_WITH_STYLES); in assertExpectedTextLength()
[all …]
H A DBaseInputConnectionTest.java589 mBaseInputConnection.getTextBeforeCursor(1, InputConnection.GET_TEXT_WITH_STYLES), in testGetText_withStyle()
595 mBaseInputConnection.getTextAfterCursor(1, InputConnection.GET_TEXT_WITH_STYLES), in testGetText_withStyle()
601 mBaseInputConnection.getSelectedText(InputConnection.GET_TEXT_WITH_STYLES), in testGetText_withStyle()
611 .getSurroundingText(100, 100, InputConnection.GET_TEXT_WITH_STYLES) in testGetText_withStyle()
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputConnection.java144 GET_TEXT_WITH_STYLES,
157 int GET_TEXT_WITH_STYLES = 0x0001; field
H A DBaseInputConnection.java568 if ((flags&GET_TEXT_WITH_STYLES) != 0) { in getTextBeforeCursor()
594 if ((flags&GET_TEXT_WITH_STYLES) != 0) { in getSelectedText()
626 if ((flags&GET_TEXT_WITH_STYLES) != 0) { in getTextAfterCursor()
670 if ((flags & GET_TEXT_WITH_STYLES) != 0) { in getSurroundingText()
1101 EditorInfo.MEMORY_EFFICIENT_TEXT_LENGTH / 2, GET_TEXT_WITH_STYLES); in takeSnapshot()
H A DEditorInfo.java940 return ((flags & InputConnection.GET_TEXT_WITH_STYLES) != 0) in getInitialTextBeforeCursor()
981 return ((flags & InputConnection.GET_TEXT_WITH_STYLES) != 0) in getInitialSelectedText()
1009 return ((flags & InputConnection.GET_TEXT_WITH_STYLES) != 0) in getInitialTextAfterCursor()
1068 CharSequence newText = ((flags & InputConnection.GET_TEXT_WITH_STYLES) != 0) in getInitialSurroundingText()
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java3694 CharSequence text = conn.getSelectedText(InputConnection.GET_TEXT_WITH_STYLES);
3909 req.flags = InputConnection.GET_TEXT_WITH_STYLES;
/aosp14/frameworks/base/core/java/android/widget/
H A DEditor.java1996 if ((request.flags & InputConnection.GET_TEXT_WITH_STYLES) != 0) { in extractTextInternal()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt55633 field public static final int GET_TEXT_WITH_STYLES = 1; // 0x1