Home
last modified time | relevance | path

Searched defs:textAttribute (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
DIRemoteInputConnectionInvoker.java345 @Nullable TextAttribute textAttribute) { in commitText()
348 createHeader(), text, newCursorPosition, textAttribute); in commitText() local
475 public boolean setComposingRegion(int start, int end, @Nullable TextAttribute textAttribute) { in setComposingRegion()
478 createHeader(), start, end, textAttribute); in setComposingRegion() local
516 @Nullable TextAttribute textAttribute) { in setComposingText()
519 createHeader(), text, newCursorPosition, textAttribute); in setComposingText() local
893 @Nullable TextAttribute textAttribute) { in replaceText()
896 createHeader(), start, end, text, newCursorPosition, textAttribute); in replaceText() local
DRemoteInputConnection.java295 @Nullable TextAttribute textAttribute) { in commitText()
344 public boolean setComposingRegion(int start, int end, @Nullable TextAttribute textAttribute) { in setComposingRegion()
359 @Nullable TextAttribute textAttribute) { in setComposingText()
531 @Nullable TextAttribute textAttribute) { in replaceText()
/frameworks/base/core/java/android/view/inputmethod/
DInputConnectionWrapper.java170 int newCursorPosition, @Nullable TextAttribute textAttribute) { in setComposingText()
188 public boolean setComposingRegion(int start, int end, @Nullable TextAttribute textAttribute) { in setComposingRegion()
216 @Nullable TextAttribute textAttribute) { in commitText()
454 @Nullable TextAttribute textAttribute) { in replaceText()
DInputConnection.java632 @Nullable TextAttribute textAttribute) { in setComposingText()
682 default boolean setComposingRegion(int start, int end, @Nullable TextAttribute textAttribute) { in setComposingRegion()
759 @Nullable TextAttribute textAttribute) { in commitText()
1455 @Nullable TextAttribute textAttribute) { in replaceText()
DRemoteInputConnectionImpl.java619 int newCursorPosition, @Nullable TextAttribute textAttribute) { in commitTextWithTextAttribute()
740 int end, @Nullable TextAttribute textAttribute) { in setComposingRegionWithTextAttribute()
774 CharSequence text, int newCursorPosition, @Nullable TextAttribute textAttribute) { in setComposingTextWithTextAttribute()
1216 @Nullable TextAttribute textAttribute) { in replaceText()
DBaseInputConnection.java899 @Nullable TextAttribute textAttribute) { in replaceText()
/frameworks/base/core/java/com/android/internal/inputmethod/
DIRemoteInputConnection.aidl61 CharSequence text, int newCursorPosition, in TextAttribute textAttribute); in setComposingTextWithTextAttribute()
69 int newCursorPosition, in TextAttribute textAttribute); in commitTextWithTextAttribute()
103 int end, in TextAttribute textAttribute); in setComposingRegionWithTextAttribute()
127 int newCursorPosition,in TextAttribute textAttribute); in replaceText()
DIRemoteAccessibilityInputConnectionInvoker.java95 @Nullable TextAttribute textAttribute) { in commitText()
97 mConnection.commitText(createHeader(), text, newCursorPosition, textAttribute); in commitText() local
DIRemoteAccessibilityInputConnection.aidl31 int newCursorPosition, in TextAttribute textAttribute); in commitText()
DRemoteAccessibilityInputConnection.java89 @Nullable TextAttribute textAttribute) { in commitText()
/frameworks/base/core/java/android/accessibilityservice/
DInputMethod.java235 @Nullable TextAttribute textAttribute) { in commitText()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...