Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dgrid_modifier.cpp482 ArkUI_Bool GetShowCached(ArkUINodeHandle node) in GetShowCached() function
486 return GridModelNG::GetShowCached(frameNode); in GetShowCached()
496GetShowCached, SetGridEditMode, ResetGridEditMode, SetGridMultiSelectable, ResetGridMultiSelectabl… in GetGridModifier()
H A Dwater_flow_modifier.cpp361 ArkUI_Bool GetShowCached(ArkUINodeHandle node) in GetShowCached() function
365 return WaterFlowModelNG::GetShowCached(frameNode); in GetShowCached()
668 …nt, ResetCachedCount, GetCachedCount, SetShowCached, ResetShowCached, GetShowCached, SetEdgeEffect, in GetWaterFlowModifier()
H A Dnode_list_modifier.cpp693 ArkUI_Bool GetShowCached(ArkUINodeHandle node) in GetShowCached() function
697 return ListModelNG::GetShowCached(frameNode); in GetShowCached()
720 SetShowCached, ResetShowCached, GetShowCached, SetOnListScrollIndexCallBack, in GetListModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_model_ng.h108 static bool GetShowCached(FrameNode* frameNode);
H A Dgrid_model_ng.cpp580 bool GridModelNG::GetShowCached(FrameNode* frameNode) in GetShowCached() function in OHOS::Ace::NG::GridModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_model_ng.h89 static int32_t GetShowCached(FrameNode* frameNode);
H A Dwater_flow_model_ng.cpp314 int32_t WaterFlowModelNG::GetShowCached(FrameNode* frameNode) in GetShowCached() function in OHOS::Ace::NG::WaterFlowModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_model_ng.h86 static bool GetShowCached(FrameNode* frameNode);
H A Dlist_model_ng.cpp511 bool ListModelNG::GetShowCached(FrameNode* frameNode) in GetShowCached() function in OHOS::Ace::NG::ListModelNG