Searched refs:GetTextMovementStep (Results 1 – 9 of 9) sorted by relevance
384 TextMoveUnit GetTextMovementStep() const;
1411 TextMoveUnit GetTextMovementStep() const;
264 TextMoveUnit AccessibilityEventInfo::GetTextMovementStep() const in GetTextMovementStep() function in OHOS::Accessibility::AccessibilityEventInfo
771 TextMoveUnit AccessibilityElementInfo::GetTextMovementStep() const in GetTextMovementStep() function in OHOS::Accessibility::AccessibilityElementInfo
171 EXPECT_EQ(eventInfo_->GetTextMovementStep(), TextMoveUnit::STEP_LINE);
1053 EXPECT_EQ(elementInfo_->GetTextMovementStep(), STEP_CHARACTER);
317 elementInfo->SetTextMovementStep(eventInfo.GetTextMovementStep()); in CreateElementInfoByEventInfo()
894 callbackInfo->accessibilityElement_.elementInfo_->GetTextMovementStep()); in GetElementInfoTextMoveUnit()
2318 …DumpLog::GetInstance().AddDesc("text move step: " + std::to_string(nodeInfo.GetTextMovementStep())… in DumpAccessibilityPropertyNG()