/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | view_abstract_model_impl.cpp | 53 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 D | radio_model_impl.cpp | 50 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 D | checkbox_model_impl.cpp | 58 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 D | checkboxgroup_model_impl.cpp | 56 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 D | toggle_model_impl.cpp | 75 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 D | linear_split_model_impl.cpp | 31 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create() 38 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create()
|
H A D | shape_model_impl.cpp | 63 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 D | list_item_model_impl.cpp | 80 auto box = stack->GetBoxComponent(); in SetEditMode() 124 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetOnDragStart()
|
H A D | patternlock_model_impl.cpp | 43 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create() 112 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetSideLength()
|
H A D | text_model_impl.cpp | 245 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 D | grid_container_model_impl.cpp | 31 ViewStackProcessor::GetInstance()->GetBoxComponent()->SetGridLayoutInfo(containerInfo); in Create()
|
H A D | text_field_model_impl.cpp | 58 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 D | tab_content_model_impl.cpp | 54 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create() 68 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create()
|
H A D | blank_model_impl.cpp | 54 auto blank = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetColor()
|
H A D | flex_model_impl.cpp | 48 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetFlexWidth() 68 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetFlexHeight()
|
H A D | preview_mock_model_impl.h | 53 RefPtr<BoxComponent> mountBox = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create()
|
H A D | divider_model_impl.cpp | 45 auto box = stack->GetBoxComponent(); in Vertical()
|
H A D | image_model_impl.cpp | 38 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 D | dom_label.h | 38 auto labelTarget = AceType::DynamicCast<LabelTarget>(node->GetBoxComponent()->GetChild()); in SetTargetNode()
|
H A D | dom_piece.cpp | 43 declaration->SetMargin(GetBoxComponent()->GetMargin()); in PrepareSpecializedComponent()
|
H A D | dom_svg_g.cpp | 57 auto box = GetBoxComponent(); in OnMounted()
|
H A D | dom_svg.cpp | 63 auto box = GetBoxComponent(); in OnMounted()
|
H A D | dom_textarea.cpp | 44 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 D | picker_option_component.h | 88 const RefPtr<BoxComponent>& GetBoxComponent() in GetBoxComponent() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_camera.cpp | 56 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create()
|