/aosp12/frameworks/base/core/java/com/android/internal/view/ |
H A D | IInputConnectionWrapper.java | 544 InputConnection ic = getInputConnection(); in executeMessage() local 558 InputConnection ic = getInputConnection(); in executeMessage() local 572 InputConnection ic = getInputConnection(); in executeMessage() local 586 InputConnection ic = getInputConnection(); in executeMessage() local 600 InputConnection ic = getInputConnection(); in executeMessage() local 614 InputConnection ic = getInputConnection(); in executeMessage() local 628 InputConnection ic = getInputConnection(); in executeMessage() local 642 InputConnection ic = getInputConnection(); in executeMessage() local 664 InputConnection ic = getInputConnection(); in executeMessage() local 682 InputConnection ic = getInputConnection(); in executeMessage() local [all …]
|
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/ |
H A D | TextViewReceiveContentTest.java | 95 MyInputConnection ic = new MyInputConnection(); in testGetFallbackMimeTypesForAutofill() local 112 MyInputConnection ic = new MyInputConnection(); in testGetFallbackMimeTypesForAutofill_noMimeTypesInEditorInfo() local 127 MyInputConnection ic = new MyInputConnection(); in testOnReceive_fallbackToCommitContent() local 150 MyInputConnection ic = new MyInputConnection(); in testOnReceive_fallbackToCommitContent_noMimeTypesInEditorInfo() local 170 MyInputConnection ic = new MyInputConnection(); in testOnReceive_fallbackToCommitContent_sourceOtherThanAutofill() local
|
H A D | CustomInputConnectionEditText.java | 65 InputConnection ic = super.onCreateInputConnection(outAttrs); in onCreateInputConnection() local
|
/aosp12/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/service/ |
H A D | LeanbackImeService.java | 135 InputConnection ic = getCurrentInputConnection(); in onStartInputView() local 229 private String getEditorText(InputConnection ic) { in getEditorText() 242 private int getAmpersandLocation(InputConnection ic) { in getAmpersandLocation() 252 private int getCharLengthBeforeCursor(InputConnection ic) { in getCharLengthBeforeCursor() 257 private int getCharLengthAfterCursor(InputConnection ic ) { in getCharLengthAfterCursor() 263 InputConnection ic = getCurrentInputConnection(); in handleTextEntry() local
|
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
H A D | RichInputConnectionAndTextRangeTests.java | 250 final RichInputConnection ic = new RichInputConnection(mockInputMethodService); in testGetWordRangeAtCursor() local 308 final RichInputConnection ic = new RichInputConnection(mockInputMethodService); in helpTestGetSuggestionSpansAtWord() local 390 final RichInputConnection ic = new RichInputConnection(ims); in testCursorTouchingWord() local
|
/aosp12/art/test/536-checker-needs-access-check/src/ |
H A D | Main.java | 101 public static InaccessibleClass ic; field in Main
|
/aosp12/art/dexdump/ |
H A D | dexdump_main.cc | 68 const int ic = getopt(argc, argv, "acdefghijl:o:"); in dexdumpDriver() local
|
/aosp12/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/ |
H A D | MultiLineShortMessageEditText.java | 42 final InputConnection ic = super.onCreateInputConnection(outAttrs); in onCreateInputConnection() local
|
/aosp12/frameworks/base/core/java/android/inputmethodservice/ |
H A D | InputMethodService.java | 692 public void startInput(InputConnection ic, EditorInfo attribute) { in startInput() 704 public void restartInput(InputConnection ic, EditorInfo attribute) { in restartInput() 1589 InputConnection ic = mStartedInputConnection; in getCurrentInputConnection() local 2107 InputConnection ic = getCurrentInputConnection(); in onFinishInputView() local 2152 InputConnection ic = getCurrentInputConnection(); in onFinishCandidatesView() local 2473 InputConnection ic = getCurrentInputConnection(); in onFinishInput() local 2867 InputConnection ic = getCurrentInputConnection(); in sendDownUpKeyEvents() local 2904 InputConnection ic = getCurrentInputConnection(); in sendDefaultEditorAction() local 2940 InputConnection ic = getCurrentInputConnection(); in sendKeyChar() local 3048 InputConnection ic = getCurrentInputConnection(); in onExtractTextContextMenuItem() local [all …]
|
H A D | IInputMethodWrapper.java | 194 final InputConnection ic = inputContext != null in executeMessage() local 305 InputConnection ic = new InputConnectionWrapper(mTarget, in bindInput() local
|
/aosp12/art/dexlayout/ |
H A D | dexlayout_main.cc | 89 const int ic = getopt(argc, argv, "abcdefghil:o:p:stuvw:x:"); in DexlayoutDriver() local
|
/aosp12/frameworks/av/media/codecs/amrnb/enc/src/ |
H A D | c8_31pf.cpp | 445 Word16 ic; in compress10() local 574 Word16 ic; in compress_code() local
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | ImeAwareEditText.java | 64 final InputConnection ic = super.onCreateInputConnection(editorInfo); in onCreateInputConnection() local
|
/aosp12/build/make/tools/acp/ |
H A D | acp.c | 174 int ic, retVal; in main() local
|
/aosp12/art/test/ti-agent/ |
H A D | ti_utf.h | 33 int ic = *utf8; in CountModifiedUtf8Chars() local
|
/aosp12/frameworks/av/media/codecs/amrnb/dec/src/ |
H A D | d8_31pf.cpp | 174 Word16 ic; in decompress10() local
|
/aosp12/hardware/qcom/msm8994/kernel-headers/linux/mmc/ |
H A D | ioctl.h | 42 #define mmc_ioc_cmd_set_data(ic, ptr) ic.data_ptr = (__u64)(unsigned long) ptr argument
|
/aosp12/hardware/qcom/msm8994/original-kernel-headers/linux/mmc/ |
H A D | ioctl.h | 46 #define mmc_ioc_cmd_set_data(ic, ptr) ic.data_ptr = (__u64)(unsigned long) ptr argument
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleIconFactory.java | 59 @Nullable final ShortcutInfo shortcutInfo, @Nullable final Icon ic) { in getBubbleDrawable()
|
/aosp12/hardware/qcom/msm8996/kernel-headers/linux/mmc/ |
H A D | ioctl.h | 42 #define mmc_ioc_cmd_set_data(ic,ptr) ic.data_ptr = (__u64) (unsigned long) ptr argument
|
/aosp12/hardware/qcom/msm8996/original-kernel-headers/linux/mmc/ |
H A D | ioctl.h | 46 #define mmc_ioc_cmd_set_data(ic, ptr) ic.data_ptr = (__u64)(unsigned long) ptr argument
|
/aosp12/bionic/libc/kernel/uapi/linux/mmc/ |
H A D | ioctl.h | 39 #define mmc_ioc_cmd_set_data(ic,ptr) ic.data_ptr = (__u64) (unsigned long) ptr argument
|
/aosp12/frameworks/base/libs/usb/tests/accessorytest/ |
H A D | audio.c | 187 int init_audio(unsigned int ic, unsigned int id, unsigned int oc, unsigned int od) in init_audio()
|
/aosp12/system/bt/stack/test/rfcomm/ |
H A D | stack_rfcomm_test_utils.cc | 80 bool rtr, bool ic, bool dv) { in CreateMccMscFrame() 185 bool fc, bool rtc, bool rtr, bool ic, in CreateQuickMscPacket()
|
/aosp12/frameworks/base/core/java/android/view/inputmethod/ |
H A D | InputConnectionInspector.java | 101 public static int getMissingMethodFlags(@Nullable final InputConnection ic) { in getMissingMethodFlags()
|