Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp267 if (keyboard_ != TextInputType::UNSPECIFIED && keyboard_ != textField->GetTextInputType()) { in Update()
280 keyboard_ = textField->GetTextInputType(); in Update()
282 if (keyboard_ == TextInputType::MULTILINE) { in Update()
1194 if (keyboard_ != TextInputType::MULTILINE) { in RequestKeyboard()
1238 if (keyboard_ != TextInputType::MULTILINE && keyboard_ != TextInputType::VISIBLE_PASSWORD) { in CloseKeyboard()
1256 config.type = keyboard_; in AttachIme()
1456 switch (keyboard_) { in UpdateFormatters()
1536 if (keyboard_ == TextInputType::EMAIL_ADDRESS || keyboard_ == TextInputType::URL) { in FilterWithRegex()
1550 if (keyboard_ == TextInputType::NUMBER || keyboard_ == TextInputType::PHONE) { in FilterWithRegex()
1727 if (keyboard_ == TextInputType::MULTILINE) { in PerformAction()
[all …]
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) {
957 if (resetToStart_ && keyboard_ != TextInputType::MULTILINE) {
973 if (keyboard_ == TextInputType::MULTILINE) {
1158 if (showEllipsis_ && keyboard_ != TextInputType::VISIBLE_PASSWORD) {
1171 …if (!isErrorText && keyboard_ == TextInputType::VISIBLE_PASSWORD && !GetEditingValue().text.empty(…
1227 if (keyboard_ != TextInputType::MULTILINE) {
H A Drender_text_field.h285 return keyboard_; in GetKeyboard()
559 TextInputType keyboard_ = TextInputType::UNSPECIFIED; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/text_field/
H A Drender_text_field_test.cpp76 return keyboard_; in GetTextInputType()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_func_test.cpp563 pattern->keyboard_ = TextInputType::TEXT;
565 EXPECT_FALSE(pattern->keyboard_ == TextInputType::VISIBLE_PASSWORD);
669 pattern->keyboard_ = TextInputType::VISIBLE_PASSWORD;
H A Dtext_field_pattern_testtwo.cpp1435 pattern->keyboard_ = TextInputType::UNSPECIFIED;
1437 EXPECT_EQ(pattern->keyboard_, TextInputType::TEXT);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp2740 if (keyboard_ != layoutProperty->GetTextInputTypeValue(TextInputType::UNSPECIFIED)) { in CheckIfNeedToResetKeyboard()
2743 …keyBoardMap_.find(autoFillType) == keyBoardMap_.end() || keyboard_ != keyBoardMap_[autoFillType]) { in CheckIfNeedToResetKeyboard()
2745 …tmpHost->GetId(), (int)keyboard_, layoutProperty->GetTextInputTypeValue(TextInputType::UNSPECIFIED… in CheckIfNeedToResetKeyboard()
2746 keyboard_ = layoutProperty->GetTextInputTypeValue(TextInputType::UNSPECIFIED); in CheckIfNeedToResetKeyboard()
2768 config.SetTextInputType(static_cast<MiscServices::TextInputType>(keyboard_)); in CheckIfNeedToResetKeyboard()
3801 if (keyboard_ != TextInputType::UNSPECIFIED) { in KeyboardContentTypeToInputType()
3808 keyboard_ = keyBoardMap_[autoFillType]; in KeyboardContentTypeToInputType()
3897 config.type = keyboard_; in RequestKeyboardCrossPlatForm()
3901 … if (keyboard_ == TextInputType::VISIBLE_PASSWORD || keyboard_ == TextInputType::NEW_PASSWORD) { in RequestKeyboardCrossPlatForm()
3955 MiscServices::InputAttribute inputAttribute = { .inputPattern = (int32_t)keyboard_, in GetMiscTextConfig()
[all …]
H A Dtext_field_pattern.h932 return keyboard_; in GetKeyboard()
1753 TextInputType keyboard_ = TextInputType::UNSPECIFIED; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h1422 TextInputType keyboard_ = TextInputType::UNSPECIFIED; variable
H A Drich_editor_pattern.cpp9408 config.SetTextInputType(static_cast<MiscServices::TextInputType>(keyboard_)); in OnBackPressed()