Searched refs:navigationLayoutAlgorithm (Results 1 – 3 of 3) sorted by relevance
450 auto navigationLayoutAlgorithm = variable459 EXPECT_NE(navigationLayoutAlgorithm, nullptr);520 auto navigationLayoutAlgorithm = pattern->CreateLayoutAlgorithm(); variable521 ASSERT_NE(navigationLayoutAlgorithm, nullptr);534 navigationLayoutAlgorithm->Measure(AceType::RawPtr(layoutWrapper));878 auto navigationLayoutAlgorithm = AceType::MakeRefPtr<NavigationLayoutAlgorithm>(); variable879 layoutAlgorithmWrapper->layoutAlgorithm_ = navigationLayoutAlgorithm;
1543 auto navigationLayoutAlgorithm = AceType::MakeRefPtr<NavigationLayoutAlgorithm>(); variable1544 ASSERT_NE(navigationLayoutAlgorithm, nullptr);1546 …navigationLayoutAlgorithm->UpdateNavigationMode(navigationLayoutProperty, frameSize, navigationNod…1586 auto navigationLayoutAlgorithm = AceType::MakeRefPtr<NavigationLayoutAlgorithm>(); variable1587 ASSERT_NE(navigationLayoutAlgorithm, nullptr);1589 …navigationLayoutAlgorithm->UpdateNavigationMode(navigationLayoutProperty, frameSize, navigationNod…
1687 auto navigationLayoutAlgorithm = AceType::DynamicCast<NavigationLayoutAlgorithm>( in FireNavBarWidthChangeEvent() local1689 CHECK_NULL_VOID(navigationLayoutAlgorithm); in FireNavBarWidthChangeEvent()1690 auto realBavBarWidth = navigationLayoutAlgorithm->GetRealNavBarWidth(); in FireNavBarWidthChangeEvent()