Home
last modified time | relevance | path

Searched refs:HIDE_PASSWORD_SVG (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dinternal_resource.h63 HIDE_PASSWORD_SVG, member in OHOS::Ace::final::ResourceId
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_testthree.cpp368 const std::string HIDE_PASSWORD_SVG = "SYS_HIDE_PASSWORD_SVG"; in HWTEST_F() local
376 ASSERT_EQ(ret, HIDE_PASSWORD_SVG); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dicon_theme.cpp44 { InternalResource::ResourceId::HIDE_PASSWORD_SVG, "hide_password" },
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_input_response_area.cpp395 if (hideIcon_->GetResourceId() == InternalResource::ResourceId::HIDE_PASSWORD_SVG) { in LoadImageSourceInfo()
433 hideSystemSourceInfo.SetResourceId(InternalResource::ResourceId::HIDE_PASSWORD_SVG); in GetDefaultSourceInfo()
H A Dtext_field_model_ng.cpp599 hideSystemSourceInfo.SetResourceId(InternalResource::ResourceId::HIDE_PASSWORD_SVG); in SetPasswordIcon()
1029 hideSystemSourceInfo.SetResourceId(InternalResource::ResourceId::HIDE_PASSWORD_SVG); in SetPasswordIcon()
H A Dtext_field_pattern.cpp130 const std::string HIDE_PASSWORD_SVG = "SYS_HIDE_PASSWORD_SVG"; member
6416 return HIDE_PASSWORD_SVG; in OnBackPressed()
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp2108 hideImage = AceType::MakeRefPtr<ImageComponent>(InternalResource::ResourceId::HIDE_PASSWORD_SVG); in UpdatePasswordIcon()

Completed in 27 milliseconds