/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/ |
H A D | indexer_item_component.cpp | 30 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 D | indexer_item_component.h | 163 RefPtr<BoxComponent> box_; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/ |
H A D | indexer_item_component.cpp | 31 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 D | indexer_item_component.h | 184 RefPtr<BoxComponent> box_; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | render_picker_value.h | 60 HandleAnimation(box_); in HandleAnimation() 75 RefPtr<RenderBox> box_; variable
|
H A D | render_picker_base.cpp | 333 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 D | render_picker_value.cpp | 62 box_ = box; in HandleFocus() 115 box_ = box; in HandleAnimation()
|
H A D | render_picker_base.h | 152 RefPtr<RenderBox> box_; variable
|
H A D | rosen_render_picker_base.cpp | 80 if (columns_.empty() || !theme || !box_ || !columnParent_) { in Paint()
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/ |
H A D | metadata_output.h | 88 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 D | focus_hub.cpp | 1580 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 D | focus_hub.h | 1041 return box_; in GetFocusBox() 1166 FocusBox box_; variable
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/ |
H A D | metadata_output.cpp | 55 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()
|