Class CPListItemPlayingIndicatorLocation


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

      Fields 
      Modifier and Type Field Description
      static long Leading
      The list item will display its now playing indicator on the leading side.
      static long Trailing
      The list item will display its now playing indicator on the trailing side.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Leading

        public static final long Leading
        The list item will display its now playing indicator on the leading side.
        See Also:
        Constant Field Values
      • Trailing

        public static final long Trailing
        The list item will display its now playing indicator on the trailing side.
        See Also:
        Constant Field Values