Home
last modified time | relevance | path

Searched defs:isCache (Results 1 – 12 of 12) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
Dcustom_node.cpp175 RefPtr<UINode> CustomNode::GetFrameChildByIndex(uint32_t index, bool needBuild, bool isCache, bool … in GetFrameChildByIndex()
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
Dlayout_wrapper_node.cpp60 …per> LayoutWrapperNode::GetOrCreateChildByIndex(uint32_t index, bool addToRenderTree, bool isCache) in GetOrCreateChildByIndex()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
Dwater_flow_layout_algorithm.cpp251 … const bool isCache = item.first < layoutInfo_->startIndex_ || item.first > layoutInfo_->endIndex_; in Layout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
Dgrid_irregular_filler.cpp202 const FillParameters& params, int32_t itemIdx, int32_t col, int32_t row, bool isCache) in MeasureItem()
Dgrid_irregular_layout_algorithm.cpp415 … const bool isCache = it->first < info.startMainLineIndex_ || it->first > info.endMainLineIndex_; in LayoutChildren() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
Drepeat_virtual_scroll_node.cpp266 uint32_t index, bool needBuild, bool isCache, bool addToRenderTree) in GetFrameChildByIndex()
Dlazy_for_each_node.cpp322 RefPtr<UINode> LazyForEachNode::GetFrameChildByIndex(uint32_t index, bool needBuild, bool isCache, … in GetFrameChildByIndex()
Dlazy_for_each_builder.cpp21 int32_t index, bool needBuild, bool isCache) in GetChildByIndex()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/
Dwater_flow_layout_sw.cpp668 const bool isCache = item.idx < info_->startIndex_ || item.idx > info_->endIndex_; in LayoutSection() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dframe_node.cpp230 …RefPtr<LayoutWrapper> FindFrameNodeByIndex(uint32_t index, bool needBuild, bool isCache, bool addT… in FindFrameNodeByIndex()
252 …RefPtr<LayoutWrapper> GetFrameNodeByIndex(uint32_t index, bool needBuild, bool isCache, bool addTo… in GetFrameNodeByIndex()
4255 …youtWrapper> FrameNode::GetOrCreateChildByIndex(uint32_t index, bool addToRenderTree, bool isCache) in GetOrCreateChildByIndex()
4267 RefPtr<LayoutWrapper> FrameNode::GetChildByIndex(uint32_t index, bool isCache) in GetChildByIndex()
4272 FrameNode* FrameNode::GetFrameNodeChildByIndex(uint32_t index, bool isCache, bool isExpand) in GetFrameNodeChildByIndex()
4400 RefPtr<UINode> FrameNode::GetFrameChildByIndex(uint32_t index, bool needBuild, bool isCache, bool a… in GetFrameChildByIndex()
Dui_node.cpp1435 RefPtr<UINode> UINode::GetFrameChildByIndex(uint32_t index, bool needBuild, bool isCache, bool addT… in GetFrameChildByIndex()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
Drs_marshalling_helper.cpp1674 bool isCache = parcel.ReadBool(); in Unmarshalling() local