Home
last modified time | relevance | path

Searched refs:displayCount_ (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_adaptive/
H A Dgrid_adaptive_layout_algorithm.cpp88 displayCount_ = std::min(childrenCount, mainCount_ * crossCount_); in Measure()
106 for (int32_t index = 0; index < displayCount_; ++index) { in Measure()
127 if (index < displayCount_) { in Layout()
166 gridLayoutInfo_.endIndex_ = displayCount_ - 1; in Layout()
H A Dgrid_adaptive_layout_algorithm.h50 int32_t displayCount_ = 0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_paint_method.h71 displayCount_ = displayCount; in SetDisplayCount()
197 int32_t displayCount_ = 1; variable
H A Ddot_indicator_paint_method.cpp196 … if (currentIndex_ == itemCount_ - displayCount_ && !isLoop_ && mouseClickIndex_ > currentIndex_ && in PaintHoverIndicator()
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Dabstract_display_controller.h74 std::atomic<DisplayId> displayCount_ { 0 };
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Dabstract_display_controller.cpp50 displayCount_ = 0; in Init()
563 DisplayId displayId = displayCount_.fetch_add(1); in BindAloneScreenLocked()
629 DisplayId displayId = displayCount_.fetch_add(1); in AddScreenToExpandLocked()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.h311 return displayCount_; in GetDisplayCount()
577 int32_t displayCount_ = 1; variable
H A Drender_swiper.cpp158 displayCount_ = swiper->GetDisplayCount(); in Update()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_indicator_extent_test_ng.cpp1984 paintMethod->displayCount_ = 2;