Home
last modified time | relevance | path

Searched defs:ic (Results 1 – 25 of 53) sorted by relevance

123

/aosp12/frameworks/base/core/java/com/android/internal/view/
H A DIInputConnectionWrapper.java544 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 DTextViewReceiveContentTest.java95 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 DCustomInputConnectionEditText.java65 InputConnection ic = super.onCreateInputConnection(outAttrs); in onCreateInputConnection() local
/aosp12/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/service/
H A DLeanbackImeService.java135 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 DRichInputConnectionAndTextRangeTests.java250 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 DMain.java101 public static InaccessibleClass ic; field in Main
/aosp12/art/dexdump/
H A Ddexdump_main.cc68 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 DMultiLineShortMessageEditText.java42 final InputConnection ic = super.onCreateInputConnection(outAttrs); in onCreateInputConnection() local
/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java692 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 DIInputMethodWrapper.java194 final InputConnection ic = inputContext != null in executeMessage() local
305 InputConnection ic = new InputConnectionWrapper(mTarget, in bindInput() local
/aosp12/art/dexlayout/
H A Ddexlayout_main.cc89 const int ic = getopt(argc, argv, "abcdefghil:o:p:stuvw:x:"); in DexlayoutDriver() local
/aosp12/frameworks/av/media/codecs/amrnb/enc/src/
H A Dc8_31pf.cpp445 Word16 ic; in compress10() local
574 Word16 ic; in compress_code() local
/aosp12/frameworks/base/core/java/android/widget/
H A DImeAwareEditText.java64 final InputConnection ic = super.onCreateInputConnection(editorInfo); in onCreateInputConnection() local
/aosp12/build/make/tools/acp/
H A Dacp.c174 int ic, retVal; in main() local
/aosp12/art/test/ti-agent/
H A Dti_utf.h33 int ic = *utf8; in CountModifiedUtf8Chars() local
/aosp12/frameworks/av/media/codecs/amrnb/dec/src/
H A Dd8_31pf.cpp174 Word16 ic; in decompress10() local
/aosp12/hardware/qcom/msm8994/kernel-headers/linux/mmc/
H A Dioctl.h42 #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 Dioctl.h46 #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 DBubbleIconFactory.java59 @Nullable final ShortcutInfo shortcutInfo, @Nullable final Icon ic) { in getBubbleDrawable()
/aosp12/hardware/qcom/msm8996/kernel-headers/linux/mmc/
H A Dioctl.h42 #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 Dioctl.h46 #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 Dioctl.h39 #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 Daudio.c187 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 Dstack_rfcomm_test_utils.cc80 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 DInputConnectionInspector.java101 public static int getMissingMethodFlags(@Nullable final InputConnection ic) { in getMissingMethodFlags()

123