Searched refs:DialogLayoutAlgorithm (Results 1 – 6 of 6) sorted by relevance
48 void DialogLayoutAlgorithm::Measure(LayoutWrapper* layoutWrapper) in Measure()161 void DialogLayoutAlgorithm::AdjustHoverModeForWaterfall(const RefPtr<FrameNode>& frameNode) in AdjustHoverModeForWaterfall()183 bool DialogLayoutAlgorithm::IsDefaultPosition(const RefPtr<DialogLayoutProperty>& dialogProp) in IsDefaultPosition()191 void DialogLayoutAlgorithm::ResizeDialogSubwindow( in ResizeDialogSubwindow()202 void DialogLayoutAlgorithm::UpdateChildMaxSizeHeight(SizeT<float>& maxSize) in UpdateChildMaxSizeHeight()219 void DialogLayoutAlgorithm::UpdateChildLayoutConstraint(const RefPtr<DialogLayoutProperty>& dialogP… in UpdateChildLayoutConstraint()238 void DialogLayoutAlgorithm::AnalysisHeightOfChild(LayoutWrapper* layoutWrapper) in AnalysisHeightOfChild()287 void DialogLayoutAlgorithm::AnalysisLayoutOfContent(LayoutWrapper* layoutWrapper, const RefPtr<Layo… in AnalysisLayoutOfContent()321 void DialogLayoutAlgorithm::Distribute(float& scrollHeight, float& listHeight, float restHeight) in Distribute()335 LayoutConstraintF DialogLayoutAlgorithm::CreateDialogChildConstraint( in CreateDialogChildConstraint()[all …]
41 class ACE_EXPORT DialogLayoutAlgorithm : public LayoutAlgorithm {42 DECLARE_ACE_TYPE(DialogLayoutAlgorithm, LayoutAlgorithm);45 DialogLayoutAlgorithm() = default;46 DialogLayoutAlgorithm(WeakPtr<PipelineContext> context) : context_(context) {} in DialogLayoutAlgorithm() function47 ~DialogLayoutAlgorithm() override = default;155 ACE_DISALLOW_COPY_AND_MOVE(DialogLayoutAlgorithm);
2397 return context == nullptr ? AceType::MakeRefPtr<DialogLayoutAlgorithm>() in CreateLayoutAlgorithm()2398 : AceType::MakeRefPtr<DialogLayoutAlgorithm>(WeakClaim(context)); in CreateLayoutAlgorithm()
210 DialogLayoutAlgorithm dialogLayoutAlgorithm;225 DialogLayoutAlgorithm dialogLayoutAlgorithm2;240 DialogLayoutAlgorithm dialogLayoutAlgorithm;284 DialogLayoutAlgorithm dialogLayoutAlgorithm;368 DialogLayoutAlgorithm dialogLayoutAlgorithm;414 DialogLayoutAlgorithm dialogLayoutAlgorithm;482 DialogLayoutAlgorithm dialogLayoutAlgorithm;554 DialogLayoutAlgorithm dialogLayoutAlgorithm;596 DialogLayoutAlgorithm dialogLayoutAlgorithm;645 DialogLayoutAlgorithm dialogLayoutAlgorithm;[all …]
957 RefPtr<DialogLayoutAlgorithm> layoutAlgorithm = AceType::MakeRefPtr<DialogLayoutAlgorithm>();1011 RefPtr<DialogLayoutAlgorithm> layoutAlgorithm = AceType::MakeRefPtr<DialogLayoutAlgorithm>();1206 RefPtr<DialogLayoutAlgorithm> layoutAlgorithm = AceType::MakeRefPtr<DialogLayoutAlgorithm>();1230 auto layoutAlgorithm = AceType::MakeRefPtr<DialogLayoutAlgorithm>();1269 auto layoutAlgorithm = AceType::MakeRefPtr<DialogLayoutAlgorithm>();1316 auto dialogLayoutAlgorithm = AceType::MakeRefPtr<DialogLayoutAlgorithm>();1352 auto dialogLayoutAlgorithm = AceType::MakeRefPtr<DialogLayoutAlgorithm>();1772 auto dialogLayoutAlgorithm = AceType::MakeRefPtr<DialogLayoutAlgorithm>();1791 auto dialogLayoutAlgorithm = AceType::MakeRefPtr<DialogLayoutAlgorithm>();1810 auto dialogLayoutAlgorithm = AceType::MakeRefPtr<DialogLayoutAlgorithm>();[all …]
348 auto dialogLayoutAlgorithm = AceType::MakeRefPtr<DialogLayoutAlgorithm>();400 auto dialogLayoutAlgorithm = AceType::MakeRefPtr<DialogLayoutAlgorithm>();571 auto dialogLayoutAlgorithm = AceType::MakeRefPtr<DialogLayoutAlgorithm>();1076 DialogLayoutAlgorithm dialogLayoutAlgorithm;1177 DialogLayoutAlgorithm dialogLayoutAlgorithm;1290 DialogLayoutAlgorithm algorithm;1808 DialogLayoutAlgorithm dialogLayoutAlgorithm;2119 DialogLayoutAlgorithm dialogLayoutAlgorithm;