Searched refs:GET_TEXT_WITH_STYLES (Results 1 – 10 of 10) sorted by relevance
335 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()350 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()[all …]
589 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()
144 GET_TEXT_WITH_STYLES,157 int GET_TEXT_WITH_STYLES = 0x0001; field
568 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()
983 return ((flags & InputConnection.GET_TEXT_WITH_STYLES) != 0) in getInitialTextBeforeCursor()1024 return ((flags & InputConnection.GET_TEXT_WITH_STYLES) != 0) in getInitialSelectedText()1052 return ((flags & InputConnection.GET_TEXT_WITH_STYLES) != 0) in getInitialTextAfterCursor()1111 CharSequence newText = ((flags & InputConnection.GET_TEXT_WITH_STYLES) != 0) in getInitialSurroundingText()
4033 CharSequence text = conn.getSelectedText(InputConnection.GET_TEXT_WITH_STYLES);4248 req.flags = InputConnection.GET_TEXT_WITH_STYLES;
1999 if ((request.flags & InputConnection.GET_TEXT_WITH_STYLES) != 0) { in extractTextInternal()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
35699 field public static final int GET_TEXT_WITH_STYLES = 1; // 0x1
56238 field public static final int GET_TEXT_WITH_STYLES = 1; // 0x1