Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp3013 bool isPwdType = false; in OnAfterModifyDone() local
3016isPwdType = inputType == TextInputType::VISIBLE_PASSWORD || inputType == TextInputType::NUMBER_PAS… in OnAfterModifyDone()
3019 if (!isPwdType) { in OnAfterModifyDone()
5018 …bool isPwdType = layoutProperty ? layoutProperty->GetTextInputTypeValue(TextInputType::UNSPECIFIED… in RecordSubmitEvent() local
5026 if (!isPwdType) { in RecordSubmitEvent()