Searched refs:buttonRowNode (Results 1 – 3 of 3) sorted by relevance
221 auto buttonRowNode = GetButtonRowNode(); in RegisterButtonOnHover() local222 for (const auto& child : buttonRowNode->GetChildren()) { in RegisterButtonOnHover()279 auto buttonRowNode = GetButtonRowNode(); in RegisterButtonOnTouch() local280 for (const auto& child : buttonRowNode->GetChildren()) { in RegisterButtonOnTouch()341 auto buttonRowNode = AceType::DynamicCast<FrameNode>(lastColumnNode->GetLastChild()); in GetButtonRowNode() local342 CHECK_NULL_RETURN(buttonRowNode, nullptr); in GetButtonRowNode()344 if (buttonRowNode->GetTag() != V2::ROW_ETS_TAG) { in GetButtonRowNode()348 if (buttonRowNode->GetTag() != V2::FLEX_ETS_TAG) { in GetButtonRowNode()352 if (buttonRowNode->GetChildren().empty()) { in GetButtonRowNode()355 return buttonRowNode; in GetButtonRowNode()
1174 auto buttonRowNode = pattern->GetButtonRowNode(); variable1175 ASSERT_NE(buttonRowNode, nullptr);1176 for (const auto& child : buttonRowNode->GetChildren()) {2605 auto buttonRowNode = pattern->GetButtonRowNode(); variable
336 auto buttonRowNode = AceType::DynamicCast<FrameNode>(buttonNode->GetFirstChild()); in CreateTitleIconNode() local337 CHECK_NULL_VOID(buttonRowNode); in CreateTitleIconNode()338 spinnerNode->MountToParent(buttonRowNode); in CreateTitleIconNode()