Home
last modified time | relevance | path

Searched refs:SetJustifyContent (Results 1 - 25 of 34) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/
H A Drow_model_ng.h29 void SetJustifyContent(FlexAlign flexAlign) override;
33 static void SetJustifyContent(FrameNode* frameNode, FlexAlign flexAlign);
H A Dcolumn_model_ng.h29 void SetJustifyContent(FlexAlign flexAlign) override;
33 static void SetJustifyContent(FrameNode* frameNode, FlexAlign flexAlign);
H A Drow_model_ng.cpp65 void RowModelNG::SetJustifyContent(FlexAlign flexAlign) in SetJustifyContent() function in OHOS::Ace::NG::RowModelNG
80 void RowModelNG::SetJustifyContent(FrameNode* frameNode, FlexAlign flexAlign) in SetJustifyContent() function in OHOS::Ace::NG::RowModelNG
H A Dcolumn_model_ng.cpp65 void ColumnModelNG::SetJustifyContent(FlexAlign flexAlign) in SetJustifyContent() function in OHOS::Ace::NG::ColumnModelNG
80 void ColumnModelNG::SetJustifyContent(FrameNode* frameNode, FlexAlign flexAlign) in SetJustifyContent() function in OHOS::Ace::NG::ColumnModelNG
H A Dcolumn_model.h40 virtual void SetJustifyContent(FlexAlign flexAlign) = 0;
H A Drow_model.h40 virtual void SetJustifyContent(FlexAlign flexAlign) = 0;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_flex.cpp55 void JSFlex::SetJustifyContent(int32_t value) in SetJustifyContent() function in OHOS::OHOS::Ace::Framework::JSFlex
62 FlexModel::GetInstance()->SetJustifyContent(value); in SetJustifyContent()
64 FlexModel::GetInstance()->SetJustifyContent(static_cast<int32_t>(FlexAlign::FLEX_START)); in SetJustifyContent()
H A Djs_column.cpp95 void JSColumn::SetJustifyContent(int32_t value) in SetJustifyContent() function in OHOS::OHOS::Ace::Framework::JSColumn
102 ColumnModel::GetInstance()->SetJustifyContent(static_cast<FlexAlign>(value)); in SetJustifyContent()
104 ColumnModel::GetInstance()->SetJustifyContent(FlexAlign::FLEX_START); in SetJustifyContent()
125 JSClass<JSColumn>::StaticMethod("justifyContent", &JSColumn::SetJustifyContent, opt); in JSBind()
H A Djs_row.cpp85 void JSRow::SetJustifyContent(int32_t value) in SetJustifyContent() function in OHOS::OHOS::Ace::Framework::JSRow
92 RowModel::GetInstance()->SetJustifyContent(static_cast<FlexAlign>(value)); in SetJustifyContent()
94 RowModel::GetInstance()->SetJustifyContent(FlexAlign::FLEX_START); in SetJustifyContent()
115 JSClass<JSRow>::StaticMethod("justifyContent", &JSRow::SetJustifyContent, opt); in JSBind()
H A Djs_flex.h42 static void SetJustifyContent(int32_t value);
H A Djs_row.h29 static void SetJustifyContent(int32_t value);
H A Djs_column.h31 static void SetJustifyContent(int32_t value);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dcolumn_model_impl.cpp53 void ColumnModelImpl::SetJustifyContent(FlexAlign flexAlign) in SetJustifyContent() function in OHOS::Ace::Framework::ColumnModelImpl
55 FlexModel::GetInstance()->SetJustifyContent(static_cast<int32_t>(flexAlign)); in SetJustifyContent()
H A Drow_model_impl.cpp47 void RowModelImpl::SetJustifyContent(FlexAlign flexAlign) in SetJustifyContent() function in OHOS::Ace::Framework::RowModelImpl
49 FlexModel::GetInstance()->SetJustifyContent(static_cast<int32_t>(flexAlign)); in SetJustifyContent()
H A Dcolumn_model_impl.h28 void SetJustifyContent(FlexAlign flexAlign) override;
H A Drow_model_impl.h28 void SetJustifyContent(FlexAlign flexAlign) override;
H A Dflex_model_impl.h47 void SetJustifyContent(int32_t value) override;
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Drow_modifier.cpp28 RowModelNG::SetJustifyContent(frameNode, static_cast<FlexAlign>(flexAlign)); in SetRowJustifyContent()
35 RowModelNG::SetJustifyContent(frameNode, DEFAULT_ROW_JUSTIFY_CONTENT); in ResetRowJustifyContent()
H A Dcolumn_modifier.cpp28 ColumnModelNG::SetJustifyContent(frameNode, static_cast<FlexAlign>(flexAlign)); in SetColumnJustifyContent()
35 ColumnModelNG::SetJustifyContent(frameNode, DEFAULT_JUSTIFY_CONTENT); in ResetColumnJustifyContent()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_column_bridge.h24 static ArkUINativeModuleValue SetJustifyContent(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_row_bridge.h24 static ArkUINativeModuleValue SetJustifyContent(ArkUIRuntimeCallInfo* runtimeCallInfo);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_model.h71 virtual void SetJustifyContent(int32_t value) = 0;
H A Dflex_model_ng.h49 void SetJustifyContent(int32_t value) override;
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_row_ffi.cpp67 RowModel::GetInstance()->SetJustifyContent(FLEX_ALIGNS[justifyContent]); in FfiOHOSAceFrameworkRowSetJustifyContent()
H A Dcj_column_ffi.cpp64 ColumnModel::GetInstance()->SetJustifyContent(FLEX_ALIGNS[justifyContent]); in FfiOHOSAceFrameworkColumnSetJustifyContent()

Completed in 10 milliseconds

12