Member Name | Description |
---|---|
LayoutdirLtr | Constant for Configuration.ScreenLayout: a ScreenLayout.LayoutdirMask value indicating that a layout dir has been set to LTR. |
LayoutdirMask | Constant for Configuration.ScreenLayout: bits that encode the layout direction. |
LayoutdirRtl | Constant for Configuration.ScreenLayout: a ScreenLayout.LayoutdirMask value indicating that a layout dir has been set to RTL. |
LayoutdirShift | Constant for Configuration.ScreenLayout: bits shift to get the layout direction. |
LayoutdirUndefined | Constant for Configuration.ScreenLayout: a ScreenLayout.LayoutdirMask value indicating that no layout dir has been set. |
LongMask | Constant for Configuration.ScreenLayout: bits that encode the aspect ratio. |
LongNo | Constant for Configuration.ScreenLayout: a ScreenLayout.LongMask value that corresponds to the notlong resource qualifier. |
LongUndefined | Constant for Configuration.ScreenLayout: a ScreenLayout.LongMask value indicating that no size has been set. |
LongYes | Constant for Configuration.ScreenLayout: a ScreenLayout.LongMask value that corresponds to the long resource qualifier. |
SizeLarge | Constant for Configuration.ScreenLayout: a ScreenLayout.SizeMask value indicating the screen is at least approximately 480x640 dp units, corresponds to the large resource qualifier. See Supporting Multiple Screens for more information. |
SizeMask | Constant for Configuration.ScreenLayout: bits that encode the size. |
SizeNormal | Constant for Configuration.ScreenLayout: a ScreenLayout.SizeMask value indicating the screen is at least approximately 320x470 dp units, corresponds to the normal resource qualifier. See Supporting Multiple Screens for more information. |
SizeSmall | Constant for Configuration.ScreenLayout: a ScreenLayout.SizeMask value indicating the screen is at least approximately 320x426 dp units, corresponds to the small resource qualifier. See Supporting Multiple Screens for more information. |
SizeUndefined | Constant for Configuration.ScreenLayout: a ScreenLayout.SizeMask value indicating that no size has been set. |
SizeXlarge | Constant for Configuration.ScreenLayout: a ScreenLayout.SizeMask value indicating the screen is at least approximately 720x960 dp units, corresponds to the xlarge resource qualifier. See Supporting Multiple Screens for more information. |
Undefined | Constant for Configuration.ScreenLayout: a value indicating that screenLayout is undefined |