Searched refs:isAllTextSelected (Results 1 – 1 of 1) sorted by relevance
826 bool isAllTextSelected = textFieldPattern->IsSelectAll(); in OnKeyEvent() local896 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()