Searched refs:WaterFlowLayoutSW (Results 1 – 3 of 3) sorted by relevance
30 void WaterFlowLayoutSW::Measure(LayoutWrapper* wrapper) in Measure()171 bool WaterFlowLayoutSW::ItemHeightChanged() const in ItemHeightChanged()186 void WaterFlowLayoutSW::CheckReset() in CheckReset()218 bool WaterFlowLayoutSW::CheckData() const in CheckData()249 void WaterFlowLayoutSW::ApplyDelta(float delta) in ApplyDelta()491 void WaterFlowLayoutSW::ClearBack(float bound) in ClearBack()509 void WaterFlowLayoutSW::ClearFront() in ClearFront()636 void WaterFlowLayoutSW::AdjustOverScroll() in AdjustOverScroll()701 void WaterFlowLayoutSW::LayoutSection( in LayoutSection()790 void WaterFlowLayoutSW::StartCacheLayout() in StartCacheLayout()[all …]
26 class ACE_EXPORT WaterFlowLayoutSW : public WaterFlowSegmentLayoutBase {27 DECLARE_ACE_TYPE(WaterFlowLayoutSW, WaterFlowSegmentLayoutBase);30 explicit WaterFlowLayoutSW(const RefPtr<WaterFlowLayoutInfoSW>& info) : info_(info) {} in WaterFlowLayoutSW() function
166 algorithm = MakeRefPtr<WaterFlowLayoutSW>(DynamicCast<WaterFlowLayoutInfoSW>(layoutInfo_)); in CreateLayoutAlgorithm()