Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/common/
H A Dspannable_string.cpp123 ListNode<ForegroundColorSpan>* node_foreColor = input->foregroundColorList_.Begin(); in SetSpannableString()
449 ForegroundColorSpan inputSpan; in SetForegroundColor()
457 ListNode<ForegroundColorSpan>* tempSpan = foregroundColorList_.Begin(); in SetForegroundColor()
465 needAddNode = EqualInsert<ForegroundColorSpan>( in SetForegroundColor()
469 ForegroundColorSpan tempLeft; in SetForegroundColor()
473 ForegroundColorSpan tempRight; in SetForegroundColor()
477 needAddNode = UnequalInsert<ForegroundColorSpan>(startIndex, endIndex, tempStart, tempEnd, &tempSpan, in SetForegroundColor()
481 ForegroundColorSpan inputSpan; in SetForegroundColor()
495 ListNode<ForegroundColorSpan>* tempSpan = foregroundColorList_.Begin(); in GetForegroundColor()
/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dspannable_string.h49 struct ForegroundColorSpan : public HeapBase { struct
110 List<ForegroundColorSpan> foregroundColorList_;

Completed in 3 milliseconds