Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/inputmethod/
DIInputContextInvoker.java252 @Nullable TextAttribute textAttribute) { in commitText()
255 createHeader(), text, newCursorPosition, textAttribute); in commitText() local
377 public boolean setComposingRegion(int start, int end, @Nullable TextAttribute textAttribute) { in setComposingRegion()
380 createHeader(), start, end, textAttribute); in setComposingRegion() local
418 @Nullable TextAttribute textAttribute) { in setComposingText()
421 createHeader(), text, newCursorPosition, textAttribute); in setComposingText() local
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.java90 @Nullable TextAttribute textAttribute) { in commitText()
DRemoteInputConnectionImpl.java576 int newCursorPosition, @Nullable TextAttribute textAttribute) { in commitTextWithTextAttribute()
697 int end, @Nullable TextAttribute textAttribute) { in setComposingRegionWithTextAttribute()
731 CharSequence text, int newCursorPosition, @Nullable TextAttribute textAttribute) { in setComposingTextWithTextAttribute()
/frameworks/base/core/java/android/view/inputmethod/
DInputConnectionWrapper.java163 int newCursorPosition, @Nullable TextAttribute textAttribute) { in setComposingText()
181 public boolean setComposingRegion(int start, int end, @Nullable TextAttribute textAttribute) { in setComposingRegion()
209 @Nullable TextAttribute textAttribute) { in commitText()
DInputConnection.java570 @Nullable TextAttribute textAttribute) { in setComposingText()
620 default boolean setComposingRegion(int start, int end, @Nullable TextAttribute textAttribute) { in setComposingRegion()
697 @Nullable TextAttribute textAttribute) { in commitText()
/frameworks/base/core/java/com/android/internal/view/
DIInputContext.aidl57 CharSequence text, int newCursorPosition, in TextAttribute textAttribute); in setComposingTextWithTextAttribute()
65 int newCursorPosition, in TextAttribute textAttribute); in commitTextWithTextAttribute()
93 int end, in TextAttribute textAttribute); in setComposingRegionWithTextAttribute()
/frameworks/base/core/java/android/inputmethodservice/
DRemoteInputConnection.java288 @Nullable TextAttribute textAttribute) { in commitText()
337 public boolean setComposingRegion(int start, int end, @Nullable TextAttribute textAttribute) { in setComposingRegion()
352 @Nullable TextAttribute textAttribute) { in setComposingText()
/frameworks/base/core/java/android/accessibilityservice/
DInputMethod.java235 @Nullable TextAttribute textAttribute) { in commitText()