Searched refs:countTextStyle (Results 1 – 6 of 6) sorted by relevance
88 TextStyle countTextStyle; member847 void SetCountTextStyle(const TextStyle& countTextStyle) in SetCountTextStyle() argument850 style.countTextStyle = countTextStyle; in SetCountTextStyle()856 return style.countTextStyle; in GetCountTextStyle()
86 style.countTextStyle = theme->GetCountTextStyle(); in InitializeStyle()
626 void TextFieldComponent::SetCountTextStyle(const TextStyle& countTextStyle) in SetCountTextStyle() argument628 declaration_->SetCountTextStyle(countTextStyle); in SetCountTextStyle()
210 void SetCountTextStyle(const TextStyle& countTextStyle);
462 TextStyle countTextStyle = (pattern->GetShowCounterStyleValue() && pattern->HasFocus()) ? in UpdateCounterNode() local471 textLayoutProperty->UpdateFontSize(countTextStyle.GetFontSize()); in UpdateCounterNode()472 textLayoutProperty->UpdateTextColor(countTextStyle.GetTextColor()); in UpdateCounterNode()473 textLayoutProperty->UpdateFontWeight(countTextStyle.GetFontWeight()); in UpdateCounterNode()480 context->UpdateForegroundColor(countTextStyle.GetTextColor()); in UpdateCounterNode()
4336 TextStyle countTextStyle = (this->GetShowCounterStyleValue() && this->HasFocus()) ? in MeasureCounterNodeHeight() local4341 counterNodeLayoutProperty->UpdateFontSize(countTextStyle.GetFontSize()); in MeasureCounterNodeHeight()4342 counterNodeLayoutProperty->UpdateFontWeight(countTextStyle.GetFontWeight()); in MeasureCounterNodeHeight()