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::__anon788
65 out->uiMode = env->GetIntField(clazz, gConfigurationClassInfo.uiMode);
108 GET_FIELD_ID(gConfigurationClassInfo.uiMode, clazz,
109 "uiMode", "I");
H A Dandroid_util_AssetManager.cpp603 jint screenLayout, jint uiMode,
630 config.uiMode = (uint8_t)uiMode;
594 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 DAssetManager.java681 int screenLayout, int uiMode, int majorVersion);
677 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
H A DConfiguration.java422 /** Constant for {@link #uiMode}: bits that encode the mode type. */
424 /** Constant for {@link #uiMode}: a {@link #UI_MODE_TYPE_MASK}
427 /** Constant for {@link #uiMode}: a {@link #UI_MODE_TYPE_MASK}
432 /** Constant for {@link #uiMode}: a {@link #UI_MODE_TYPE_MASK}
437 /** Constant for {@link #uiMode}: a {@link #UI_MODE_TYPE_MASK}
442 /** Constant for {@link #uiMode}: a {@link #UI_MODE_TYPE_MASK}
447 /** Constant for {@link #uiMode}: a {@link #UI_MODE_TYPE_MASK}
452 /** Constant for {@link #uiMode}: a {@link #UI_MODE_TYPE_MASK}
458 /** Constant for {@link #uiMode}: bits that encode the night mode. */
460 /** Constant for {@link #uiMode}
486 public int uiMode; field in class:Configuration
[all...]
/frameworks/base/include/androidfw/
H A DResourceTypes.h1070 // uiMode bits for the mode type.
1080 // uiMode bits for the night switch.
1091 uint8_t uiMode; member in struct:android::ResTable_config::__anon913::__anon914

Completed in 86 milliseconds