Interface PickFlags


public interface PickFlags
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The default behavior, include widgets that are receiving events
    static final int
    Include widgets that are insensitive
    static final int
    Include widgets that are marked as non-targetable.
  • Field Details

    • DEFAULT

      static final int DEFAULT
      The default behavior, include widgets that are receiving events
      See Also:
    • INSENSITIVE

      static final int INSENSITIVE
      Include widgets that are insensitive
      See Also:
    • NON_TARGETABLE

      static final int NON_TARGETABLE
      Include widgets that are marked as non-targetable. See [property@Widget:can-target]
      See Also: