ScreenLayout Enum

Definition

Enumerates values returned by several types.

public enum ScreenLayout
type ScreenLayout = 
Inheritance
ScreenLayout

Fields

LayoutdirLtr 64

Constant for ScreenLayout: a LayoutdirMaskvalue indicating that a layout dir has been set to LTR.

LayoutdirMask 192

Constant for ScreenLayout: bits that encode the layout direction.

LayoutdirRtl 128

Constant for ScreenLayout: a LayoutdirMaskvalue indicating that a layout dir has been set to RTL.

LayoutdirShift 6

Constant for ScreenLayout: bits shift to get the layout direction.

LayoutdirUndefined 0

Constant for ScreenLayout: a LayoutdirMaskvalue indicating that no layout dir has been set.

LongMask 48

Constant for ScreenLayout: bits that encode the aspect ratio.

LongNo 16
LongUndefined 0

Constant for ScreenLayout: a LongMaskvalue indicating that no size has been set.

LongYes 32
RoundMask 768
RoundNo 256
RoundUndefined 0
RoundYes 512
SizeLarge 3
SizeMask 15

Constant for ScreenLayout: bits that encode the size.

SizeNormal 2
SizeSmall 1
SizeUndefined 0

Constant for ScreenLayout: a SizeMaskvalue indicating that no size has been set.

SizeXlarge 4
Undefined 0

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to