Class UIInterpolatingMotionEffectType


  • public final class UIInterpolatingMotionEffectType
    extends java.lang.Object
    ---------------------------------------------------------------------
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long HorizontalAxis
      Tracks the device being tilted left/right relative to the viewer.
      static long VerticalAxis
      Tracks the device being tilted up/down relative to the viewer.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • HorizontalAxis

        public static final long HorizontalAxis
        Tracks the device being tilted left/right relative to the viewer. The minimum relative values maps to the device being tilted all the way to the left, the maximum to the right.
        See Also:
        Constant Field Values
      • VerticalAxis

        public static final long VerticalAxis
        Tracks the device being tilted up/down relative to the viewer. The minimum relative values maps to the device being tilted all the way down, the maximum all the way up.
        See Also:
        Constant Field Values