Home
last modified time | relevance | path

Searched refs:foregroundColorList_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/frameworks/common/
H A Dspannable_string.cpp83 if (foregroundColorList_.Size() > 0) { in Reset()
84 foregroundColorList_.Clear(); in Reset()
123 ListNode<ForegroundColorSpan>* node_foreColor = input->foregroundColorList_.Begin(); in SetSpannableString()
124 while (node_foreColor != input->foregroundColorList_.End()) { in SetSpannableString()
448 if (foregroundColorList_.IsEmpty()) { in SetForegroundColor()
453 foregroundColorList_.PushFront(inputSpan); in SetForegroundColor()
457 ListNode<ForegroundColorSpan>* tempSpan = foregroundColorList_.Begin(); in SetForegroundColor()
458 for (; tempSpan != foregroundColorList_.End(); tempSpan = tempSpan->next_) { in SetForegroundColor()
467 foregroundColorList_); in SetForegroundColor()
478 foregroundColorList_, tempLef in SetForegroundColor()
[all...]
/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dspannable_string.h110 List<ForegroundColorSpan> foregroundColorList_; member in OHOS::SpannableString

Completed in 3 milliseconds