Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/common/
H A Dspannable_string.cpp80 if (backgroundColorList_.Size() > 0) { in Reset()
81 backgroundColorList_.Clear(); in Reset()
116 ListNode<BackgroundColorSpan>* node_backColor = input->backgroundColorList_.Begin(); in SetSpannableString()
117 while (node_backColor != input->backgroundColorList_.End()) { in SetSpannableString()
385 if (backgroundColorList_.IsEmpty()) { in SetBackgroundColor()
390 backgroundColorList_.PushFront(inputSpan); in SetBackgroundColor()
394 ListNode<BackgroundColorSpan>* tempSpan = backgroundColorList_.Begin(); in SetBackgroundColor()
395 for (; tempSpan != backgroundColorList_.End(); tempSpan = tempSpan->next_) { in SetBackgroundColor()
404 backgroundColorList_); in SetBackgroundColor()
416 backgroundColorList_, tempLef in SetBackgroundColor()
[all...]
/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dspannable_string.h109 List<BackgroundColorSpan> backgroundColorList_; member in OHOS::SpannableString

Completed in 3 milliseconds