Interface TextSearchFlags


public interface TextSearchFlags
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The text will be matched regardless of
    what case it is in.
    static final int
    Search only text.
    static final int
    Search only visible data.
  • Field Details

    • VISIBLE_ONLY

      static final int VISIBLE_ONLY
      Search only visible data. A search match may
      have invisible text interspersed.
      See Also:
    • TEXT_ONLY

      static final int TEXT_ONLY
      Search only text. A match may have paintables or
      child widgets mixed inside the matched range.
      See Also:
    • CASE_INSENSITIVE

      static final int CASE_INSENSITIVE
      The text will be matched regardless of
      what case it is in.
      See Also: