Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/common/
H A Dspannable_string.cpp86 if (lineBackgroundColorList_.Size() > 0) { in Reset()
87 lineBackgroundColorList_.Clear(); in Reset()
128 ListNode<LineBackgroundColorSpan>* node_lineBackColor = input->lineBackgroundColorList_.Begin(); in SetSpannableString()
129 while (node_lineBackColor != input->lineBackgroundColorList_.End()) { in SetSpannableString()
510 if (lineBackgroundColorList_.IsEmpty()) { in SetLineBackgroundColor()
515 lineBackgroundColorList_.PushFront(inputSpan); in SetLineBackgroundColor()
519 ListNode<LineBackgroundColorSpan>* tempSpan = lineBackgroundColorList_.Begin(); in SetLineBackgroundColor()
520 for (; tempSpan != lineBackgroundColorList_.End(); tempSpan = tempSpan->next_) { in SetLineBackgroundColor()
529 lineBackgroundColorList_); in SetLineBackgroundColor()
541 lineBackgroundColorList_, tempLef in SetLineBackgroundColor()
[all...]
/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dspannable_string.h111 List<LineBackgroundColorSpan> lineBackgroundColorList_; member in OHOS::SpannableString

Completed in 2 milliseconds