Home
last modified time | relevance | path

Searched refs:keyBoardMap_ (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.cpp181 static std::unordered_map<AceAutoFillType, TextInputType> keyBoardMap_ = { variable
2743keyBoardMap_.find(autoFillType) == keyBoardMap_.end() || keyboard_ != keyBoardMap_[autoFillType]) { in CheckIfNeedToResetKeyboard()
3805 if (keyBoardMap_.find(autoFillType) != keyBoardMap_.end()) { in KeyboardContentTypeToInputType()
3807 "Set InputType to %{public}d because of contentType", keyBoardMap_[autoFillType]); in KeyboardContentTypeToInputType()
3808 keyboard_ = keyBoardMap_[autoFillType]; in KeyboardContentTypeToInputType()