Class UISemanticContentAttribute


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

      Fields 
      Modifier and Type Field Description
      static long ForceLeftToRight  
      static long ForceRightToLeft  
      static long Playback
      for playback controls such as Play/RW/FF buttons and playhead scrubbers
      static long Spatial
      for controls that result in some sort of directional change in the UI, e.g. a segmented control for text alignment or a D-pad in a game
      static long Unspecified  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Playback

        public static final long Playback
        for playback controls such as Play/RW/FF buttons and playhead scrubbers
        See Also:
        Constant Field Values
      • Spatial

        public static final long Spatial
        for controls that result in some sort of directional change in the UI, e.g. a segmented control for text alignment or a D-pad in a game
        See Also:
        Constant Field Values