Home
last modified time | relevance | path

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

1234

/aosp_15_r20/frameworks/base/core/java/android/inputmethodservice/
H A 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
H A 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()
/aosp_15_r20/frameworks/base/core/java/android/view/inputmethod/
H A 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()
H A DInputConnection.java631 @Nullable TextAttribute textAttribute) { in setComposingText()
681 default boolean setComposingRegion(int start, int end, @Nullable TextAttribute textAttribute) { in setComposingRegion()
758 @Nullable TextAttribute textAttribute) { in commitText()
1454 @Nullable TextAttribute textAttribute) { in replaceText()
H A 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()
H A DBaseInputConnection.java899 @Nullable TextAttribute textAttribute) { in replaceText()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/inputmethod/
H A 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()
H A DIRemoteAccessibilityInputConnectionInvoker.java95 @Nullable TextAttribute textAttribute) { in commitText()
97 mConnection.commitText(createHeader(), text, newCursorPosition, textAttribute); in commitText() local
H A DIRemoteAccessibilityInputConnection.aidl31 int newCursorPosition, in TextAttribute textAttribute); in commitText()
H A DRemoteAccessibilityInputConnection.java89 @Nullable TextAttribute textAttribute) { in commitText()
/aosp_15_r20/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
H A DInputConnectionSplitter.java102 int newCursorPosition, TextAttribute textAttribute) { in setComposingText()
114 public boolean setComposingRegion(int start, int end, TextAttribute textAttribute) { in setComposingRegion()
133 TextAttribute textAttribute) { in commitText()
/aosp_15_r20/cts/tests/inputmethod/src/android/view/inputmethod/cts/
H A DTextAttributeTest.java50 final TextAttribute textAttribute = new TextAttribute.Builder() in testTextAttribute() local
59 final TextAttribute textAttribute = new TextAttribute.Builder() in testWriteToParcel() local
/aosp_15_r20/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
H A DMockImeSession.java903 @Nullable TextAttribute textAttribute) { in callSetComposingText()
959 @Nullable TextAttribute textAttribute) { in callSetComposingRegion()
1037 @Nullable TextAttribute textAttribute) { in callCommitText()
1594 @Nullable TextAttribute textAttribute) { in callReplaceText()
/aosp_15_r20/frameworks/base/core/java/android/accessibilityservice/
H A DInputMethod.java235 @Nullable TextAttribute textAttribute) { in commitText()
/aosp_15_r20/cts/tests/inputmethod/mocka11yime/client/src/com/android/cts/mocka11yime/
H A DMockA11yImeSession.java419 @Nullable TextAttribute textAttribute) { in callCommitText()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/
Dframework.jar19META-INF/ META-INF/MANIFEST.MF android/ android/view/ android/ ...
Dframework.jar9META-INF/ META-INF/MANIFEST.MF android/ android/hardware/ android/ ...
Dframework.jar0META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dframework.jar23META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
Dframework.jar57META-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-19/
Dframework.jarandroid/webkit/LegacyErrorStrings.class LegacyErrorStrings.java package android.webkit android.webkit.LegacyErrorStrings ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-9/
Dframework.jarandroid/net/LocalSocket.uau android/net/LocalSocket.class LocalSocket.java package android ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-0/
Dframework.jarcom/android/internal/annotations/WeaklyReferencedCallback.class WeaklyReferencedCallback.java package com.android. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-23/
Dframework.jarcom/android/internal/os/StoragedUidIoStatsReader.class StoragedUidIoStatsReader.java package com.android. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-57/
Dframework.jarcom/android/net/IProxyService.class IProxyService.java package com.android.net public ...

1234