Home
last modified time | relevance | path

Searched refs:backgroundColorList_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dspannable_string.cpp107 ListNode<BackgroundColorSpan>* node_backColor = input->backgroundColorList_.Begin(); in SetSpannableString()
108 while (node_backColor != input->backgroundColorList_.End()) { in SetSpannableString()
376 if (backgroundColorList_.IsEmpty()) { in SetBackgroundColor()
381 backgroundColorList_.PushFront(inputSpan); in SetBackgroundColor()
385 ListNode<BackgroundColorSpan>* tempSpan = backgroundColorList_.Begin(); in SetBackgroundColor()
386 for (; tempSpan != backgroundColorList_.End(); tempSpan = tempSpan->next_) { in SetBackgroundColor()
395 backgroundColorList_); in SetBackgroundColor()
407 backgroundColorList_, tempLeft, tempRight); in SetBackgroundColor()
414 backgroundColorList_.PushBack(inputSpan); in SetBackgroundColor()
424 ListNode<BackgroundColorSpan>* tempSpan = backgroundColorList_.Begin(); in GetBackgroundColor()
[all …]
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dspannable_string.h109 List<BackgroundColorSpan> backgroundColorList_; variable