Home
last modified time | relevance | path

Searched refs:SetOptionWidth (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_select_ffi.cpp155 SelectModel::GetInstance()->SetOptionWidth(dimStrokeWidth); in FfiOHOSAceFrameworkSelectSetOptionWidth()
170 SelectModel::GetInstance()->SetOptionWidth(dimension); in FfiOHOSAceFrameworkSelectSetOptionWidthWithMode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_model_ng.h114 void SetOptionWidth(const Dimension& value) override;
117 static void SetOptionWidth(FrameNode* frameNode, const Dimension& value);
H A Dselect_model_ng.cpp390 void SelectModelNG::SetOptionWidth(const Dimension& value) in SetOptionWidth() function in OHOS::Ace::NG::SelectModelNG
394 pattern->SetOptionWidth(value); in SetOptionWidth()
688 void SelectModelNG::SetOptionWidth(FrameNode* frameNode, const Dimension& value) in SetOptionWidth() function in OHOS::Ace::NG::SelectModelNG
692 pattern->SetOptionWidth(value); in SetOptionWidth()
H A Dselect_model.h94 virtual void SetOptionWidth(const Dimension& value);
H A Dselect_pattern.h193 void SetOptionWidth(const Dimension& value);
H A Dselect_pattern.cpp1302 void SelectPattern::SetOptionWidth(const Dimension& value) in SetOptionWidth() function in OHOS::Ace::NG::SelectPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_select.h55 static void SetOptionWidth(const JSCallbackInfo& info);
H A Djs_select.cpp135 JSClass<JSSelect>::StaticMethod("optionWidth", &JSSelect::SetOptionWidth, opt); in JSBind()
743 void JSSelect::SetOptionWidth(const JSCallbackInfo& info) in SetOptionWidth() function in OHOS::Ace::Framework::JSSelect
748 SelectModel::GetInstance()->SetOptionWidth(value); in SetOptionWidth()
764 SelectModel::GetInstance()->SetOptionWidth(value); in SetOptionWidth()
772 SelectModel::GetInstance()->SetOptionWidth(value); in SetOptionWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_select_bridge.h51 static ArkUINativeModuleValue SetOptionWidth(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_select_bridge.cpp534 ArkUINativeModuleValue SelectBridge::SetOptionWidth(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetOptionWidth() function in OHOS::Ace::NG::SelectBridge
H A Darkts_native_api_impl_bridge.cpp3031 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), SelectBridge::SetOptionWidth)); in RegisterSelectAttributes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dselect_model_impl.h63 void SetOptionWidth(const Dimension& value) override;
H A Dselect_model_impl.cpp439 void SelectModelImpl::SetOptionWidth(const Dimension& value) {} in SetOptionWidth() function in OHOS::Ace::Framework::SelectModelImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dselect_modifier.cpp384 SelectModelNG::SetOptionWidth(frameNode, optionWidth); in SetSelectOptionWidth()
393 SelectModelNG::SetOptionWidth(frameNode, optionWidth); in ResetSelectOptionWidth()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/select/
H A Dselect_test_ng.cpp1112 selectModelInstance.SetOptionWidth(OPTION_WIDTH);