/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_input_preview_test.cpp | 158 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 D | text_input_update_test.cpp | 835 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 D | text_input_test.cpp | 276 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 D | text_field_pattern_testfour.cpp | 253 layoutProperty->UpdateTextInputType(TextInputType::VISIBLE_PASSWORD); 282 layoutProperty->UpdateTextInputType(TextInputType::VISIBLE_PASSWORD); 490 layoutProperty->UpdateTextInputType(TextInputType::VISIBLE_PASSWORD);
|
H A D | text_input_check_test.cpp | 146 model.SetType(TextInputType::VISIBLE_PASSWORD); in __anonb2680c460602() 245 model.SetContentType(TextContentType::VISIBLE_PASSWORD); in __anonb2680c460902()
|
H A D | text_field_pattern_testtwo.cpp | 203 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 D | text_field_controller_test.cpp | 137 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 D | text_input_area_model_test.cpp | 1066 layoutProperty->UpdateTextInputType(TextInputType::VISIBLE_PASSWORD); 1105 layoutProperty->UpdateTextInputType(TextInputType::VISIBLE_PASSWORD);
|
H A D | text_field_pattern_func_test.cpp | 565 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 D | text_input_type.h | 35 VISIBLE_PASSWORD = 7, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_content_type.h | 27 VISIBLE_PASSWORD = 1, enumerator
|
H A D | text_field_manager.cpp | 475 return textFieldInfo.inputType == TextInputType::VISIBLE_PASSWORD || in IsAutoFillPasswordType() 478 textFieldInfo.contentType == TextContentType::VISIBLE_PASSWORD || in IsAutoFillPasswordType()
|
H A D | text_field_accessibility_property.cpp | 69 case TextInputType::VISIBLE_PASSWORD: in GetTextInputType()
|
H A D | content_controller.cpp | 141 case TextInputType::VISIBLE_PASSWORD: in FilterTextInputStyle()
|
H A D | text_field_pattern.cpp | 182 { 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 D | imf_adapter.h | 31 VISIBLE_PASSWORD, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_field/ |
H A D | text_field_test.cpp | 229 …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 D | textinput_composed_element.cpp | 219 } else if (keyboard == TextInputType::VISIBLE_PASSWORD) { in GetTextinputType()
|
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
H A D | input_method_utils.h | 55 VISIBLE_PASSWORD, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_textfield_ffi.cpp | 40 TextInputType::EMAIL_ADDRESS, TextInputType::VISIBLE_PASSWORD };
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | rosen_render_text_field.cpp | 81 … 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 D | render_text_field.cpp | 276 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 D | text_field_model_impl.cpp | 230 component->SetObscure(value == TextInputType::VISIBLE_PASSWORD); in SetType()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
H A D | utils.h | 419 inputType = TextInputType::VISIBLE_PASSWORD; in ConvertStrToTextInputType()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/search/ |
H A D | search_test_ng.cpp | 1751 textFieldLayoutProperty->UpdateTextInputType(TextInputType::VISIBLE_PASSWORD); 1753 EXPECT_EQ(textFieldLayoutProperty->GetTextInputType(), TextInputType::VISIBLE_PASSWORD);
|