Searched refs:menuLayoutAlgorithm (Results 1 – 1 of 1) sorted by relevance
3508 RefPtr<MenuLayoutAlgorithm> menuLayoutAlgorithm = AceType::MakeRefPtr<MenuLayoutAlgorithm>(); variable3512 menuLayoutAlgorithm->wrapperSize_ = size_f;3513 auto result = menuLayoutAlgorithm->HorizontalLayout(size, clickPosition);3524 RefPtr<MenuLayoutAlgorithm> menuLayoutAlgorithm = AceType::MakeRefPtr<MenuLayoutAlgorithm>(); variable3528 menuLayoutAlgorithm->wrapperSize_ = size_f;3529 auto result = menuLayoutAlgorithm->HorizontalLayout(size, clickPosition);3540 RefPtr<MenuLayoutAlgorithm> menuLayoutAlgorithm = AceType::MakeRefPtr<MenuLayoutAlgorithm>(); variable3544 menuLayoutAlgorithm->wrapperSize_ = size_f;3545 auto result = menuLayoutAlgorithm->HorizontalLayout(size, clickPosition);3546 EXPECT_EQ(result, menuLayoutAlgorithm->wrapperSize_.Width() - size.Width());[all …]