Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dspannable_string.cpp119 ListNode<LineBackgroundColorSpan>* node_lineBackColor = input->lineBackgroundColorList_.Begin(); in SetSpannableString()
502 LineBackgroundColorSpan inputSpan; in SetLineBackgroundColor()
510 ListNode<LineBackgroundColorSpan>* tempSpan = lineBackgroundColorList_.Begin(); in SetLineBackgroundColor()
518 needAddNode = EqualInsert<LineBackgroundColorSpan>( in SetLineBackgroundColor()
522 LineBackgroundColorSpan tempLeft; in SetLineBackgroundColor()
526 LineBackgroundColorSpan tempRight; in SetLineBackgroundColor()
530 needAddNode = UnequalInsert<LineBackgroundColorSpan>( in SetLineBackgroundColor()
535 LineBackgroundColorSpan inputSpan; in SetLineBackgroundColor()
549 ListNode<LineBackgroundColorSpan>* tempSpan = lineBackgroundColorList_.Begin(); in GetLineBackgroundColor()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dspannable_string.h55 struct LineBackgroundColorSpan : public HeapBase { struct
111 List<LineBackgroundColorSpan> lineBackgroundColorList_;