Searched refs:titleButtonRow (Results 1 – 2 of 2) sorted by relevance
245 auto titleButtonRow = CreateTitleButtonRowNode(); in CreateTitleButtonNode() local246 CHECK_NULL_RETURN(titleButtonRow, nullptr); in CreateTitleButtonNode()274 titleButtonRow->GetLayoutProperty()->UpdateUserDefinedIdealSize(CalcSize( in CreateTitleButtonNode()277 textTitleNode->MountToParent(titleButtonRow); in CreateTitleButtonNode()278 titleButtonRow->MountToParent(buttonTitleNode); in CreateTitleButtonNode()295 …auto titleButtonRow = FrameNode::CreateFrameNode(V2::COLUMN_ETS_TAG, ElementRegister::GetInstance(… in CreateTitleButtonRowNode() local297 CHECK_NULL_RETURN(titleButtonRow, nullptr); in CreateTitleButtonRowNode()298 auto bottonRowlayoutProps = titleButtonRow->GetLayoutProperty<LinearLayoutProperty>(); in CreateTitleButtonRowNode()303 return titleButtonRow; in CreateTitleButtonRowNode()
2058 auto titleButtonRow = DatePickerDialogView::CreateTitleButtonRowNode(); variable2059 DatePickerDialogView::HandleMouseEvent(titleButtonRow, isHover);2060 …EXPECT_EQ(AceType::DynamicCast<FrameNode>(titleButtonRow)->GetRenderContext()->GetBackgroundColor(…2072 auto titleButtonRow = DatePickerDialogView::CreateTitleButtonRowNode(); variable2073 DatePickerDialogView::HandleMouseEvent(titleButtonRow, isHover);2075 …AceType::DynamicCast<FrameNode>(titleButtonRow)->GetRenderContext()->GetBackgroundColor(), Color::…