Searched refs:innerPosition (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_pattern_test_ng.cpp | 1070 int32_t innerPosition = 0; variable 1095 int32_t innerPosition = 0; variable 1108 EXPECT_NE(innerPosition, 0); 1292 int32_t innerPosition = 0; variable 1301 EXPECT_NE(innerPosition, 0); 1308 EXPECT_NE(innerPosition, 0); 1328 int32_t innerPosition = 0; variable 1337 EXPECT_NE(innerPosition, 0); 1344 EXPECT_NE(innerPosition, 0); 1367 int32_t innerPosition = 0; variable [all …]
|
H A D | rich_editor_keyboard_shortcut_test_ng.cpp | 749 int32_t innerPosition = 10; variable 754 richEditorPattern->GetDeletedSpan(changeValue, innerPosition, length, direction); 755 EXPECT_NE(innerPosition, 10); 978 int32_t innerPosition = 10; variable 983 richEditorPattern->GetDeletedSpan(changeValue, innerPosition, length, direction);
|
H A D | rich_editor_pattern_testfour_ng.cpp | 846 int32_t innerPosition = 0; variable 854 …richEditorPattern->GetDeletedSpan(changeValue, innerPosition, -99, RichEditorDeleteDirection::BACK… 857 …richEditorPattern->GetDeletedSpan(changeValue, innerPosition, -99, RichEditorDeleteDirection::BACK…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.cpp | 9526 changeValue.SetRangeAfter({ innerPosition, innerPosition + wInsertValue.length()}); in OnBackPressed() 9588 innerPosition += wContent.length(); in OnBackPressed() 9717 info.SetOffset(innerPosition); in OnBackPressed() 9724 changeValue.SetRangeBefore({ innerPosition, innerPosition + length }); in OnBackPressed() 9725 changeValue.SetRangeAfter({ innerPosition, innerPosition }); in OnBackPressed() 9808 innerPosition = 0; in OnBackPressed() 9818 changeValue.SetRangeBefore({ innerPosition, innerPosition }); in OnBackPressed() 9904 … changeValue, innerPosition, record.deleteText.value(), innerPosition, std::nullopt, std::nullopt); in OnBackPressed() 9907 … changeValue, innerPosition, record.deleteText.value(), innerPosition, std::nullopt, std::nullopt); in OnBackPressed() 9933 innerPosition = std::min(innerPosition, record.afterCaretPosition); in OnBackPressed() [all …]
|
H A D | rich_editor_pattern.h | 1183 …void GetReplacedSpan(RichEditorChangeValue& changeValue, int32_t& innerPosition, const std::string… 1186 …void GetReplacedSpanFission(RichEditorChangeValue& changeValue, int32_t& innerPosition, std::strin… 1189 …void CreateSpanResult(RichEditorChangeValue& changeValue, int32_t& innerPosition, int32_t spanInde… 1194 void GetDeletedSpan(RichEditorChangeValue& changeValue, int32_t& innerPosition, int32_t length, 1201 …void BeforeUndo(RichEditorChangeValue& changeValue, int32_t& innerPosition, const OperationRecord&… 1202 …void BeforeRedo(RichEditorChangeValue& changeValue, int32_t& innerPosition, const OperationRecord&… 1203 …void BeforeDrag(RichEditorChangeValue& changeValue, int32_t& innerPosition, const OperationRecord&…
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/ |
H A D | camera_manager_impl.cpp | 497 CameraPosition innerPosition = CameraPosition::CAMERA_POSITION_UNSPECIFIED; in CreateCameraInputWithPositionAndType() local 500 innerPosition = itr->second; in CreateCameraInputWithPositionAndType() 507 innerCameraInput = CameraManager::GetInstance()->CreateCameraInput(innerPosition, innerType); in CreateCameraInputWithPositionAndType()
|