Class UIPencilPreferredAction


  • public final class UIPencilPreferredAction
    extends java.lang.Object
    Preferred actions available to the user in Settings.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Ignore
      No action, or the user has disabled pencil interactions in Accessibility settings
      static long ShowColorPalette
      Show and hide the color palette
      static long SwitchEraser
      Switch between the current tool and eraser
      static long SwitchPrevious
      Switch between the current tool and the previously used tool
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Ignore

        public static final long Ignore
        No action, or the user has disabled pencil interactions in Accessibility settings
        See Also:
        Constant Field Values
      • SwitchEraser

        public static final long SwitchEraser
        Switch between the current tool and eraser
        See Also:
        Constant Field Values
      • SwitchPrevious

        public static final long SwitchPrevious
        Switch between the current tool and the previously used tool
        See Also:
        Constant Field Values
      • ShowColorPalette

        public static final long ShowColorPalette
        Show and hide the color palette
        See Also:
        Constant Field Values