Searched refs:isEditorValueChanged (Results 1 – 4 of 4) sorted by relevance
203 …t32_t index, TextAffinity textAffinity = TextAffinity::UPSTREAM, bool isEditorValueChanged = true);
519 …roller::MoveCaretToContentRect(int32_t index, TextAffinity textAffinity, bool isEditorValueChanged) in MoveCaretToContentRect() argument521 if (isEditorValueChanged) { in MoveCaretToContentRect()546 if (isEditorValueChanged) { in MoveCaretToContentRect()
1587 void UpdateCaretRect(bool isEditorValueChanged);
591 auto isEditorValueChanged = FireOnTextChangeEvent(); in OnDirtyLayoutWrapperSwap() local595 UpdateCaretRect(isEditorValueChanged); in OnDirtyLayoutWrapperSwap()776 void TextFieldPattern::UpdateCaretRect(bool isEditorValueChanged) in UpdateCaretRect() argument789 selectController_->GetCaretIndex(), TextAffinity::DOWNSTREAM, isEditorValueChanged); in UpdateCaretRect()