Searched refs:progressLayoutProperty (Results 1 – 7 of 7) sorted by relevance
59 …auto progressLayoutProperty = DynamicCast<ProgressLayoutProperty>(layoutWrapper->GetLayoutProperty… in MeasureContent() local60 CHECK_NULL_RETURN(progressLayoutProperty, std::nullopt); in MeasureContent()61 type_ = progressLayoutProperty->GetType().value_or(ProgressType::LINEAR); in MeasureContent()62 strokeWidth_ = progressLayoutProperty->GetStrokeWidth(). in MeasureContent()106 …auto progressLayoutProperty = DynamicCast<ProgressLayoutProperty>(layoutWrapper->GetLayoutProperty… in MeasureContentForApiNine() local107 CHECK_NULL_RETURN(progressLayoutProperty, std::nullopt); in MeasureContentForApiNine()108 type_ = progressLayoutProperty->GetType().value_or(ProgressType::LINEAR); in MeasureContentForApiNine()109 strokeWidth_ = progressLayoutProperty->GetStrokeWidth(). in MeasureContentForApiNine()
47 auto progressLayoutProperty = GetLayoutProperty<ProgressLayoutProperty>(); in CreateNodePaintMethod() local48 CHECK_NULL_RETURN(progressLayoutProperty, nullptr); in CreateNodePaintMethod()49 progressType_ = progressLayoutProperty->GetType().value_or(ProgressType::LINEAR); in CreateNodePaintMethod()55 bool isRtl = progressLayoutProperty->GetNonAutoLayoutDirection() == TextDirection::RTL; in CreateNodePaintMethod()
57 auto progressLayoutProperty = GetLayoutProperty<ProgressLayoutProperty>(); in InitAnimatableProperty() local58 CHECK_NULL_VOID(progressLayoutProperty); in InitAnimatableProperty()271 auto progressLayoutProperty = GetLayoutProperty<ProgressLayoutProperty>(); in OnModifyDone() local272 CHECK_NULL_VOID(progressLayoutProperty); in OnModifyDone()273 if (progressLayoutProperty->GetType() == ProgressType::CAPSULE) { in OnModifyDone()298 auto progressLayoutProperty = GetLayoutProperty<ProgressLayoutProperty>(); in OnLanguageConfigurationUpdate() local299 CHECK_NULL_VOID(progressLayoutProperty); in OnLanguageConfigurationUpdate()300 bool isRtl = progressLayoutProperty->GetNonAutoLayoutDirection() == TextDirection::RTL; in OnLanguageConfigurationUpdate()
89 auto progressLayoutProperty = frameNode->GetLayoutProperty<NG::ProgressLayoutProperty>(); in CreateFrameNode() local90 progressLayoutProperty->UpdateType(type); in CreateFrameNode()
157 auto progressLayoutProperty = frameNode->GetLayoutProperty<ProgressLayoutProperty>(); in ResetProgressColor() local158 CHECK_NULL_VOID(progressLayoutProperty); in ResetProgressColor()159 auto progresstype = progressLayoutProperty->GetType(); in ResetProgressColor()279 auto progressLayoutProperty = frameNode->GetLayoutProperty<ProgressLayoutProperty>(); in SetProgressStyle() local280 CHECK_NULL_VOID(progressLayoutProperty); in SetProgressStyle()281 auto progresstype = progressLayoutProperty->GetType(); in SetProgressStyle()346 auto progressLayoutProperty = frameNode->GetLayoutProperty<ProgressLayoutProperty>(); in ResetProgressStyle() local347 CHECK_NULL_VOID(progressLayoutProperty); in ResetProgressStyle()348 auto progresstype = progressLayoutProperty->GetType(); in ResetProgressStyle()374 CHECK_NULL_VOID(progressLayoutProperty); in ResetProgressBackgroundColor()[all …]
226 … auto progressLayoutProperty = progressChild_->GetLayoutProperty<LoadingProgressLayoutProperty>(); in InitProgressNode() local227 CHECK_NULL_VOID(progressLayoutProperty); in InitProgressNode()228 progressLayoutProperty->UpdateUserDefinedIdealSize( in InitProgressNode()1129 … auto progressLayoutProperty = progressChild_->GetLayoutProperty<LoadingProgressLayoutProperty>(); in UpdateLoadingMarginTop() local1130 CHECK_NULL_VOID(progressLayoutProperty); in UpdateLoadingMarginTop()1136 progressLayoutProperty->UpdateMargin(marginProperty); in UpdateLoadingMarginTop()
535 auto progressLayoutProperty = frameNode->GetLayoutProperty<ProgressLayoutProperty>(); in SetProgressStyle() local536 CHECK_NULL_RETURN(progressLayoutProperty, panda::JSValueRef::Undefined(vm)); in SetProgressStyle()537 auto progresstype = progressLayoutProperty->GetType(); in SetProgressStyle()