Home
last modified time | relevance | path

Searched refs:SetTextIconSpace (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_sec_button_base.cpp235 void JSSecButtonBase::SetTextIconSpace(const JSCallbackInfo& info) in SetTextIconSpace() function in OHOS::Ace::Framework::JSSecButtonBase
242 SecurityComponentModelNG::SetTextIconSpace(theme->GetTextIconSpace()); in SetTextIconSpace()
244 SecurityComponentModelNG::SetTextIconSpace(length); in SetTextIconSpace()
H A Djs_sec_button_base.h40 static void SetTextIconSpace(const JSCallbackInfo& info);
H A Djs_location_button.cpp168 JSClass<JSLocationButton>::StaticMethod("textIconSpace", &JSSecButtonBase::SetTextIconSpace); in JSBind()
H A Djs_paste_button.cpp167 JSClass<JSPasteButton>::StaticMethod("textIconSpace", &JSSecButtonBase::SetTextIconSpace); in JSBind()
H A Djs_save_button.cpp168 JSClass<JSSaveButton>::StaticMethod("textIconSpace", &JSSecButtonBase::SetTextIconSpace); in JSBind()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_model_ng.h59 static void SetTextIconSpace(const Dimension& value);
H A Dsecurity_component_model_ng.cpp402 void SecurityComponentModelNG::SetTextIconSpace(const Dimension& value) in SetTextIconSpace() function in OHOS::Ace::NG::SecurityComponentModelNG
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/
H A Dsecurity_component_test_ng.cpp190 sc.SetTextIconSpace(Dimension(25.0)); // 25.0 vp in SetLocationUserDefinedPropty()
211 sc.SetTextIconSpace(Dimension(25.0)); // 25.0 vp in SetPasteUserDefinedPropty()
232 sc.SetTextIconSpace(Dimension(25.0)); // 25.0 vp in SetSaveUserDefinedPropty()
588 locationSc.SetTextIconSpace(Dimension(15.0)); // 15.0vp
1037 saveSc.SetTextIconSpace(Dimension(15.0)); // 15.0vp
1463 pasteSc.SetTextIconSpace(Dimension(15.0)); // 15.0vp