Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_select_ffi.cpp151 SelectModel::GetInstance()->SetOptionWidth(dimStrokeWidth); in FfiOHOSAceFrameworkSelectSetOptionWidth()
166 SelectModel::GetInstance()->SetOptionWidth(dimension); in FfiOHOSAceFrameworkSelectSetOptionWidthWithMode()
/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()
711 void JSSelect::SetOptionWidth(const JSCallbackInfo& info) in SetOptionWidth() function in OHOS::OHOS::Ace::Framework::JSSelect
716 SelectModel::GetInstance()->SetOptionWidth(value); in SetOptionWidth()
732 SelectModel::GetInstance()->SetOptionWidth(value); in SetOptionWidth()
740 SelectModel::GetInstance()->SetOptionWidth(value); in SetOptionWidth()
/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
/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.cpp3048 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), SelectBridge::SetOptionWidth)); in RegisterSelectAttributes()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_model_ng.h76 void SetOptionWidth(const Dimension& value) override;
117 static void SetOptionWidth(FrameNode* frameNode, const Dimension& value);
H A Dselect_model.h94 virtual void SetOptionWidth(const Dimension& value);
H A Dselect_model_ng.cpp382 void SelectModelNG::SetOptionWidth(const Dimension& value) in SetOptionWidth() function in OHOS::Ace::NG::SelectModelNG
386 pattern->SetOptionWidth(value); in SetOptionWidth()
678 void SelectModelNG::SetOptionWidth(FrameNode* frameNode, const Dimension& value) in SetOptionWidth() function in OHOS::Ace::NG::SelectModelNG
682 pattern->SetOptionWidth(value); in SetOptionWidth()
H A Dselect_pattern.h193 void SetOptionWidth(const Dimension& value);
H A Dselect_pattern.cpp1288 void SelectPattern::SetOptionWidth(const Dimension& value) in SetOptionWidth() function in OHOS::Ace::NG::SelectPattern
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dselect_modifier.cpp377 SelectModelNG::SetOptionWidth(frameNode, optionWidth); in SetSelectOptionWidth()
386 SelectModelNG::SetOptionWidth(frameNode, optionWidth); in ResetSelectOptionWidth()
/foundation/arkui/ace_engine/test/unittest/core/pattern/select/
H A Dselect_test_ng.cpp1114 * @tc.desc: Test SelectModelNG SetOptionWidth.
1120 * @tc.steps: step1. Create select model, select frame node and select pattern, call SetOptionWidth. in HWTEST_F()
1127 selectModelInstance.SetOptionWidth(OPTION_WIDTH); in HWTEST_F()

Completed in 27 milliseconds