Searched refs:progressLayoutAlgorithm (Results 1 – 2 of 2) sorted by relevance
145 …RefPtr<ProgressLayoutAlgorithm> progressLayoutAlgorithm = AceType::MakeRefPtr<ProgressLayoutAlgori… variable153 … AceType::MakeRefPtr<LayoutAlgorithmWrapper>(progressLayoutAlgorithm, skipMeasures[i]);202 auto progressLayoutAlgorithm = AceType::MakeRefPtr<ProgressLayoutAlgorithm>(); variable203 auto size = progressLayoutAlgorithm->MeasureContent(contentConstraint, &layoutWrapper);206 EXPECT_EQ(progressLayoutAlgorithm->GetType(), PROGRESS_TYPE_LINEAR);207 EXPECT_EQ(progressLayoutAlgorithm->GetStrokeWidth(), DEFAULT_STROKE_WIDTH.ConvertToPx());224 auto progressLayoutAlgorithm = AceType::MakeRefPtr<ProgressLayoutAlgorithm>(); variable235 auto size = progressLayoutAlgorithm->MeasureContent(contentConstraint, &layoutWrapper);277 auto progressLayoutAlgorithm = AceType::MakeRefPtr<ProgressLayoutAlgorithm>(); variable278 auto size = progressLayoutAlgorithm->MeasureContent(contentConstraint, &layoutWrapper);[all …]
43 …auto progressLayoutAlgorithm = DynamicCast<ProgressLayoutAlgorithm>(layoutAlgorithmWrapper->GetLay… in OnDirtyLayoutWrapperSwap() local44 CHECK_NULL_RETURN(progressLayoutAlgorithm, false); in OnDirtyLayoutWrapperSwap()45 strokeWidth_ = progressLayoutAlgorithm->GetStrokeWidth(); in OnDirtyLayoutWrapperSwap()