Searched refs:progressLayoutAlgorithm (Results 1 – 2 of 2) sorted by relevance
144 …RefPtr<ProgressLayoutAlgorithm> progressLayoutAlgorithm = AceType::MakeRefPtr<ProgressLayoutAlgori… variable152 … AceType::MakeRefPtr<LayoutAlgorithmWrapper>(progressLayoutAlgorithm, skipMeasures[i]);201 auto progressLayoutAlgorithm = AceType::MakeRefPtr<ProgressLayoutAlgorithm>(); variable202 auto size = progressLayoutAlgorithm->MeasureContent(contentConstraint, &layoutWrapper);205 EXPECT_EQ(progressLayoutAlgorithm->GetType(), PROGRESS_TYPE_LINEAR);206 EXPECT_EQ(progressLayoutAlgorithm->GetStrokeWidth(), DEFAULT_STROKE_WIDTH.ConvertToPx());223 auto progressLayoutAlgorithm = AceType::MakeRefPtr<ProgressLayoutAlgorithm>(); variable234 auto size = progressLayoutAlgorithm->MeasureContent(contentConstraint, &layoutWrapper);276 auto progressLayoutAlgorithm = AceType::MakeRefPtr<ProgressLayoutAlgorithm>(); variable277 auto size = progressLayoutAlgorithm->MeasureContent(contentConstraint, &layoutWrapper);[all …]
40 …auto progressLayoutAlgorithm = DynamicCast<ProgressLayoutAlgorithm>(layoutAlgorithmWrapper->GetLay… in OnDirtyLayoutWrapperSwap() local41 CHECK_NULL_RETURN(progressLayoutAlgorithm, false); in OnDirtyLayoutWrapperSwap()42 strokeWidth_ = progressLayoutAlgorithm->GetStrokeWidth(); in OnDirtyLayoutWrapperSwap()