Searched refs:keyboard_ (Results 1 – 10 of 10) sorted by relevance
267 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 …]
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) {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) {
285 return keyboard_; in GetKeyboard()559 TextInputType keyboard_ = TextInputType::UNSPECIFIED; variable
76 return keyboard_; in GetTextInputType()
563 pattern->keyboard_ = TextInputType::TEXT;565 EXPECT_FALSE(pattern->keyboard_ == TextInputType::VISIBLE_PASSWORD);669 pattern->keyboard_ = TextInputType::VISIBLE_PASSWORD;
1435 pattern->keyboard_ = TextInputType::UNSPECIFIED;1437 EXPECT_EQ(pattern->keyboard_, TextInputType::TEXT);
2740 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 …]
932 return keyboard_; in GetKeyboard()1753 TextInputType keyboard_ = TextInputType::UNSPECIFIED; variable
1422 TextInputType keyboard_ = TextInputType::UNSPECIFIED; variable
9408 config.SetTextInputType(static_cast<MiscServices::TextInputType>(keyboard_)); in OnBackPressed()