Class UIPointerEffectTintMode


  • public final class UIPointerEffectTintMode
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long None
      Indicates that no tint should be applied to the view.
      static long Overlay
      Indicates that a tint overlay should be placed above the view.
      static long Underlay
      Indicates that a tint underlay should be placed below the view.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • None

        public static final long None
        Indicates that no tint should be applied to the view.
        See Also:
        Constant Field Values
      • Overlay

        public static final long Overlay
        Indicates that a tint overlay should be placed above the view.
        See Also:
        Constant Field Values
      • Underlay

        public static final long Underlay
        Indicates that a tint underlay should be placed below the view.
        See Also:
        Constant Field Values