UiMode Enum

Definition

Enumerates values returned by several types.

public enum UiMode
type UiMode = 
Inheritance
UiMode

Fields

NightMask 48

Constant for UiMode: bits that encode the night mode.

NightNo 16
NightUndefined 0

Constant for UiMode: a UiModeNightMaskvalue indicating that no mode type has been set.

NightYes 32
TypeAppliance 5
TypeCar 3
TypeDesk 2
TypeMask 15

Constant for UiMode: bits that encode the mode type.

TypeNormal 1
TypeTelevision 4
TypeUndefined 0

Constant for UiMode: a UiModeTypeMaskvalue indicating that no mode type has been set.

TypeVrHeadset 7
TypeWatch 6

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