Home
last modified time | relevance | path

Searched refs:NUMBER_PASSWORD (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_type.h36 NUMBER_PASSWORD = 8, enumerator
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dimf_adapter.h32 NUMBER_PASSWORD, enumerator
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_utils.h56 NUMBER_PASSWORD, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dcontent_controller.cpp145 case TextInputType::NUMBER_PASSWORD: { in FilterTextInputStyle()
H A Dtext_field_manager.cpp477 textFieldInfo.inputType == TextInputType::NUMBER_PASSWORD || in IsAutoFillPasswordType()
H A Dtext_field_pattern.cpp3016 …pe = inputType == TextInputType::VISIBLE_PASSWORD || inputType == TextInputType::NUMBER_PASSWORD || in OnAfterModifyDone()
4009 { TextInputType::NUMBER_PASSWORD, AceAutoFillType::ACE_PASSWORD } }; in ConvertToAceAutoFillType()
4241 …outProperty->GetTextInputTypeValue(TextInputType::UNSPECIFIED) != TextInputType::NUMBER_PASSWORD || in UpdateObscure()
5840 case TextInputType::NUMBER_PASSWORD: in OnBackPressed()
6685 || inputType == TextInputType::NUMBER_PASSWORD in OnBackPressed()
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Darkts-common-components-text-input.md48 …mber纯数字输入模式、PhoneNumber电话号码输入模式、USER_NAME用户名输入模式、NEW_PASSWORD新密码输入模式、NUMBER_PASSWORD纯数字密码输入模式、<!--…
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_update_test.cpp40 model.SetType(TextInputType::NUMBER_PASSWORD); in __anon822440ab0202()
H A Dtext_input_cursor_test.cpp75 testItems.emplace_back(TextInputType::NUMBER_PASSWORD, 10, "TextInputType::NUMBER_PASSWORD");
H A Dtext_field_controller_test.cpp523 …testItems.emplace_back(TextInputType::NUMBER_PASSWORD, "123456", "TextInputType::NUMBER_PASSWORD");
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-common-components-text-input.md48 …l**, **Number**, **PhoneNumber**, **USER_NAME**, **NEW_PASSWORD**, **NUMBER_PASSWORD**,<!--Del--> …
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-textinput.md733 > type属性中InputType枚举为Password、NEW_PASSWORD和NUMBER_PASSWORD等密码模式时,暂时不支持fontFeature设置文本样式。
984 | NUMBER_PASSWORD<sup>11+</sup> | 纯数字密码输入模式。<br/>密码显示小眼睛图标,默认输入文字短暂显示后变成圆点,从API version 12开始,特定设备上输…
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_input_method_engine_setting.cpp77 …_PASSWORD_NUMBER", GetJsConstProperty(env, static_cast<uint32_t>(TextInputType::NUMBER_PASSWORD))), in Init()
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.cpp168 …NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(TextInputType::NUMBER_PASSWORD), &typeN… in GetJsTextInputTypeProperty()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-textinput.md736 …that indicates the password input mode, such as Password, **NEW_PASSWORD**, or **NUMBER_PASSWORD**.
988 | NUMBER_PASSWORD<sup>11+</sup> | Numeric password input mode.<br>An eye icon is used to show or hi…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/
H A Djs-apis-inputmethod.md643 | NUMBER_PASSWORD<sup>11+</sup> | 8 |数字密码类型。 |
/ohos5.0/docs/en/application-dev/reference/apis-ime-kit/
H A Djs-apis-inputmethod.md643 | NUMBER_PASSWORD<sup>11+</sup> | 8 |Numeric password.|