This class defines the widths that can be returned from the
Provider.getWidth() method.
The width is a suggestion to a client of a provider object as to how
much screen real estate should be given to display the provider's
default view.
Field Summary
final public static int
WIDTH_FULL_BOTTOM Provider can be displayed in a "full" frame at the bottom.
final public static int
WIDTH_FULL_TOP Provider can be displayed in a "full" frame at the top.
final public static int
WIDTH_THICK Provider can be displayed in a "thick" frame.
final public static int
WIDTH_THIN Provider can be displayed in a "thin" frame.