Searched refs:rightImage_ (Results 1 – 5 of 5) sorted by relevance
234 if (!leftImage_ || !leftImageComponent_ || !rightImageComponent_ || !rightImage_ || !theme) { in UpdateTheme()250 rightImage_->Update(rightImageComponent_); in UpdateTheme()251 rightImage_->MarkNeedLayout(); in UpdateTheme()254 SetButtonClickColor(rightImage_, cardTheme.clickEffectColor); in UpdateTheme()
155 rightImage_ = rightRowImage; in SetRightRowImage()239 RefPtr<RenderImage> rightImage_; variable
358 rightImage_ = imageNode; in CreateArrowRightButtonNode()721 if (rightImage_) { in OnLanguageConfigurationUpdate()722 auto rightimageLayoutProperty = rightImage_->GetLayoutProperty<ImageLayoutProperty>(); in OnLanguageConfigurationUpdate()724 auto rightRow = DynamicCast<FrameNode>(rightImage_->GetParent()); in OnLanguageConfigurationUpdate()736 rightImage_->MarkModifyDone(); in OnLanguageConfigurationUpdate()
135 RefPtr<FrameNode> rightImage_; variable
1321 …auto rightImageLayoutProperty = stepperPattern->rightImage_->GetLayoutProperty<ImageLayoutProperty…1330 … rightImageLayoutProperty = stepperPattern->rightImage_->GetLayoutProperty<ImageLayoutProperty>();