Searched refs:GetShowCached (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | grid_modifier.cpp | 482 ArkUI_Bool GetShowCached(ArkUINodeHandle node) in GetShowCached() function 486 return GridModelNG::GetShowCached(frameNode); in GetShowCached() 496 …GetShowCached, SetGridEditMode, ResetGridEditMode, SetGridMultiSelectable, ResetGridMultiSelectabl… in GetGridModifier()
|
H A D | water_flow_modifier.cpp | 361 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 D | node_list_modifier.cpp | 693 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 D | grid_model_ng.h | 108 static bool GetShowCached(FrameNode* frameNode);
|
H A D | grid_model_ng.cpp | 580 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 D | water_flow_model_ng.h | 89 static int32_t GetShowCached(FrameNode* frameNode);
|
H A D | water_flow_model_ng.cpp | 314 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 D | list_model_ng.h | 86 static bool GetShowCached(FrameNode* frameNode);
|
H A D | list_model_ng.cpp | 511 bool ListModelNG::GetShowCached(FrameNode* frameNode) in GetShowCached() function in OHOS::Ace::NG::ListModelNG
|