Searched refs:SetOnMeasure (Results 1 – 4 of 4) sorted by relevance
303 void SetOnMeasure(std::function<CustomSpanMetrics(CustomSpanMeasureInfo)> onMeasure);
605 void CustomSpan::SetOnMeasure(std::function<CustomSpanMetrics(CustomSpanMeasureInfo)> onMeasure) in SetOnMeasure() function in OHOS::Ace::CustomSpan
992 CustomSpan::SetOnMeasure(onMeasureFunc); in JSCustomSpan()
11025 customSpan->SetOnMeasure(customSpanItem->onMeasure.value()); in OnBackPressed()