Searched defs:isCache (Results 1 – 12 of 12) sorted by relevance
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/ |
| D | custom_node.cpp | 175 RefPtr<UINode> CustomNode::GetFrameChildByIndex(uint32_t index, bool needBuild, bool isCache, bool … in GetFrameChildByIndex()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
| D | layout_wrapper_node.cpp | 60 …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/ |
| D | water_flow_layout_algorithm.cpp | 251 … 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/ |
| D | grid_irregular_filler.cpp | 202 const FillParameters& params, int32_t itemIdx, int32_t col, int32_t row, bool isCache) in MeasureItem()
|
| D | grid_irregular_layout_algorithm.cpp | 415 … const bool isCache = it->first < info.startMainLineIndex_ || it->first > info.endMainLineIndex_; in LayoutChildren() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
| D | repeat_virtual_scroll_node.cpp | 266 uint32_t index, bool needBuild, bool isCache, bool addToRenderTree) in GetFrameChildByIndex()
|
| D | lazy_for_each_node.cpp | 322 RefPtr<UINode> LazyForEachNode::GetFrameChildByIndex(uint32_t index, bool needBuild, bool isCache, … in GetFrameChildByIndex()
|
| D | lazy_for_each_builder.cpp | 21 int32_t index, bool needBuild, bool isCache) in GetChildByIndex()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/ |
| D | water_flow_layout_sw.cpp | 668 const bool isCache = item.idx < info_->startIndex_ || item.idx > info_->endIndex_; in LayoutSection() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
| D | frame_node.cpp | 230 …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()
|
| D | ui_node.cpp | 1435 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/ |
| D | rs_marshalling_helper.cpp | 1674 bool isCache = parcel.ReadBool(); in Unmarshalling() local
|