Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_dialog_view.cpp42 const int32_t NEXT_BUTTON_INDEX = 2; variable
612 … auto nextButton = AceType::DynamicCast<FrameNode>(contentRow->GetChildAtIndex(NEXT_BUTTON_INDEX)); in ShowContentRowButton()
624 … auto nextButton = AceType::DynamicCast<FrameNode>(contentRow->GetChildAtIndex(NEXT_BUTTON_INDEX)); in ShowContentRowButton()