Home
last modified time | relevance | path

Searched refs:InputConnectionHelper (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/view/
H A DInputConnectionWrapper.java28 import android.util.imetracing.InputConnectionHelper;
98 ProtoOutputStream icProto = InputConnectionHelper.buildGetTextAfterCursorProto(length, in getTextAfterCursor()
128 ProtoOutputStream icProto = InputConnectionHelper.buildGetTextBeforeCursorProto(length, in getTextBeforeCursor()
158 ProtoOutputStream icProto = InputConnectionHelper.buildGetSelectedTextProto(flags, in getSelectedText()
202 ProtoOutputStream icProto = InputConnectionHelper.buildGetSurroundingTextProto( in getSurroundingText()
228 ProtoOutputStream icProto = InputConnectionHelper.buildGetCursorCapsModeProto( in getCursorCapsMode()
254 ProtoOutputStream icProto = InputConnectionHelper.buildGetExtractedTextProto( in getExtractedText()
H A DIInputConnectionWrapper.java31 import android.util.imetracing.InputConnectionHelper;
369 icProto = InputConnectionHelper.buildGetTextAfterCursorProto(msg.arg1, in executeMessage()
399 icProto = InputConnectionHelper.buildGetTextBeforeCursorProto(msg.arg1, in executeMessage()
429 icProto = InputConnectionHelper.buildGetSelectedTextProto(msg.arg1, result); in executeMessage()
462 icProto = InputConnectionHelper.buildGetSurroundingTextProto(beforeLength, in executeMessage()
492 icProto = InputConnectionHelper.buildGetCursorCapsModeProto(msg.arg1, in executeMessage()
524 icProto = InputConnectionHelper.buildGetExtractedTextProto(request, in executeMessage()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DEditableInputConnection.java31 import android.util.imetracing.InputConnectionHelper;
267 if (InputConnectionHelper.DUMP_TEXT) { in dumpDebug()
/aosp12/frameworks/base/core/java/android/util/imetracing/
H A DInputConnectionHelper.java46 public class InputConnectionHelper { class
50 private InputConnectionHelper() {} in InputConnectionHelper() method in InputConnectionHelper
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt30950 Landroid/util/imetracing/InputConnectionHelper;
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt40614 Landroid/util/imetracing/InputConnectionHelper;