/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/ |
H A D | grid_cache_layout_test_ng.cpp | 106 model.SetCachedCount(10); // 10 lines in HWTEST_F() 141 model.SetCachedCount(10); // 10 lines in HWTEST_F() 177 model.SetCachedCount(6); // 6 lines in HWTEST_F() 213 model.SetCachedCount(1); // 6 lines in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | grid_modifier.cpp | 168 GridModelNG::SetCachedCount(frameNode, cachedCount); in SetGridCachedCount() 175 GridModelNG::SetCachedCount(frameNode, DEFAULT_CACHED_COUNT); in ResetGridCachedCount() 426 void SetCachedCount(ArkUINodeHandle node, ArkUI_Int32 cachedCount) in SetCachedCount() function 430 GridModelNG::SetCachedCount(frameNode, cachedCount); in SetCachedCount() 437 GridModelNG::SetCachedCount(frameNode, 1); in ResetCachedCount() 497 ResetNodeAdapter, GetNodeAdapter, SetCachedCount, ResetCachedCount, GetCachedCount, SetFlingSpeedLimit, in GetGridModifier() 513 GetRowsTemplate, GetColumnsGap, GetRowsGap, SetNodeAdapter, ResetNodeAdapter, GetNodeAdapter, SetCachedCount, in GetCJUIGridModifier()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_view.h | 38 static void SetCachedCount(int32_t value);
|
H A D | grid_model_ng.h | 44 void SetCachedCount(int32_t value, bool show = false) override; 88 static void SetCachedCount(FrameNode* frameNode, int32_t cachedCount);
|
H A D | grid_model.h | 52 virtual void SetCachedCount(int32_t value, bool show = false) = 0;
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_water_flow.h | 42 static void SetCachedCount(const JSCallbackInfo& info);
|
H A D | js_grid.h | 41 static void SetCachedCount(const JSCallbackInfo& info);
|
H A D | js_swiper.h | 50 static void SetCachedCount(const JSCallbackInfo& info);
|
H A D | js_list.h | 64 static void SetCachedCount(const JSCallbackInfo& info);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | list_model_impl.cpp | 109 void ListModelImpl::SetCachedCount(int32_t cachedCount, bool show) in SetCachedCount() function in OHOS::Ace::Framework::ListModelImpl 111 JSViewSetProperty(&V2::ListComponent::SetCachedCount, cachedCount); in SetCachedCount()
|
H A D | swiper_model_impl.h | 41 void SetCachedCount(int32_t cachedCount) override;
|
H A D | water_flow_model_impl.h | 54 void SetCachedCount(int32_t value, bool show) override {};
|
H A D | grid_model_impl.h | 38 void SetCachedCount(int32_t value, bool show) override;
|
H A D | list_model_impl.h | 48 void SetCachedCount(int32_t cachedCount, bool show = false) override;
|
H A D | grid_model_impl.cpp | 123 void GridModelImpl::SetCachedCount(int32_t value, bool show) in SetCachedCount() function in OHOS::Ace::Framework::GridModelImpl 128 grid->SetCachedCount(value); in SetCachedCount()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/ |
H A D | water_flow_model_ng.h | 57 void SetCachedCount(int32_t value, bool show = false) override; 86 static void SetCachedCount(FrameNode* frameNode, int32_t value);
|
H A D | water_flow_model.h | 66 virtual void SetCachedCount(int32_t value, bool show = false) = 0;
|
/foundation/arkui/ace_engine/frameworks/core/components/grid/ |
H A D | grid_component.cpp | 80 void GridComponent::SetCachedCount(int32_t cachedCount) in SetCachedCount() function in OHOS::Ace::GridComponent
|
H A D | grid_component.h | 50 void SetCachedCount(int32_t cachedCount);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_water_flow_bridge.h | 52 static ArkUINativeModuleValue SetCachedCount(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_grid_bridge.h | 38 static ArkUINativeModuleValue SetCachedCount(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_list_bridge.h | 31 static ArkUINativeModuleValue SetCachedCount(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_grid_ffi.cpp | 56 GridModel::GetInstance()->SetCachedCount(cachedCount); in FfiOHOSAceFrameworkGridSetCachedCount()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_model.h | 57 virtual void SetCachedCount(int32_t cachedCount, bool show = false) = 0;
|
H A D | list_model_ng.h | 46 void SetCachedCount(int32_t cachedCount, bool show = false) override; 83 static void SetCachedCount(FrameNode* frameNode, int32_t cachedCount);
|