Searched refs:AddTargetSpace (Results 1 – 6 of 6) sorted by relevance
153 OffsetF AddTargetSpace(const OffsetF& position);
919 OffsetF BubbleLayoutAlgorithm::AddTargetSpace(const OffsetF& position) in AddTargetSpace() function in OHOS::Ace::NG::BubbleLayoutAlgorithm
918 auto result = menuLayoutAlgorithm->AddTargetSpace(OffsetF(OFFSET_FIRST, OFFSET_FIRST));926 result = menuLayoutAlgorithm->AddTargetSpace(OffsetF(OFFSET_FIRST, OFFSET_FIRST));934 result = menuLayoutAlgorithm->AddTargetSpace(OffsetF(OFFSET_FIRST, OFFSET_FIRST));942 result = menuLayoutAlgorithm->AddTargetSpace(OffsetF(OFFSET_FIRST, OFFSET_FIRST));950 result = menuLayoutAlgorithm->AddTargetSpace(OffsetF(OFFSET_FIRST, OFFSET_FIRST));
177 OffsetF AddTargetSpace(const OffsetF& position);
2202 afterOffsetPosition = AddTargetSpace(originPosition); in FitToScreen()2333 OffsetF MenuLayoutAlgorithm::AddTargetSpace(const OffsetF& position) in AddTargetSpace() function in OHOS::Ace::NG::MenuLayoutAlgorithm
2194 auto pos = bubbleLayoutAlgorithm->AddTargetSpace(position);