Class UIScrollType


  • public final class UIScrollType
    extends java.lang.Object
    Begins: when at least minimumNumberOfTouches have moved enough to be considered a pan Changes: when a finger moves while at least minimumNumberOfTouches are down Ends: when all fingers have lifted
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Continuous
      Continuous scrolls originate from devices like trackpads
      static long Discrete
      Discrete scrolls originate from devices like a scroll wheel mouse
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Discrete

        public static final long Discrete
        Discrete scrolls originate from devices like a scroll wheel mouse
        See Also:
        Constant Field Values
      • Continuous

        public static final long Continuous
        Continuous scrolls originate from devices like trackpads
        See Also:
        Constant Field Values