Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_pattern.cpp826 bool isAllTextSelected = textFieldPattern->IsSelectAll(); in OnKeyEvent() local
896 if (focusChoice_ == FocusChoice::SEARCH && !isAllTextSelected && !isTextEmpty) { in OnKeyEvent()
899 if (focusChoice_ == FocusChoice::SEARCH && isAllTextSelected && !isCaretVisible && in OnKeyEvent()
905 …if (focusChoice_ == FocusChoice::SEARCH && (isAllTextSelected || isTextEmpty || isOnlyTabPressed))… in OnKeyEvent()