Searched refs:GetTouchBottomCenterX (Results 1 – 6 of 6) sorted by relevance
360 auto result = indicatorModifier->GetTouchBottomCenterX(contentProperty);371 result = indicatorModifier->GetTouchBottomCenterX(contentProperty);382 result = indicatorModifier->GetTouchBottomCenterX(contentProperty);
1691 auto result = dotIndicatorModifier.GetTouchBottomCenterX(contentProperty);1700 result = dotIndicatorModifier.GetTouchBottomCenterX(contentProperty);
210 std::pair<float, float> GetTouchBottomCenterX(ContentProperty& contentProperty);
322 std::pair<float, float> GetTouchBottomCenterX(ContentProperty& contentProperty);
148 std::pair<float, float> DotIndicatorModifier::GetTouchBottomCenterX(ContentProperty& contentPropert… in GetTouchBottomCenterX() function in OHOS::Ace::NG::DotIndicatorModifier197 auto [leftCenterX, rightCenterX] = GetTouchBottomCenterX(contentProperty); in PaintContent()
70 std::pair<float, float> OverlengthDotIndicatorModifier::GetTouchBottomCenterX(ContentProperty& cont… in GetTouchBottomCenterX() function in OHOS::Ace::NG::OverlengthDotIndicatorModifier101 auto [leftCenterX, rightCenterX] = GetTouchBottomCenterX(contentProperty); in PaintContent()