Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Dindexer_item_component.cpp30 box_ = AceType::MakeRefPtr<BoxComponent>(); in BuildItem()
31 box_->SetEnableDebugBoundary(true); in BuildItem()
36 box_->SetChild(image_); in BuildItem()
43 box_->SetChild(text_); in BuildItem()
45 box_->SetFlex(BoxFlex::FLEX_NO); in BuildItem()
46 box_->SetWidth(itemSize_.Value(), itemSize_.Unit()); in BuildItem()
47 box_->SetHeight(itemSize_.Value(), itemSize_.Unit()); in BuildItem()
48 box_->SetAlignment(Alignment::CENTER); in BuildItem()
55 box_->SetBackDecoration(background); in BuildItem()
58 rotate->SetChild(box_); in BuildItem()
[all …]
H A Dindexer_item_component.h163 RefPtr<BoxComponent> box_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_item_component.cpp31 box_ = AceType::MakeRefPtr<BoxComponent>(); in BuildItem()
32 RefPtr<Component> tail = box_; in BuildItem()
37 box_->SetChild(image_); in BuildItem()
45 box_->SetChild(text_); in BuildItem()
48 box_->SetFlex(BoxFlex::FLEX_NO); in BuildItem()
49 box_->SetWidth(itemSize_.Value(), itemSize_.Unit()); in BuildItem()
51 box_->SetAlignment(Alignment::CENTER); in BuildItem()
58 box_->SetBackDecoration(background); in BuildItem()
61 rotate->SetChild(box_); in BuildItem()
65 Component::MergeRSNode(box_, tail); in BuildItem()
[all …]
H A Dindexer_item_component.h184 RefPtr<BoxComponent> box_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_value.h60 HandleAnimation(box_); in HandleAnimation()
75 RefPtr<RenderBox> box_; variable
H A Drender_picker_base.cpp333 if (!stack_ || !outBox_ || !box_ || !data_ || !data_->GetTheme()) { in LayoutBoxes()
340 Size innerSize = box_->GetLayoutSize(); in LayoutBoxes()
360 box_->SetPosition(Offset(x, y)); in LayoutBoxes()
362 box_->Layout(layout); in LayoutBoxes()
375 box_->SetPosition(Offset(0.0, boxY)); in LayoutBoxes()
377 box_->Layout(layout); in LayoutBoxes()
470 if (pickerDialogNode && box_) { in UpdateAccessibility()
471 UpdatePickerDialogAccessibility(pickerDialogNode, box_); in UpdateAccessibility()
777 box_ = AceType::DynamicCast<RenderBox>(render); in DealRenders()
846 box_ = nullptr; in ClearRenders()
H A Drender_picker_value.cpp62 box_ = box; in HandleFocus()
115 box_ = box; in HandleAnimation()
H A Drender_picker_base.h152 RefPtr<RenderBox> box_; variable
H A Drosen_render_picker_base.cpp80 if (columns_.empty() || !theme || !box_ || !columnParent_) { in Paint()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dmetadata_output.h88 return box_; in GetBoundingBox()
102 Rect box_; variable
235 box_ = box; in SetBox()
293 Rect box_ = {0.0, 0.0, 0.0, 0.0}; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.cpp1580 if (box_.paintStyle_ && box_.paintStyle_->strokeColor) { in PaintFocusState()
1581 paintColor = box_.paintStyle_->strokeColor.value(); in PaintFocusState()
1588 if (box_.paintStyle_ && box_.paintStyle_->strokeWidth) { in PaintFocusState()
1589 paintWidth = box_.paintStyle_->strokeWidth.value(); in PaintFocusState()
1608 if (box_.paintStyle_ && box_.paintStyle_->margin) { in PaintFocusState()
1609 focusPaddingVp = box_.paintStyle_->margin.value(); in PaintFocusState()
1687 if (box_.paintStyle_ && box_.paintStyle_->strokeColor) { in PaintInnerFocusState()
1688 paintColor = box_.paintStyle_->strokeColor.value(); in PaintInnerFocusState()
1695 if (box_.paintStyle_ && box_.paintStyle_->strokeWidth) { in PaintInnerFocusState()
1696 paintWidth = box_.paintStyle_->strokeWidth.value(); in PaintInnerFocusState()
[all …]
H A Dfocus_hub.h1041 return box_; in GetFocusBox()
1166 FocusBox box_; variable
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dmetadata_output.cpp55 box_(rect), in MetadataObject()
64 box_ = parms.box; in MetadataObject()
671 MetaObjectParms baseMetaParms = { type_, timestamp_, box_, objectId_, confidence_ }; in createMetadataObject()
710 box_ = { 0, 0, 0, 0 }; in ResetParameters()