Searched refs:wtextLength (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | stylus_detector_mgr.cpp | 206 auto wtextLength = textBase->GetContentWideTextLength(); in DeleteText() 207 TAG_LOGI(AceLogTag::ACE_STYLUS, "stylusGesture wtextLength:%{public}d", wtextLength); in DeleteText() 208 auto ret = CalculateIntersectedRegion(sInd, eInd, wtextLength); in DeleteText() 248 auto wtextLength = textBase->GetContentWideTextLength(); in ChoiceText() 249 TAG_LOGI(AceLogTag::ACE_STYLUS, "stylusGesture wtextLength:%{public}d", wtextLength); in ChoiceText() 258 auto ret = CalculateIntersectedRegion(sInd, eInd, wtextLength); in ChoiceText() 341 auto wtextLength = textBase->GetContentWideTextLength(); in HandleMoveCursor() local 342 TAG_LOGI(AceLogTag::ACE_STYLUS, "stylusGesture wtextLength in HandleMoveCursor() 385 CalculateIntersectedRegion( NG::PositionWithAffinity sInd, NG::PositionWithAffinity eInd, int32_t wtextLength) CalculateIntersectedRegion() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/common/stylus/ |
H A D | stylus_detector_mgr.h | 99 NG::PositionWithAffinity eInd, int32_t wtextLength);
|
Completed in 2 milliseconds