Searched refs:nextPosition (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
H A D | render_tab_content.cpp | 472 Offset nextPosition = GetMainAxisOffset(nextOffset_); in PerformLayout() local 490 childItem->SetPosition(nextPosition); in PerformLayout()
|
/ohos5.0/base/global/i18n/frameworks/intl/src/ |
H A D | relative_time_format.cpp | 187 while (fmtRelativeTime.nextPosition(constrainedPos, status)) { in FormatToParts()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.cpp | 2988 … int32_t nextPosition = currentPosition + GetGraphemeClusterLength(GetWideText(), currentPosition); in HandleOnlyImageSelected() local 2989 nextPosition = std::min(nextPosition, GetTextContentLength()); in HandleOnlyImageSelected() 2990 AdjustPlaceholderSelection(currentPosition, nextPosition, textOffset); in HandleOnlyImageSelected() 2991 auto textSelectInfo = GetSpansInfo(currentPosition, nextPosition, GetSpansMethod::ONSELECT); in HandleOnlyImageSelected() 2995 textSelector_.Update(currentPosition, nextPosition); in HandleOnlyImageSelected() 7779 int32_t nextPosition = std::min(currentPosition + 1, GetTextContentLength()); in OnBackPressed() local 7780 AdjustSelectionExcludeSymbol(currentPosition, nextPosition); in OnBackPressed() 7782 AdjustWordSelection(currentPosition, nextPosition); in OnBackPressed() 7784 AdjustSelector(currentPosition, nextPosition); in OnBackPressed() 7786 textSelector_.Update(currentPosition, nextPosition); in OnBackPressed() [all …]
|