/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | blank_model_impl.cpp | 31 flexItem->SetFlexGrow(1); in Create()
|
H A D | view_abstract_model_impl.h | 146 void SetFlexGrow(float value) override;
|
H A D | view_abstract_model_impl.cpp | 823 void ViewAbstractModelImpl::SetFlexGrow(float value) in SetFlexGrow() function in OHOS::Ace::Framework::ViewAbstractModelImpl 826 flexItem->SetFlexGrow(value); in SetFlexGrow()
|
/foundation/arkui/ace_engine/frameworks/core/components/flex/ |
H A D | flex_item_component.h | 67 void SetFlexGrow(double flexGrow) in SetFlexGrow() function in OHOS::Ace::FlexItemComponent
|
H A D | render_flex_item.h | 68 void SetFlexGrow(double flexGrow) in SetFlexGrow() function in OHOS::Ace::final
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract.h | 330 static void SetFlexGrow(float value); 563 static void SetFlexGrow(FrameNode* frameNode, float value);
|
H A D | view_abstract_model.h | 215 virtual void SetFlexGrow(float value) = 0;
|
H A D | view_abstract_model_ng.h | 743 void SetFlexGrow(float value) override 745 ViewAbstract::SetFlexGrow(value);
|
H A D | view_abstract.cpp | 440 void ViewAbstract::SetFlexGrow(float value) in SetFlexGrow() function in OHOS::Ace::NG::ViewAbstract 3361 void ViewAbstract::SetFlexGrow(FrameNode* frameNode, float value) in SetFlexGrow() function in OHOS::Ace::NG::ViewAbstract
|
/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | view_abstract_test_ng.cpp | 334 ViewAbstract::SetFlexGrow(RATIO); in HWTEST_F() 372 ViewAbstract::SetFlexGrow(RATIO); in HWTEST_F() 373 ViewAbstract::SetFlexGrow(AceType::RawPtr(FRAME_NODE_REGISTER), RATIO); in HWTEST_F()
|
H A D | view_abstract_test_ng_new.cpp | 40 ViewAbstract::SetFlexGrow(RATIO); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.h | 181 static ArkUINativeModuleValue SetFlexGrow(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_common_bridge.cpp | 4478 ArkUINativeModuleValue CommonBridge::SetFlexGrow(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetFlexGrow() function in OHOS::Ace::NG::CommonBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 743 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonBridge::SetFlexGrow)); in GetArkUINativeModule()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 3094 void SetFlexGrow(ArkUINodeHandle node, ArkUI_Float32 value) in SetFlexGrow() function 3103 ViewAbstract::SetFlexGrow(frameNode, static_cast<float>(result)); in SetFlexGrow() 3110 ViewAbstract::SetFlexGrow(frameNode, static_cast<float>(0.0)); in ResetFlexGrow() 6225 SetAspectRatio, ResetAspectRatio, SetFlexGrow, ResetFlexGrow, SetFlexShrink, ResetFlexShrink, SetGridOffset, in GetCommonModifier() 6299 SetAspectRatio, ResetAspectRatio, SetFlexGrow, ResetFlexGrow, SetFlexShrink, ResetFlexShrink, SetGridOffset, in GetCJUICommonModifier()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_node.cpp | 1370 flexItemComponent_->SetFlexGrow(flexStyle.flexGrow); in UpdateFlexItemComponent()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_view_abstract_ffi.cpp | 967 ViewAbstractModel::GetInstance()->SetFlexGrow(static_cast<float>(value)); in FfiOHOSAceFrameworkViewAbstractSetFlexGrow()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 2907 int32_t SetFlexGrow(ArkUI_NodeHandle node, const ArkUI_AttributeItem* item) in SetFlexGrow() function 12721 SetFlexGrow, in SetCommonAttribute()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 2591 ViewAbstractModel::GetInstance()->SetFlexGrow(static_cast<float>(value)); in JsFlexGrow()
|