/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll_bar/ |
H A D | scroll_bar_layout_test_ng.cpp | 226 pattern_->SetScrollBar(DisplayMode::OFF); 228 pattern_->SetScrollBar(DisplayMode::OFF); 238 pattern_->SetScrollBar(DisplayMode::ON); 266 pattern_->SetScrollBar(DisplayMode::ON); 274 pattern_->SetScrollBar(DisplayMode::AUTO); 280 pattern_->SetScrollBar(DisplayMode::ON);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/ |
H A D | scroll_bar_paint_method.h | 31 void SetScrollBar(WeakPtr<ScrollBar>&& scrollBar) in SetScrollBar() function
|
H A D | scroll_bar_pattern.h | 193 void SetScrollBar(DisplayMode displayMode); 233 paint->SetScrollBar(scrollBar_); in CreateNodePaintMethod()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | list_model_impl.cpp | 66 void ListModelImpl::SetScrollBar(DisplayMode scrollBar) in SetScrollBar() function in OHOS::Ace::Framework::ListModelImpl 68 JSViewSetProperty(&V2::ListComponent::SetScrollBar, scrollBar); in SetScrollBar()
|
H A D | list_model_impl.h | 34 void SetScrollBar(DisplayMode scrollBar) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/ |
H A D | scroll_paint_method.h | 36 void SetScrollBar(WeakPtr<ScrollBar>&& scrollBar) in SetScrollBar() function
|
H A D | scroll_model_ng.h | 73 static void SetScrollBar(FrameNode* frameNode, DisplayMode barState);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_paint_method.h | 54 void SetScrollBar(WeakPtr<ScrollBar>&& scrollBar) in SetScrollBar() function
|
H A D | text_field_overlay_modifier.h | 60 void SetScrollBar(const RefPtr<ScrollBar>& scrollBar);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_scroll.h | 44 static void SetScrollBar(const JSCallbackInfo& args);
|
H A D | js_water_flow.h | 50 static void SetScrollBar(const JSCallbackInfo& info);
|
H A D | js_grid.h | 36 static void SetScrollBar(const JSCallbackInfo& info);
|
H A D | js_list.h | 59 static void SetScrollBar(const JSCallbackInfo& info);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/ |
H A D | water_flow_paint_method.h | 45 void SetScrollBar(WeakPtr<ScrollBar>&& scrollBar) in SetScrollBar() function
|
H A D | water_flow_pattern.cpp | 184 paint->SetScrollBar(GetScrollBar()); in CreateNodePaintMethod() 211 SetScrollBar(DisplayMode::OFF); in OnModifyDone() 213 SetScrollBar(paintProperty->GetScrollBarProperty()); in OnModifyDone()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_water_flow_bridge.h | 46 static ArkUINativeModuleValue SetScrollBar(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_grid_bridge.h | 32 static ArkUINativeModuleValue SetScrollBar(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_scroll_bridge.h | 32 static ArkUINativeModuleValue SetScrollBar(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_paint_method.h | 67 void SetScrollBar(WeakPtr<ScrollBar>&& scrollBar) in SetScrollBar() function
|
H A D | list_model.h | 42 virtual void SetScrollBar(DisplayMode scrollBar) = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/ |
H A D | grid_layout_component.cpp | 148 void GridLayoutComponent::SetScrollBar(DisplayMode displayMode) in SetScrollBar() function in OHOS::Ace::GridLayoutComponent
|
H A D | grid_layout_component.h | 71 void SetScrollBar(DisplayMode displayMode);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | scroll_component.h | 105 void SetScrollBar(const RefPtr<ScrollBar>& scrollBar) in SetScrollBar() function
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
H A D | list_layout_test_ng.cpp | 186 model.SetScrollBar(DisplayMode::ON); 549 model.SetScrollBar(DisplayMode::ON); 585 model.SetScrollBar(DisplayMode::ON); 599 model.SetScrollBar(DisplayMode::ON); 614 model.SetScrollBar(DisplayMode::OFF); 827 model.SetScrollBar(DisplayMode::ON);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_list.h | 137 void SetScrollBar();
|