Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_layout_algorithm.cpp37 …auto indexerLayoutProperty = AceType::DynamicCast<IndexerLayoutProperty>(layoutWrapper->GetLayoutP… in Measure() local
175 …auto indexerLayoutProperty = AceType::DynamicCast<IndexerLayoutProperty>(layoutWrapper->GetLayoutP… in GetMaxItemWidth() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/
H A Dindexer_test_ng.cpp185 auto indexerLayoutProperty = pattern_->GetLayoutProperty<IndexerLayoutProperty>(); variable