Searched refs:GetCaretPositionOnHandleMove (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_input_modify_test.cpp | 242 EXPECT_EQ(pattern_->selectOverlay_->GetCaretPositionOnHandleMove(localOffset1, true), 0); 247 EXPECT_EQ(pattern_->selectOverlay_->GetCaretPositionOnHandleMove(localOffset2, true), 26); 252 EXPECT_EQ(pattern_->selectOverlay_->GetCaretPositionOnHandleMove(localOffset3, true), 0); 1135 pattern_->selectOverlay_->GetCaretPositionOnHandleMove(localOffset1, true); 1140 pattern_->selectOverlay_->GetCaretPositionOnHandleMove(localOffset2, true); 1145 EXPECT_EQ(pattern_->selectOverlay_->GetCaretPositionOnHandleMove(localOffset3, true), 0);
|
H A D | text_area_test.cpp | 714 …int32_t position = pattern_->selectOverlay_->GetCaretPositionOnHandleMove(handleRect.GetOffset(), … 763 …int32_t position = pattern_->selectOverlay_->GetCaretPositionOnHandleMove(handleRect.GetOffset(), … 816 …int32_t position = pattern_->selectOverlay_->GetCaretPositionOnHandleMove(handleRect.GetOffset(), …
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_select_overlay.h | 90 int32_t GetCaretPositionOnHandleMove(const OffsetF& localOffset, bool isFirst);
|
H A D | text_field_select_overlay.cpp | 419 int32_t TextFieldSelectOverlay::GetCaretPositionOnHandleMove(const OffsetF& localOffset, bool isFir… in GetCaretPositionOnHandleMove() function in OHOS::Ace::NG::TextFieldSelectOverlay 457 auto position = GetCaretPositionOnHandleMove(localOffset, isFirst); in OnHandleMove()
|
H A D | text_field_pattern.cpp | 8532 return selectOverlay_->GetCaretPositionOnHandleMove(offset, true); in OnBackPressed()
|