Searched refs:TOP_DOWN (Results 1 – 9 of 9) sorted by relevance
44 if ((pattern->GetLayoutMode() == WaterFlowLayoutMode::TOP_DOWN && pattern->GetSections()) || in RequestParentDirty()
237 …efPtr<WaterFlowLayoutInfoBase> layoutInfo_ = WaterFlowLayoutInfoBase::Create(LayoutMode::TOP_DOWN);
67 if (layoutInfo_->Mode() == LayoutMode::TOP_DOWN && GreatNotEqual(delta, 0.0f)) { in UpdateCurrentOffset()
73 enum class WaterFlowLayoutMode { TOP_DOWN = 0, SLIDING_WINDOW = 1 }; enumerator
190 auto mode = LayoutMode::TOP_DOWN; in Create()194 if (mode < LayoutMode::TOP_DOWN || mode > LayoutMode::SLIDING_WINDOW) { in Create()195 mode = LayoutMode::TOP_DOWN; in Create()
48 return WaterFlowLayoutMode::TOP_DOWN; in Mode()
618 WaterFlowLayoutMode mode = WaterFlowLayoutMode::TOP_DOWN; in SetWaterFlowLayoutMode()619 if (layoutMode >= static_cast<uint32_t>(WaterFlowLayoutMode::TOP_DOWN) && in SetWaterFlowLayoutMode()630 WaterFlowLayoutMode mode = WaterFlowLayoutMode::TOP_DOWN; in ResetWaterFlowLayoutMode()
625 if (layoutMode < static_cast<uint32_t>(NG::WaterFlowLayoutMode::TOP_DOWN) || in SetWaterFlowInitialize()627 layoutMode = static_cast<uint32_t>(NG::WaterFlowLayoutMode::TOP_DOWN); in SetWaterFlowInitialize()
848 pattern_->SetLayoutMode(WaterFlowLayoutMode::TOP_DOWN);