Searched refs:progressLayoutAlgorithm (Results 1 – 2 of 2) sorted by relevance
99 …RefPtr<ProgressLayoutAlgorithm> progressLayoutAlgorithm = AceType::MakeRefPtr<ProgressLayoutAlgori… variable107 … AceType::MakeRefPtr<LayoutAlgorithmWrapper>(progressLayoutAlgorithm, skipMeasures[i]);155 auto progressLayoutAlgorithm = AceType::MakeRefPtr<ProgressLayoutAlgorithm>(); variable156 auto size = progressLayoutAlgorithm->MeasureContent(contentConstraint, &layoutWrapper);159 EXPECT_EQ(progressLayoutAlgorithm->GetType(), PROGRESS_TYPE_LINEAR);160 EXPECT_EQ(progressLayoutAlgorithm->GetStrokeWidth(), DEFAULT_STROKE_WIDTH.ConvertToPx());177 auto progressLayoutAlgorithm = AceType::MakeRefPtr<ProgressLayoutAlgorithm>(); variable188 auto size = progressLayoutAlgorithm->MeasureContent(contentConstraint, &layoutWrapper);230 auto progressLayoutAlgorithm = AceType::MakeRefPtr<ProgressLayoutAlgorithm>(); variable231 auto size = progressLayoutAlgorithm->MeasureContent(contentConstraint, &layoutWrapper);[all …]
38 …auto progressLayoutAlgorithm = DynamicCast<ProgressLayoutAlgorithm>(layoutAlgorithmWrapper->GetLay… in OnDirtyLayoutWrapperSwap() local39 CHECK_NULL_RETURN(progressLayoutAlgorithm, false); in OnDirtyLayoutWrapperSwap()40 strokeWidth_ = progressLayoutAlgorithm->GetStrokeWidth(); in OnDirtyLayoutWrapperSwap()