Searched refs:fixedPos (Results 1 – 2 of 2) sorted by relevance
466 int32_t HandleSelectWrapper(CaretMoveIntent direction, int32_t fixedPos);
6068 int32_t newPos, fixedPos = caretPosition_; in OnBackPressed() local6070 fixedPos = (caretPosition_ == textSelector_.GetTextStart() ? textSelector_.GetTextEnd() in OnBackPressed()6073 newPos = HandleSelectWrapper(direction, fixedPos); in OnBackPressed()6081 UpdateSelector(newPos, fixedPos); in OnBackPressed()10357 int32_t RichEditorPattern::HandleSelectWrapper(CaretMoveIntent direction, int32_t fixedPos) in OnBackPressed() argument