Interface InputHints


public interface InputHints
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Suggest offering Emoji support
    static final int
    Suggest to not show an onscreen keyboard
    (e.g for a calculator that already has all the keys).
    static final int
    Suggest to convert all text to lowercase
    static final int
    Suggest not offering Emoji support
    static final int
    Suggest not checking for typos
    static final int
    No special behaviour suggested
    static final int
    Request that the input method should not
    update personalized data (like typing history)
    static final int
    Suggest checking for typos
    static final int
    Suggest to capitalize all text
    static final int
    Suggest to capitalize the
    first word of each sentence
    static final int
    Suggest to capitalize the first
    character of each word
    static final int
    The text is vertical
    static final int
    Suggest word completion
  • Field Details

    • NONE

      static final int NONE
      No special behaviour suggested
      See Also:
    • SPELLCHECK

      static final int SPELLCHECK
      Suggest checking for typos
      See Also:
    • NO_SPELLCHECK

      static final int NO_SPELLCHECK
      Suggest not checking for typos
      See Also:
    • WORD_COMPLETION

      static final int WORD_COMPLETION
      Suggest word completion
      See Also:
    • LOWERCASE

      static final int LOWERCASE
      Suggest to convert all text to lowercase
      See Also:
    • UPPERCASE_CHARS

      static final int UPPERCASE_CHARS
      Suggest to capitalize all text
      See Also:
    • UPPERCASE_WORDS

      static final int UPPERCASE_WORDS
      Suggest to capitalize the first
      character of each word
      See Also:
    • UPPERCASE_SENTENCES

      static final int UPPERCASE_SENTENCES
      Suggest to capitalize the
      first word of each sentence
      See Also:
    • INHIBIT_OSK

      static final int INHIBIT_OSK
      Suggest to not show an onscreen keyboard
      (e.g for a calculator that already has all the keys).
      See Also:
    • VERTICAL_WRITING

      static final int VERTICAL_WRITING
      The text is vertical
      See Also:
    • EMOJI

      static final int EMOJI
      Suggest offering Emoji support
      See Also:
    • NO_EMOJI

      static final int NO_EMOJI
      Suggest not offering Emoji support
      See Also:
    • PRIVATE

      static final int PRIVATE
      Request that the input method should not
      update personalized data (like typing history)
      See Also: