Home
last modified time | relevance | path

Searched refs:VISIBLE_PASSWORD (Results 1 – 25 of 38) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_preview_test.cpp158 model.SetType(TextInputType::VISIBLE_PASSWORD); in __anoneb3d328a0502()
192 model.SetType(TextInputType::VISIBLE_PASSWORD); in __anoneb3d328a0602()
225 model.SetType(TextInputType::VISIBLE_PASSWORD); in __anoneb3d328a0702()
258 model.SetType(TextInputType::VISIBLE_PASSWORD); in __anoneb3d328a0802()
H A Dtext_input_update_test.cpp835 model.SetType(TextInputType::VISIBLE_PASSWORD); in __anon822440ab1002()
851 model.SetType(TextInputType::VISIBLE_PASSWORD); in __anon822440ab1102()
867 model.SetType(TextInputType::VISIBLE_PASSWORD); in __anon822440ab1202()
883 EXPECT_EQ(pattern_->ConvertToAceAutoFillType(TextInputType::VISIBLE_PASSWORD),
899 model.SetType(TextInputType::VISIBLE_PASSWORD); in __anon822440ab1302()
914 model.SetType(TextInputType::VISIBLE_PASSWORD); in __anon822440ab1402()
H A Dtext_input_test.cpp276 model.SetType(TextInputType::VISIBLE_PASSWORD); in __anon337d35090502()
305 model.SetType(TextInputType::VISIBLE_PASSWORD); in __anon337d35090602()
383 model.SetType(TextInputType::VISIBLE_PASSWORD); in __anon337d35090802()
410 model.SetType(TextInputType::VISIBLE_PASSWORD); in __anon337d35090902()
1425 layoutProperty_->UpdateTextInputType(TextInputType::VISIBLE_PASSWORD);
1427 EXPECT_EQ(layoutProperty_->GetTextInputType(), TextInputType::VISIBLE_PASSWORD);
1643 model.SetType(TextInputType::VISIBLE_PASSWORD); in __anon337d35092002()
H A Dtext_field_pattern_testfour.cpp253 layoutProperty->UpdateTextInputType(TextInputType::VISIBLE_PASSWORD);
282 layoutProperty->UpdateTextInputType(TextInputType::VISIBLE_PASSWORD);
490 layoutProperty->UpdateTextInputType(TextInputType::VISIBLE_PASSWORD);
H A Dtext_input_check_test.cpp146 model.SetType(TextInputType::VISIBLE_PASSWORD); in __anonb2680c460602()
245 model.SetContentType(TextContentType::VISIBLE_PASSWORD); in __anonb2680c460902()
H A Dtext_field_pattern_testtwo.cpp203 layoutProperty->UpdateTextInputType(TextInputType::VISIBLE_PASSWORD);
991 layoutProperty->UpdateTextInputType(TextInputType::VISIBLE_PASSWORD);
1043 layoutProperty->UpdateTextInputType(TextInputType::VISIBLE_PASSWORD);
1082 layoutProperty->UpdateTextInputType(TextInputType::VISIBLE_PASSWORD);
1358 layoutProperty->UpdateTextContentType(TextContentType::VISIBLE_PASSWORD);
H A Dtext_field_controller_test.cpp137 model.SetType(TextInputType::VISIBLE_PASSWORD); in __anon3e9d21400402()
166 model.SetType(TextInputType::VISIBLE_PASSWORD); in __anon3e9d21400502()
522 …TextInputType::VISIBLE_PASSWORD, "open_harmony123 password*+#", "TextInputType::VISIBLE_PASSWORD");
H A Dtext_input_area_model_test.cpp1066 layoutProperty->UpdateTextInputType(TextInputType::VISIBLE_PASSWORD);
1105 layoutProperty->UpdateTextInputType(TextInputType::VISIBLE_PASSWORD);
H A Dtext_field_pattern_func_test.cpp565 EXPECT_FALSE(pattern->keyboard_ == TextInputType::VISIBLE_PASSWORD);
669 pattern->keyboard_ = TextInputType::VISIBLE_PASSWORD;
697 TextInputType type = TextInputType::VISIBLE_PASSWORD;
711 TextContentType type = TextContentType::VISIBLE_PASSWORD;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_type.h35 VISIBLE_PASSWORD = 7, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_content_type.h27 VISIBLE_PASSWORD = 1, enumerator
H A Dtext_field_manager.cpp475 return textFieldInfo.inputType == TextInputType::VISIBLE_PASSWORD || in IsAutoFillPasswordType()
478 textFieldInfo.contentType == TextContentType::VISIBLE_PASSWORD || in IsAutoFillPasswordType()
H A Dtext_field_accessibility_property.cpp69 case TextInputType::VISIBLE_PASSWORD: in GetTextInputType()
H A Dcontent_controller.cpp141 case TextInputType::VISIBLE_PASSWORD: in FilterTextInputStyle()
H A Dtext_field_pattern.cpp182 { AceAutoFillType::ACE_PASSWORD, TextInputType::VISIBLE_PASSWORD},
210 {TextContentType::VISIBLE_PASSWORD,
3016 …isPwdType = inputType == TextInputType::VISIBLE_PASSWORD || inputType == TextInputType::NUMBER_PAS… in OnAfterModifyDone()
3901 … if (keyboard_ == TextInputType::VISIBLE_PASSWORD || keyboard_ == TextInputType::NEW_PASSWORD) { in RequestKeyboardCrossPlatForm()
4006 { TextInputType::VISIBLE_PASSWORD, AceAutoFillType::ACE_PASSWORD }, in ConvertToAceAutoFillType()
5019 TextInputType::VISIBLE_PASSWORD in RecordSubmitEvent()
5834 case TextInputType::VISIBLE_PASSWORD: in OnBackPressed()
6684 return inputType == TextInputType::VISIBLE_PASSWORD in OnBackPressed()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dimf_adapter.h31 VISIBLE_PASSWORD, enumerator
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_field/
H A Dtext_field_test.cpp229 …testItems.emplace_back(TextInputType::VISIBLE_PASSWORD, text.size() - 2, "TextInputType::VISIBLE_P…
620 … TextInputType::VISIBLE_PASSWORD, "openharmony123 password*+#", "TextInputType::VISIBLE_PASSWORD");
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dtextinput_composed_element.cpp219 } else if (keyboard == TextInputType::VISIBLE_PASSWORD) { in GetTextinputType()
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_utils.h55 VISIBLE_PASSWORD, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_textfield_ffi.cpp40 TextInputType::EMAIL_ADDRESS, TextInputType::VISIBLE_PASSWORD };
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.cpp81 … double passwordIconSpacing = (keyboard_ == TextInputType::VISIBLE_PASSWORD && IsSelectiveDevice()) in GetInnerRect()
305 if (keyboard_ == TextInputType::VISIBLE_PASSWORD && renderShowIcon_ && renderHideIcon_) { in PaintIcon()
789 if (keyboard_ == TextInputType::VISIBLE_PASSWORD) {
1158 if (showEllipsis_ && keyboard_ != TextInputType::VISIBLE_PASSWORD) {
1171 …if (!isErrorText && keyboard_ == TextInputType::VISIBLE_PASSWORD && !GetEditingValue().text.empty(…
H A Drender_text_field.cpp276 if (keyboard_ == TextInputType::VISIBLE_PASSWORD) { in Update()
880 bool isPassword = (keyboard_ == TextInputType::VISIBLE_PASSWORD); in OnLongPress()
937 … textOverlay_->SetIsSingleHandle(isSingleHandle || (keyboard_ == TextInputType::VISIBLE_PASSWORD)); in ShowTextOverlay()
943 textOverlay_->SetIsPassword(keyboard_ == TextInputType::VISIBLE_PASSWORD); in ShowTextOverlay()
1238 if (keyboard_ != TextInputType::MULTILINE && keyboard_ != TextInputType::VISIBLE_PASSWORD) { in CloseKeyboard()
2602 case TextInputType::VISIBLE_PASSWORD: in UpdateAccessibilityAttr()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtext_field_model_impl.cpp230 component->SetObscure(value == TextInputType::VISIBLE_PASSWORD); in SetType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.h419 inputType = TextInputType::VISIBLE_PASSWORD; in ConvertStrToTextInputType()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/search/
H A Dsearch_test_ng.cpp1751 textFieldLayoutProperty->UpdateTextInputType(TextInputType::VISIBLE_PASSWORD);
1753 EXPECT_EQ(textFieldLayoutProperty->GetTextInputType(), TextInputType::VISIBLE_PASSWORD);

12