Searched refs:navigationLayoutAlgorithm (Results 1 – 3 of 3) sorted by relevance
| /foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
| D | navigation_layout_test_ng.cpp | 1639 auto navigationLayoutAlgorithm = AceType::MakeRefPtr<NavigationLayoutAlgorithm>(); variable 1640 ASSERT_NE(navigationLayoutAlgorithm, nullptr); 1642 …navigationLayoutAlgorithm->UpdateNavigationMode(navigationLayoutProperty, frameSize, navigationNod… 1682 auto navigationLayoutAlgorithm = AceType::MakeRefPtr<NavigationLayoutAlgorithm>(); variable 1683 ASSERT_NE(navigationLayoutAlgorithm, nullptr); 1685 …navigationLayoutAlgorithm->UpdateNavigationMode(navigationLayoutProperty, frameSize, navigationNod… 1901 auto navigationLayoutAlgorithm = AceType::MakeRefPtr<NavigationLayoutAlgorithm>(); variable 1902 ASSERT_NE(navigationLayoutAlgorithm, nullptr); 1905 navigationLayoutAlgorithm->ReCalcNavigationSize(AceType::RawPtr(layoutWrapper), frameSize);
|
| D | navigation_pattern_test_ng.cpp | 453 auto navigationLayoutAlgorithm = variable 462 EXPECT_NE(navigationLayoutAlgorithm, nullptr); 523 auto navigationLayoutAlgorithm = pattern->CreateLayoutAlgorithm(); variable 524 ASSERT_NE(navigationLayoutAlgorithm, nullptr); 537 navigationLayoutAlgorithm->Measure(AceType::RawPtr(layoutWrapper)); 881 auto navigationLayoutAlgorithm = AceType::MakeRefPtr<NavigationLayoutAlgorithm>(); variable 882 layoutAlgorithmWrapper->layoutAlgorithm_ = navigationLayoutAlgorithm;
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
| D | navigation_pattern.cpp | 2222 auto navigationLayoutAlgorithm = AceType::DynamicCast<NavigationLayoutAlgorithm>( in FireNavBarWidthChangeEvent() local 2224 CHECK_NULL_VOID(navigationLayoutAlgorithm); in FireNavBarWidthChangeEvent() 2225 auto realBavBarWidth = navigationLayoutAlgorithm->GetRealNavBarWidth(); in FireNavBarWidthChangeEvent()
|