Home
last modified time | relevance | path

Searched defs:sections (Results 1 – 17 of 17) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
Dwater_flow_section_test.cpp87 auto sections = SECTION_7; variable
Dwater_flow_segment_common_test.cpp589 auto sections = SECTION_7; variable
620 auto sections = SECTION_7; variable
651 auto sections = SECTION_10; variable
Dwater_flow_segment_layout_test.cpp1883 auto sections = SECTION_7; variable
/foundation/arkui/ace_engine/interfaces/native/node/
Dwaterflow_section_option.h35 std::vector<ArkUIWaterFlowSection> sections; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/
Dwater_flow_layout_info_base.cpp51const std::vector<WaterFlowSections::Section>& sections, const ScaleProperty& scale, float percent… in InitMargins()
Dwater_flow_layout_utils.cpp159 float WaterFlowLayoutUtils::GetUserDefHeight(const RefPtr<WaterFlowSections>& sections, int32_t seg… in GetUserDefHeight()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
Dcj_water_flow_ffi.cpp30 RefPtr<NG::WaterFlowSections> sections = AceType::MakeRefPtr<NG::WaterFlowSections>(); in NativeWaterFlowSections() local
240 auto sections = FFIData::Create<NativeWaterFlowSections>(); in FfiOHOSAceFrameworkWaterFlowSectionsCreate() local
248 int64_t selfID, int32_t start, uint32_t deleteCount, CArrNativeSectionOptions sections) in FfiOHOSAceFrameworkWaterFlowSectionsSplice()
354 void FfiOHOSAceFrameworkWaterFlowSectionsValue(int64_t selfID, CArrNativeSectionOptions sections) in FfiOHOSAceFrameworkWaterFlowSectionsValue()
Dcj_water_flow_ffi.h42 void SetWaterFlowSections(const RefPtr<NG::WaterFlowSections>& sections) in SetWaterFlowSections()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_water_flow.cpp129 …const JSCallbackInfo& args, const JSRef<JSVal>& sections, RefPtr<NG::WaterFlowSections>& waterFlow… in UpdateSections()
153 void UpdateWaterFlowSections(const JSCallbackInfo& args, const JSRef<JSVal>& sections) in UpdateWaterFlowSections()
161 NG::FrameNode* frameNode, const JSCallbackInfo& args, const JSRef<JSVal>& sections) in UpdateWaterFlowSectionsByFrameNode()
231 auto sections = obj->GetProperty("sections"); in Create() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/
Dwater_flow_layout_info_sw.cpp572 void WaterFlowLayoutInfoSW::InitSegments(const std::vector<WaterFlowSections::Section>& sections, i… in InitSegments()
629 void WaterFlowLayoutInfoSW::InitSegmentTails(const std::vector<WaterFlowSections::Section>& section… in InitSegmentTails()
643 void WaterFlowLayoutInfoSW::InitLanes(const std::vector<WaterFlowSections::Section>& sections, int3… in InitLanes()
667 …lowLayoutInfoSW::InitSegmentsForKeepPositionMode(const std::vector<WaterFlowSections::Section>& se… in InitSegmentsForKeepPositionMode()
695 bool WaterFlowLayoutInfoSW::AdjustLanes(const std::vector<WaterFlowSections::Section>& sections, in AdjustLanes()
Dwater_flow_layout_sw.cpp122 const auto& sections = sections_->GetSectionInfo(); in Init() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
Dwater_flow_layout_info.h191 void InitSegmentsForKeepPositionMode(const std::vector<WaterFlowSections::Section>& sections, in InitSegmentsForKeepPositionMode()
Dwater_flow_segmented_layout.cpp181 const auto& sections = sections_->GetSectionInfo(); in Init() local
Dwater_flow_layout_info.cpp457 void WaterFlowLayoutInfo::InitSegments(const std::vector<WaterFlowSections::Section>& sections, int… in InitSegments()
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
Dapp.cpp182 IMAGE_SECTION_HEADER sections[1]; in AddFile() member
300 Elf32_Shdr sections[4]; in AddFile() member
306 Elf64_Shdr sections[4]; in AddFile() member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkWaterFlow.ts381 sections?: WaterFlowSections; property
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DjsEnumStyle.js2876 splice(start, deleteCount, sections) { argument
2906 …this.changeArray.push({ start: intStart, deleteCount: intDeleteCount, sections: sections ? section… property
2917 this.changeArray.push({ start: oldLength, deleteCount: 0, sections: [section] }); property
2930 this.changeArray.push({ start: intStart, deleteCount: 1, sections: [section] }); property