Searched refs:IME_ACTION_CUSTOM_LABEL (Results 1 – 1 of 1) sorted by relevance
58 private static final int IME_ACTION_CUSTOM_LABEL = EditorInfo.IME_MASK_ACTION + 1; field in KeyboardId162 return IME_ACTION_CUSTOM_LABEL; in imeAction()170 return actionId == IME_ACTION_CUSTOM_LABEL ? mEditorInfo.actionId : actionId; in imeActionId()243 return (actionId == IME_ACTION_CUSTOM_LABEL) ? "actionCustomLabel" in actionName()