Searched refs:GetTextSelectionIndex (Results 1 – 4 of 4) sorted by relevance
1796 model.GetTextSelectionIndex(frameNode, true); in __anonba04f1101902()1806 model.GetTextSelectionIndex(frameNode, false); in __anonba04f1101a02()
223 static int32_t GetTextSelectionIndex(FrameNode* frameNode, bool isEnd);
1559 int32_t TextFieldModelNG::GetTextSelectionIndex(FrameNode* frameNode, bool isEnd) in GetTextSelectionIndex() function in OHOS::Ace::NG::TextFieldModelNG
970 return TextFieldModelNG::GetTextSelectionIndex(frameNode, isEnd); in GetTextInputTextSelectionIndex()