Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/list/list/list14/
H A Dindex.js17 const COLOR_ORANGE = '#FFA500'; constant
54 color: COLOR_ORANGE,
89 color: COLOR_ORANGE};
136 this.backGroundColor = COLOR_ORANGE;
165 this.planList[i].color = COLOR_ORANGE;
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_print.cpp32 static constexpr int COLOR_ORANGE = 166; variable
54 case LOG_WARN: return COLOR_ORANGE; in GetColor()