Searched refs:uiModeType (Results 1 – 2 of 2) sorted by relevance
182 int uiModeType = getUiModeType(configuration); in applyToConfiguration() local183 int resTabType = resTab.uiModeType(); in applyToConfiguration()185 uiModeType = resTabType; in applyToConfiguration()193 configuration.uiMode = uiModeType | uiModeNight; in applyToConfiguration()
720 public final int uiModeType() { in uiModeType() method in ResTable_config724 public final void uiModeType(int value) { in uiModeType() method in ResTable_config1144 result.put(Type.UI_MODE_TYPE, getOrDefault(UI_MODE_TYPE_VALUES, uiModeType(), "")); in toStringParts()1524 final int uiModeType = uiMode&MASK_UI_MODE_TYPE; in match() local1526 if (uiModeType != 0 && uiModeType != setUiModeType) { in match()