Home
last modified time | relevance | path

Searched refs:FIRST_SLASH (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_picker_pattern.cpp32 constexpr int32_t FIRST_SLASH = 1; variable
72 int32_t hoverIndexs[] = { yearIndex_, FIRST_SLASH, monthIndex_, SECOND_SLASH, dayIndex_ }; in UpdateAccessibilityText()
360 ResetTextStateByNode(DynamicCast<FrameNode>(contentNode->GetChildAtIndex(FIRST_SLASH))); in ResetTextState()