Home
last modified time | relevance | path

Searched refs:GetBoxComponent (Results 1 – 25 of 48) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.cpp53 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in GetBackDecoration()
194 auto box = stack->GetBoxComponent(); in SetWidth()
220 auto box = stack->GetBoxComponent(); in SetHeight()
269 auto boxComponent = stack->GetBoxComponent(); in SetBackgroundColor()
421 auto boxComponent = stack->GetBoxComponent(); in SetBorderRadius()
452 auto boxComponent = stack->GetBoxComponent(); in SetBorderColor()
483 auto boxComponent = stack->GetBoxComponent(); in SetBorderWidth()
512 auto boxComponent = stack->GetBoxComponent(); in SetBorderStyle()
870 auto boxComponent = stack->GetBoxComponent(); in SetLinearGradient()
890 auto boxComponent = stack->GetBoxComponent(); in SetSweepGradient()
[all …]
H A Dradio_model_impl.cpp50 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create()
80 auto box = stack->GetBoxComponent(); in SetWidth()
92 auto box = stack->GetBoxComponent(); in SetHeight()
105 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetPadding()
137 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetResponseRegion()
H A Dcheckbox_model_impl.cpp58 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create()
93 auto box = stack->GetBoxComponent(); in SetWidth()
105 auto box = stack->GetBoxComponent(); in SetHeight()
122 auto box = stack->GetBoxComponent(); in SetPadding()
H A Dcheckboxgroup_model_impl.cpp56 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create()
92 auto box = stack->GetBoxComponent(); in SetWidth()
104 auto box = stack->GetBoxComponent(); in SetHeight()
121 auto box = stack->GetBoxComponent(); in SetPadding()
H A Dtoggle_model_impl.cpp75 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create()
145 auto box = stack->GetBoxComponent(); in SetWidth()
163 auto box = stack->GetBoxComponent(); in SetHeight()
183 auto box = stack->GetBoxComponent(); in IsToggle()
190 auto box = stack->GetBoxComponent(); in SetPadding()
H A Dlinear_split_model_impl.cpp31 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create()
38 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create()
H A Dshape_model_impl.cpp63 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetWidth()
79 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetHeight()
95 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in InitBox()
H A Dlist_item_model_impl.cpp80 auto box = stack->GetBoxComponent(); in SetEditMode()
124 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetOnDragStart()
H A Dpatternlock_model_impl.cpp43 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create()
112 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetSideLength()
H A Dtext_model_impl.cpp245 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in OnSetWidth()
254 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in OnSetHeight()
271 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in OnSetAlign()
H A Dgrid_container_model_impl.cpp31 ViewStackProcessor::GetInstance()->GetBoxComponent()->SetGridLayoutInfo(containerInfo); in Create()
H A Dtext_field_model_impl.cpp58 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in CreateTextInput()
73 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in InitTextAreaDefaultStyle()
144 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in CreateTextArea()
162 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in InitTextInputDefaultStyle()
487 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetBackBorder()
H A Dtab_content_model_impl.cpp54 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create()
68 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create()
H A Dblank_model_impl.cpp54 auto blank = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetColor()
H A Dflex_model_impl.cpp48 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetFlexWidth()
68 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetFlexHeight()
H A Dpreview_mock_model_impl.h53 RefPtr<BoxComponent> mountBox = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create()
H A Ddivider_model_impl.cpp45 auto box = stack->GetBoxComponent(); in Vertical()
H A Dimage_model_impl.cpp38 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetBorder()
53 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetBackBorder()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_label.h38 auto labelTarget = AceType::DynamicCast<LabelTarget>(node->GetBoxComponent()->GetChild()); in SetTargetNode()
H A Ddom_piece.cpp43 declaration->SetMargin(GetBoxComponent()->GetMargin()); in PrepareSpecializedComponent()
H A Ddom_svg_g.cpp57 auto box = GetBoxComponent(); in OnMounted()
H A Ddom_svg.cpp63 auto box = GetBoxComponent(); in OnMounted()
H A Ddom_textarea.cpp44 auto boxComponent = GetBoxComponent(); in InitializeStyle()
317 RefPtr<BoxComponent> boxComponent = GetBoxComponent(); in PrepareSpecializedComponent()
341 RefPtr<BoxComponent> boxComponent = GetBoxComponent(); in UpdateDecoration()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_option_component.h88 const RefPtr<BoxComponent>& GetBoxComponent() in GetBoxComponent() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_camera.cpp56 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create()

12