Home
last modified time | relevance | path

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

/frameworks/base/core/tests/InputMethodCoreTests/src/android/view/inputmethod/
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()
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 …]
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()
/frameworks/base/core/java/android/view/inputmethod/
DInputConnection.java144 GET_TEXT_WITH_STYLES,
157 int GET_TEXT_WITH_STYLES = 0x0001; field
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()
DEditorInfo.java983 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()
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java4033 CharSequence text = conn.getSelectedText(InputConnection.GET_TEXT_WITH_STYLES);
4248 req.flags = InputConnection.GET_TEXT_WITH_STYLES;
/frameworks/base/core/java/android/widget/
DEditor.java1999 if ((request.flags & InputConnection.GET_TEXT_WITH_STYLES) != 0) { in extractTextInternal()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt35699 field public static final int GET_TEXT_WITH_STYLES = 1; // 0x1
/frameworks/base/core/api/
Dcurrent.txt56238 field public static final int GET_TEXT_WITH_STYLES = 1; // 0x1