Home
last modified time | relevance | path

Searched defs:isObscured (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_input_response_area.h67 PasswordResponseArea(const WeakPtr<Pattern>& hostPattern, bool isObscured) in PasswordResponseArea()
82 void SetObscured(bool isObscured) in SetObscured()
H A Dtext_input_response_area.cpp350 ImageSourceInfo PasswordResponseArea::GetDefaultSourceInfo(bool isObscured) in GetDefaultSourceInfo()
H A Dtext_field_pattern.cpp7497 void TextFieldPattern::OnObscuredChanged(bool isObscured) in OnBackPressed()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dform_renderer_dispatcher_proxy_test.cpp103 bool isObscured = true; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_pattern.h126 void SetObscured(bool isObscured) in SetObscured()
H A Dform_model_ng.cpp87 bool isObscured = false; in SetObscured() local
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H A Dform_renderer_dispatcher_stub.cpp120 bool isObscured = data.ReadBool(); in HandleSetObscured() local
H A Dform_renderer_dispatcher_proxy.cpp156 void FormRendererDispatcherProxy::SetObscured(bool isObscured) in SetObscured()
H A Dform_renderer_dispatcher_impl.cpp183 void FormRendererDispatcherImpl::SetObscured(bool isObscured) in SetObscured()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/form/mock/
H A Dmock_form_manager_delegate.cpp99 void FormManagerDelegate::SetObscured(bool isObscured) {} in SetObscured()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_manager_delegate.cpp910 void FormManagerDelegate::SetObscured(bool isObscured) in SetObscured()