Class UISearchBarStyle


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

      Fields 
      Modifier and Type Field Description
      static long Default
      currently UISearchBarStyleProminent
      static long Minimal
      used by Calendar, Notes and Music
      static long Prominent
      used my Mail, Messages and Contacts
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Default

        public static final long Default
        currently UISearchBarStyleProminent
        See Also:
        Constant Field Values
      • Prominent

        public static final long Prominent
        used my Mail, Messages and Contacts
        See Also:
        Constant Field Values
      • Minimal

        public static final long Minimal
        used by Calendar, Notes and Music
        See Also:
        Constant Field Values