Searched refs:UI_MODE_TYPE_VR_HEADSET (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/tools/aapt2/
H A DConfigDescription_test.cpp138 EXPECT_EQ(android::ResTable_config::UI_MODE_TYPE_VR_HEADSET, config.uiMode);
H A DConfigDescription.cpp307 ResTable_config::UI_MODE_TYPE_VR_HEADSET;
842 == ResTable_config::UI_MODE_TYPE_VR_HEADSET ||
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java664 public static final int UI_MODE_TYPE_VR_HEADSET = 0x07; field in class:Configuration
689 * or {@link #UI_MODE_TYPE_VR_HEADSET}.
1022 case UI_MODE_TYPE_VR_HEADSET: sb.append(" vrheadset"); break;
1165 case UI_MODE_TYPE_VR_HEADSET:
1166 return "UI_MODE_TYPE_VR_HEADSET";
2119 case Configuration.UI_MODE_TYPE_VR_HEADSET:
/frameworks/base/tools/aapt/
H A DAaptConfig.cpp269 == ResTable_config::UI_MODE_TYPE_VR_HEADSET
544 | ResTable_config::UI_MODE_TYPE_VR_HEADSET;
/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h1117 UI_MODE_TYPE_VR_HEADSET = ACONFIGURATION_UI_MODE_TYPE_VR_HEADSET, enumerator in enum:android::ResTable_config::__anon981
/frameworks/base/services/core/java/com/android/server/
H A DUiModeManagerService.java442 uiMode = Configuration.UI_MODE_TYPE_VR_HEADSET;
/frameworks/base/tools/aapt2/format/proto/
H A DProtoSerialize.cpp183 case ConfigDescription::UI_MODE_TYPE_VR_HEADSET:
H A DProtoDeserialize.cpp236 ConfigDescription::UI_MODE_TYPE_VR_HEADSET;
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java79 import static android.content.res.Configuration.UI_MODE_TYPE_VR_HEADSET;
2689 * of UI_MODE_TYPE_VR_HEADSET.
2950 return (config.uiMode & UI_MODE_TYPE_MASK) == UI_MODE_TYPE_VR_HEADSET;
H A DActivityManagerService.java22855 && modeType != Configuration.UI_MODE_TYPE_VR_HEADSET);
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3271 case ResTable_config::UI_MODE_TYPE_VR_HEADSET:
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java7912 } else if (mUiMode == Configuration.UI_MODE_TYPE_VR_HEADSET) {

Completed in 6761 milliseconds