/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/ets/pages/ |
H A D | enrollDeclare.ets | 45 private scrollBarColor: string; 48 …let scrollBarColor = CommonUtil.getColor(getContext(this), $r('sys.color.ohos_id_color_foreground_… 49 scrollBarColor = CommonUtil.setColorOpacity(scrollBarColor, 0.4); 50 this.scrollBarColor = scrollBarColor; 125 .scrollBarColor(this.scrollBarColor)
|
H A D | enrollIntro.ets | 54 private scrollBarColor: string; 57 …let scrollBarColor = CommonUtil.getColor(getContext(this), $r('sys.color.ohos_id_color_foreground_… 58 scrollBarColor = CommonUtil.setColorOpacity(scrollBarColor, 0.4); 59 this.scrollBarColor = scrollBarColor; 106 .scrollBarColor(this.scrollBarColor)
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | scroll_component.cpp | 35 …t::InitScrollBar(const RefPtr<ScrollBarTheme>& theme, const std::pair<bool, Color>& scrollBarColor, in InitScrollBar() argument 70 …scrollBar_->SetForegroundColor(scrollBarColor.first ? scrollBarColor.second : theme->GetForeground… in InitScrollBar()
|
H A D | scroll_component.h | 44 …id InitScrollBar(const RefPtr<ScrollBarTheme>& theme, const std::pair<bool, Color>& scrollBarColor, 209 void SetScrollBarColor(const Color& scrollBarColor) in SetScrollBarColor() argument 214 scrollBar_->SetForegroundColor(scrollBarColor); in SetScrollBarColor()
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.35/ |
H A D | changelogs-arkui.md | 669 ## cl.arkui.14 Scroll、List、Grid、WaterFlow组件scrollBarColor接口变更 677 统一Scroll、List、Grid、WaterFlow组件scrollBarColor接口在设置负数时的行为。 683 变更前,Scroll组件scrollBarColor接口设置负数时按默认值0x66182431处理,List、Grid、WaterFlow组件scrollBarColor接口设置负数时按黑色0xFF… 685 变更后,Scroll、List、Grid、WaterFlow组件scrollBarColor接口设置负数时按无符号整数对应的ARGB颜色处理。 697 Scroll、List、Grid、WaterFlow组件scrollBarColor接口
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_div.cpp | 324 scroll_->InitScrollBar(GetTheme<ScrollBarTheme>(), overflowStyle.scrollBarColor, in OnMounted() 349 scroll_->InitScrollBar(GetTheme<ScrollBarTheme>(), overflowStyle.scrollBarColor, in OnMounted() 361 scroll_->InitScrollBar(GetTheme<ScrollBarTheme>(), overflowStyle.scrollBarColor, in OnMounted() 551 scroll_->InitScrollBar(GetTheme<ScrollBarTheme>(), overflowStyle.scrollBarColor, in CompositeComponents() 558 scroll_->InitScrollBar(GetTheme<ScrollBarTheme>(), overflowStyle.scrollBarColor, in CompositeComponents() 584 …scroll_->InitScrollBar(GetTheme<ScrollBarTheme>(), overflowStyle.scrollBarColor, overflowStyle.scr… in CompositeComponents()
|
H A D | dom_stack.cpp | 138 …scroll_->InitScrollBar(GetTheme<ScrollBarTheme>(), overflowStyle.scrollBarColor, overflowStyle.scr… in CompositeComponents()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/div/ |
H A D | div_declaration.cpp | 167 divStyle.scrollBarColor.first = true; in SetSpecializedStyle() 168 divStyle.scrollBarColor.second = declaration.ParseColor(value); in SetSpecializedStyle()
|
H A D | div_declaration.h | 45 std::pair<bool, Color> scrollBarColor; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_water_flow.cpp | 549 auto scrollBarColor = JSScrollable::ParseBarColor(info); in SetScrollBarColor() local 550 if (!scrollBarColor.empty()) { in SetScrollBarColor() 551 WaterFlowModel::GetInstance()->SetScrollBarColor(scrollBarColor); in SetScrollBarColor()
|
H A D | js_grid.cpp | 411 auto scrollBarColor = JSScrollable::ParseBarColor(info); in SetScrollBarColor() local 412 if (!scrollBarColor.empty()) { in SetScrollBarColor() 413 GridModel::GetInstance()->SetScrollBarColor(scrollBarColor); in SetScrollBarColor()
|
H A D | js_list.cpp | 149 auto scrollBarColor = JSScrollable::ParseBarColor(info); in SetScrollBarColor() local 150 if (!scrollBarColor.empty()) { in SetScrollBarColor() 151 ListModel::GetInstance()->SetScrollBarColor(scrollBarColor); in SetScrollBarColor()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/ |
H A D | style.h | 146 std::pair<bool, Color> scrollBarColor; member
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-component-visible-area-change-event.md | 127 .scrollBarColor(Color.Gray)
|
H A D | ts-container-scrollable-common.md | 27 ### scrollBarColor<sup>11+</sup> 29 scrollBarColor(color: Color | number | string): T
|
H A D | ts-container-scroll.md | 69 ### scrollBarColor subsection 71 scrollBarColor(color: Color | number | string) 851 .scrollBarColor(Color.Gray) // 滚动条颜色
|
H A D | ts-container-grid.md | 207 ### scrollBarColor subsection 209 scrollBarColor(value: Color | number | string) 881 .scrollBarColor(Color.Grey)
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_model_ng.h | 87 static void SetScrollBarColor(FrameNode* frameNode, const Color& scrollBarColor);
|
H A D | grid_model_ng.cpp | 434 void GridModelNG::SetScrollBarColor(FrameNode* frameNode, const Color& scrollBarColor) in SetScrollBarColor() argument 436 …ACE_UPDATE_NODE_PAINT_PROPERTY(ScrollablePaintProperty, ScrollBarColor, scrollBarColor, frameNode); in SetScrollBarColor()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | grid_modifier.cpp | 149 void SetGridScrollBarColor(ArkUINodeHandle node, uint32_t scrollBarColor) in SetGridScrollBarColor() argument 153 GridModelNG::SetScrollBarColor(frameNode, Color(scrollBarColor)); in SetGridScrollBarColor()
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | arkts-layout-development-linear.md | 587 .scrollBarColor(Color.Gray) // 滚动条颜色 626 .scrollBarColor(Color.Gray) // 滚动条颜色
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTest/subBrTest/ |
H A D | setScanMode.ets | 147 .scrollBarColor(Color.Gray)
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTestManager/subBrTestManager/ |
H A D | setScanMode.ets | 145 .scrollBarColor(Color.Gray)
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-component-visible-area-change-event.md | 127 .scrollBarColor(Color.Gray)
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
H A D | ArkWaterFlow.ts | 393 scrollBarColor(value: string | number | Color): this {
|