Home
last modified time | relevance | path

Searched defs:layoutAlgorithmT (Results 1 – 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/layout/
Dlayout_wrapper_node_test_ng.cpp150 auto layoutAlgorithmT = AceType::MakeRefPtr<LayoutAlgorithm>(); variable
284 auto layoutAlgorithmT = AceType::MakeRefPtr<LayoutAlgorithm>(); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
Dlayout_algorithm.cpp26 const RefPtr<LayoutAlgorithm>& layoutAlgorithmT, bool skipMeasure, bool skipLayout) in LayoutAlgorithmWrapper()