Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_water_flow_sections.cpp136 int32_t crossCountValue = 1; in ParseSectionOptions() local
137 JSViewAbstract::ParseJsInteger(crossCount, crossCountValue); in ParseSectionOptions()
138 if (crossCountValue <= 0) { in ParseSectionOptions()
139 crossCountValue = 1; in ParseSectionOptions()
141 section.crossCount = crossCountValue; in ParseSectionOptions()