Documentation for this section has not yet been entered.
Bit mask of overall layout of the screen. Currently there are two fields:
The Configuration.SCREENLAYOUT_SIZE_MASK bits define the overall size of the screen. They may be one of Configuration.SCREENLAYOUT_SIZE_SMALL, Configuration.SCREENLAYOUT_SIZE_NORMAL, Configuration.SCREENLAYOUT_SIZE_LARGE, or Configuration.SCREENLAYOUT_SIZE_XLARGE.
The Configuration.SCREENLAYOUT_LONG_MASK defines whether the screen is wider/taller than normal. They may be one of Configuration.SCREENLAYOUT_LONG_NO or Configuration.SCREENLAYOUT_LONG_YES.
The Configuration.SCREENLAYOUT_LAYOUTDIR_MASK defines whether the screen layout is either LTR or RTL. They may be one of Configuration.SCREENLAYOUT_LAYOUTDIR_LTR or Configuration.SCREENLAYOUT_LAYOUTDIR_RTL.
See Supporting Multiple Screens for more information.