Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp207 constexpr int32_t CALENDAR_PICKER_FONT_WEIGHT_INDEX = 2; member
10206 if (CALENDAR_PICKER_FONT_WEIGHT_INDEX < actualSize && in SetCalendarPickerTextStyle()
10207 (item->value[CALENDAR_PICKER_FONT_WEIGHT_INDEX].i32 < 0 || in SetCalendarPickerTextStyle()
10208 item->value[CALENDAR_PICKER_FONT_WEIGHT_INDEX].i32 > static_cast<int32_t>(ARKUI_FONT_WEIGHT_REGULAR))) { in SetCalendarPickerTextStyle()
10224 if (CALENDAR_PICKER_FONT_WEIGHT_INDEX < actualSize) { in SetCalendarPickerTextStyle()
10225 fontWeight = item->value[CALENDAR_PICKER_FONT_WEIGHT_INDEX].i32; in SetCalendarPickerTextStyle()
10239 g_numberValues[CALENDAR_PICKER_FONT_WEIGHT_INDEX].i32 = textStyle.fontWeight; in GetCalendarPickerTextStyle()

Completed in 25 milliseconds