Home
last modified time | relevance | path

Searched refs:SetScrollBar (Results 1 – 25 of 54) sorted by relevance

123

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll_bar/
H A Dscroll_bar_layout_test_ng.cpp226 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 Dscroll_bar_paint_method.h31 void SetScrollBar(WeakPtr<ScrollBar>&& scrollBar) in SetScrollBar() function
H A Dscroll_bar_pattern.h193 void SetScrollBar(DisplayMode displayMode);
233 paint->SetScrollBar(scrollBar_); in CreateNodePaintMethod()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dlist_model_impl.cpp66 void ListModelImpl::SetScrollBar(DisplayMode scrollBar) in SetScrollBar() function in OHOS::Ace::Framework::ListModelImpl
68 JSViewSetProperty(&V2::ListComponent::SetScrollBar, scrollBar); in SetScrollBar()
H A Dlist_model_impl.h34 void SetScrollBar(DisplayMode scrollBar) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H A Dscroll_paint_method.h36 void SetScrollBar(WeakPtr<ScrollBar>&& scrollBar) in SetScrollBar() function
H A Dscroll_model_ng.h73 static void SetScrollBar(FrameNode* frameNode, DisplayMode barState);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_paint_method.h54 void SetScrollBar(WeakPtr<ScrollBar>&& scrollBar) in SetScrollBar() function
H A Dtext_field_overlay_modifier.h60 void SetScrollBar(const RefPtr<ScrollBar>& scrollBar);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_scroll.h44 static void SetScrollBar(const JSCallbackInfo& args);
H A Djs_water_flow.h50 static void SetScrollBar(const JSCallbackInfo& info);
H A Djs_grid.h36 static void SetScrollBar(const JSCallbackInfo& info);
H A Djs_list.h59 static void SetScrollBar(const JSCallbackInfo& info);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_paint_method.h45 void SetScrollBar(WeakPtr<ScrollBar>&& scrollBar) in SetScrollBar() function
H A Dwater_flow_pattern.cpp184 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 Darkts_native_water_flow_bridge.h46 static ArkUINativeModuleValue SetScrollBar(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_grid_bridge.h32 static ArkUINativeModuleValue SetScrollBar(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_scroll_bridge.h32 static ArkUINativeModuleValue SetScrollBar(ArkUIRuntimeCallInfo* runtimeCallInfo);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_paint_method.h67 void SetScrollBar(WeakPtr<ScrollBar>&& scrollBar) in SetScrollBar() function
H A Dlist_model.h42 virtual void SetScrollBar(DisplayMode scrollBar) = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Dgrid_layout_component.cpp148 void GridLayoutComponent::SetScrollBar(DisplayMode displayMode) in SetScrollBar() function in OHOS::Ace::GridLayoutComponent
H A Dgrid_layout_component.h71 void SetScrollBar(DisplayMode displayMode);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_component.h105 void SetScrollBar(const RefPtr<ScrollBar>& scrollBar) in SetScrollBar() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_layout_test_ng.cpp186 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 Ddom_list.h137 void SetScrollBar();

123