/aosp12/packages/inputmethods/LatinIME/native/jni/src/utils/ |
H A D | autocorrection_threshold_utils.cpp | 33 const int beforeLength, const int *after, const int afterLength) { in editDistance() 71 const int beforeLength, const int *after, const int afterLength, const int score) { in calcNormalizedScore()
|
/aosp12/frameworks/base/core/java/com/android/internal/view/ |
H A D | IInputContext.aidl | 46 void deleteSurroundingText(int beforeLength, int afterLength); in deleteSurroundingText() 47 void deleteSurroundingTextInCodePoints(int beforeLength, int afterLength); in deleteSurroundingTextInCodePoints() 86 void getSurroundingText(int beforeLength, int afterLength, int flags, in getSurroundingText()
|
H A D | IInputConnectionWrapper.java | 214 public void getSurroundingText(int beforeLength, int afterLength, int flags, in getSurroundingText() 281 public void deleteSurroundingText(int beforeLength, int afterLength) { in deleteSurroundingText() 286 public void deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in deleteSurroundingTextInCodePoints() 448 int beforeLength = (int) args.arg1; in executeMessage() local
|
H A D | InputConnectionWrapper.java | 415 public boolean deleteSurroundingText(int beforeLength, int afterLength) { in deleteSurroundingText() 425 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in deleteSurroundingTextInCodePoints()
|
/aosp12/frameworks/base/core/java/android/view/inputmethod/ |
H A D | InputConnectionWrapper.java | 117 public SurroundingText getSurroundingText(int beforeLength, int afterLength, int flags) { in getSurroundingText() 146 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in deleteSurroundingTextInCodePoints() 155 public boolean deleteSurroundingText(int beforeLength, int afterLength) { in deleteSurroundingText()
|
H A D | InputConnection.java | 461 boolean deleteSurroundingText(int beforeLength, int afterLength); in deleteSurroundingText() 489 boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength); in deleteSurroundingTextInCodePoints()
|
H A D | BaseInputConnection.java | 241 public boolean deleteSurroundingText(int beforeLength, int afterLength) { in deleteSurroundingText() 411 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in deleteSurroundingTextInCodePoints()
|
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/utils/ |
H A D | edit_distance.h | 31 const int beforeLength = policy->getString0Length(); in getEditDistance() local
|
/aosp12/packages/inputmethods/LatinIME/native/jni/ |
H A D | com_android_inputmethod_latin_BinaryDictionaryUtils.cpp | 61 jsize beforeLength = env->GetArrayLength(before); in latinime_BinaryDictionaryUtils_calcNormalizedScore() local
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
H A D | BatchInputArbiter.java | 95 final int beforeLength = mRecognitionPoints.getLength(); in addMoveEventPoint() local
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
H A D | RichInputConnection.java | 473 public void deleteTextBeforeCursor(final int beforeLength) { in deleteTextBeforeCursor()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | AbsListView.java | 6070 public SurroundingText getSurroundingText(int beforeLength, int afterLength, int flags) { in getSurroundingText() 6087 public boolean deleteSurroundingText(int beforeLength, int afterLength) { in deleteSurroundingText() 6092 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in deleteSurroundingTextInCodePoints()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |