Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp2738 bool needToResetKeyboard = false; in CheckIfNeedToResetKeyboard() local
2748 needToResetKeyboard = true; in CheckIfNeedToResetKeyboard()
2751 if (!needToResetKeyboard && action_ != TextInputAction::UNSPECIFIED) { in CheckIfNeedToResetKeyboard()
2752 needToResetKeyboard = action_ != GetTextInputActionValue(GetDefaultTextInputAction()); in CheckIfNeedToResetKeyboard()
2756 if (needToResetKeyboard && HasFocus()) { in CheckIfNeedToResetKeyboard()
2773 if (needToResetKeyboard && HasConnection()) { in CheckIfNeedToResetKeyboard()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp9387 bool needToResetKeyboard = false; in OnBackPressed() local
9391 needToResetKeyboard = action_ != currentAction; in OnBackPressed()
9395 if (needToResetKeyboard) { in OnBackPressed()
9413 if (needToResetKeyboard && HasConnection()) { in OnBackPressed()