Searched refs:IME_ACTION_CUSTOM_LABEL (Results 1 – 4 of 4) sorted by relevance
38 public static final int IME_ACTION_CUSTOM_LABEL = EditorInfo.IME_MASK_ACTION + 1; field in InputTypeUtils111 return IME_ACTION_CUSTOM_LABEL; in getImeOptionsActionIdFromEditorInfo()
62 private static final int IME_ACTION_CUSTOM_LABEL = EditorInfo.IME_MASK_ACTION + 1; field in CarLatinIME318 if (IME_ACTION_CUSTOM_LABEL == imeOptionsActionId) {460 return IME_ACTION_CUSTOM_LABEL; in getImeOptionsActionIdFromEditorInfo()
268 return (actionId == InputTypeUtils.IME_ACTION_CUSTOM_LABEL) ? "actionCustomLabel" in actionName()
726 if (InputTypeUtils.IME_ACTION_CUSTOM_LABEL == imeOptionsActionId) { in handleNonFunctionalEvent()