Searched refs:GET_TEXT_WITH_STYLES (Results 1 – 8 of 8) sorted by relevance
298 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 …]
135 GET_TEXT_WITH_STYLES,148 int GET_TEXT_WITH_STYLES = 0x0001; field
737 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()
545 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()
3001 CharSequence text = conn.getSelectedText(InputConnection.GET_TEXT_WITH_STYLES); in onExtractedSetSpan()3215 req.flags = InputConnection.GET_TEXT_WITH_STYLES; in startExtractingText()
1915 if ((request.flags & InputConnection.GET_TEXT_WITH_STYLES) != 0) { in extractTextInternal()
51910 field public static final int GET_TEXT_WITH_STYLES = 1; // 0x1
35699 field public static final int GET_TEXT_WITH_STYLES = 1; // 0x1