Searched refs:uiModeType (Results 1 – 5 of 5) sorted by relevance
209 void AConfiguration_setUiModeType(AConfiguration* config, int32_t uiModeType) { in AConfiguration_setUiModeType() argument211 | (uiModeType&ResTable_config::MASK_UI_MODE_TYPE); in AConfiguration_setUiModeType()
694 void AConfiguration_setUiModeType(AConfiguration* config, int32_t uiModeType);
2788 public static String getUiModeTypeString(int uiModeType) { in getUiModeTypeString() argument2789 switch (uiModeType) { in getUiModeTypeString()
951 final int uiModeType = context.getResources() in loadDefaultConfigurationXml() local953 final String uiModeTypeStr = Configuration.getUiModeTypeString(uiModeType); in loadDefaultConfigurationXml()
2990 const int uiModeType = uiMode&MASK_UI_MODE_TYPE; in match() local2992 if (uiModeType != 0 && uiModeType != setUiModeType) { in match()