Searched refs:defaultDisplayIndex (Results 1 – 1 of 1) sorted by relevance
4900 int32_t defaultDisplayIndex = 0; in GetDisplayIndex() local4901 CHECK_NULL_RETURN(frameNode, defaultDisplayIndex); in GetDisplayIndex()4903 CHECK_NULL_RETURN(layoutProperty, defaultDisplayIndex); in GetDisplayIndex()4905 CHECK_NULL_RETURN(flexItemProperty, defaultDisplayIndex); in GetDisplayIndex()4906 return flexItemProperty->GetDisplayIndex().value_or(defaultDisplayIndex); in GetDisplayIndex()