Searched refs:ShapeMode (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | scroll_bar.h | 45 …DisplayMode displayMode, ShapeMode shapeMode = ShapeMode::RECT, PositionMode positionMode = Positi… 66 ShapeMode GetShapeMode() const in GetShapeMode() 226 void SetShapeMode(ShapeMode shapeMode) in SetShapeMode() 280 ShapeMode shapeMode_ = ShapeMode::RECT;
|
H A D | scroll_bar.cpp | 22 if (NeedScrollBar() && shapeMode_ == ShapeMode::RECT) { in InBarRegion() 33 if (shapeMode_ == ShapeMode::RECT) { in UpdateScrollBarRegion() 44 if (shapeMode_ == ShapeMode::RECT) { in SetBarRegion()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | scroll_bar_theme.h | 58 …theme->shapeMode_ = static_cast<ShapeMode>(pattern->GetAttr<double>("scroll_bar_shape_mode", 0.0)); in ParsePattern() 118 ShapeMode GetShapeMode() const in GetShapeMode() 147 ShapeMode shapeMode_ = ShapeMode::DEFAULT;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/ |
H A D | scroll_bar.h | 61 ScrollBar(DisplayMode displayMode, ShapeMode shapeMode = ShapeMode::RECT, 65 ShapeMode GetShapeMode() const in GetShapeMode() 166 void SetShapeMode(ShapeMode shapeMode) in SetShapeMode() 413 ShapeMode shapeMode_ = ShapeMode::RECT;
|
H A D | scroll_bar.cpp | 41 ScrollBar::ScrollBar(DisplayMode displayMode, ShapeMode shapeMode, PositionMode positionMode) : Scr… in ScrollBar() 69 if (NeedPaint() && shapeMode_ == ShapeMode::RECT) { in InBarTouchRegion() 77 if (NeedPaint() && shapeMode_ == ShapeMode::RECT) { in InBarHoverRegion() 85 if (NeedPaint() && shapeMode_ == ShapeMode::RECT) { in InBarRectRegion() 112 if (shapeMode_ == ShapeMode::RECT) { in FlushBarWidth() 136 if (shapeMode_ == ShapeMode::RECT) { in UpdateScrollBarRegion() 179 if (shapeMode_ == ShapeMode::RECT) { in SetBarRegion() 798 case ShapeMode::RECT: { in GetShapeModeDumpInfo() 802 case ShapeMode::ROUND: { in GetShapeModeDumpInfo() 806 case ShapeMode::DEFAULT: { in GetShapeModeDumpInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_list.cpp | 166 list.shapeMode_ = ShapeMode::RECT; in SetSpecializedAttr() 168 list.shapeMode_ = ShapeMode::ROUND; in SetSpecializedAttr() 170 list.shapeMode_ = ShapeMode::DEFAULT; in SetSpecializedAttr() 297 if (scrollBar_->GetShapeMode() == ShapeMode::DEFAULT) { in ResetInitializedStyle() 424 if (shapeMode_ == ShapeMode::ROUND || shapeMode_ == ShapeMode::RECT) { in SetScrollBar() 427 scrollBar_ = AceType::MakeRefPtr<ScrollBar>(displayMode_, ShapeMode::DEFAULT); in SetScrollBar() 431 scrollBar_ = AceType::MakeRefPtr<ScrollBar>(DisplayMode::OFF, ShapeMode::DEFAULT); in SetScrollBar()
|
H A D | dom_list.h | 205 ShapeMode shapeMode_ = ShapeMode::DEFAULT;
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/ |
H A D | scroll_bar_test_ng.cpp | 382 scrollBar->shapeMode_ = ShapeMode::RECT; 423 scrollBar->shapeMode_ = ShapeMode::ROUND; 636 scrollBar->SetShapeMode(ShapeMode::ROUND);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_scroll_bar_painter.cpp | 44 if (scrollBar->GetShapeMode() == ShapeMode::RECT) { in PaintBar()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | constants.h | 707 enum class ShapeMode { enum
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/ |
H A D | theme.csv | 704 …nt32_t>(ShapeMode::RECT),,,ThemeConstantsType::INT,static_cast<int32_t>(ShapeMode::RECT),,,ThemeCo…
|