Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/inputmethod/
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()
313 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()
[all …]
/frameworks/base/core/java/android/view/inputmethod/
DInputConnection.java135 GET_TEXT_WITH_STYLES,
148 int GET_TEXT_WITH_STYLES = 0x0001; field
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()
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()
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java3001 CharSequence text = conn.getSelectedText(InputConnection.GET_TEXT_WITH_STYLES); in onExtractedSetSpan()
3215 req.flags = InputConnection.GET_TEXT_WITH_STYLES; in startExtractingText()
/frameworks/base/core/java/android/widget/
DEditor.java1915 if ((request.flags & InputConnection.GET_TEXT_WITH_STYLES) != 0) { in extractTextInternal()
/frameworks/base/core/api/
Dcurrent.txt51910 field public static final int GET_TEXT_WITH_STYLES = 1; // 0x1
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt35699 field public static final int GET_TEXT_WITH_STYLES = 1; // 0x1