Searched defs:uiMode (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_content_res_Configuration.cpp40 jfieldID uiMode; member in struct:android::__anon967
65 out->uiMode = env->GetIntField(clazz, gConfigurationClassInfo.uiMode);
117 GET_FIELD_ID(gConfigurationClassInfo.uiMode, clazz,
118 "uiMode", "I");
H A Dandroid_util_AssetManager.cpp515 jint screenLayout, jint uiMode,
542 config.uiMode = (uint8_t)uiMode;
506 android_content_AssetManager_setConfiguration(JNIEnv* env, jobject clazz, jint mcc, jint mnc, jstring locale, jint orientation, jint touchscreen, jint density, jint keyboard, jint keyboardHidden, jint navigation, jint screenWidth, jint screenHeight, jint smallestScreenWidthDp, jint screenWidthDp, jint screenHeightDp, jint screenLayout, jint uiMode, jint sdkVersion) argument
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java406 /** Constant for {@link #uiMode}: bits that encode the mode type. */
408 /** Constant for {@link #uiMode}: a {@link #UI_MODE_TYPE_MASK}
411 /** Constant for {@link #uiMode}: a {@link #UI_MODE_TYPE_MASK}
416 /** Constant for {@link #uiMode}: a {@link #UI_MODE_TYPE_MASK}
421 /** Constant for {@link #uiMode}: a {@link #UI_MODE_TYPE_MASK}
426 /** Constant for {@link #uiMode}: a {@link #UI_MODE_TYPE_MASK}
431 /** Constant for {@link #uiMode}: a {@link #UI_MODE_TYPE_MASK}
437 /** Constant for {@link #uiMode}: bits that encode the night mode. */
439 /** Constant for {@link #uiMode}: a {@link #UI_MODE_NIGHT_MASK}
442 /** Constant for {@link #uiMode}
465 public int uiMode; field in class:Configuration
[all...]
H A DAssetManager.java656 int screenLayout, int uiMode, int majorVersion);
652 setConfiguration(int mcc, int mnc, String locale, int orientation, int touchscreen, int density, int keyboard, int keyboardHidden, int navigation, int screenWidth, int screenHeight, int smallestScreenWidthDp, int screenWidthDp, int screenHeightDp, int screenLayout, int uiMode, int majorVersion) argument
/frameworks/base/include/androidfw/
H A DResourceTypes.h970 // uiMode bits for the mode type.
979 // uiMode bits for the night switch.
990 uint8_t uiMode; member in struct:android::ResTable_config::__anon1056::__anon1057

Completed in 66 milliseconds