Searched refs:sheetLayoutAlgorithm (Results 1 – 2 of 2) sorted by relevance
94 auto sheetLayoutAlgorithm = in OnDirtyLayoutWrapperSwap() local96 CHECK_NULL_RETURN(sheetLayoutAlgorithm, false); in OnDirtyLayoutWrapperSwap()98 if (sheetLayoutAlgorithm->GetSheetMaxHeight() > 0) { in OnDirtyLayoutWrapperSwap()99 pageHeight_ = sheetLayoutAlgorithm->GetSheetMaxHeight(); in OnDirtyLayoutWrapperSwap()100 sheetMaxHeight_ = sheetLayoutAlgorithm->GetSheetMaxHeight() - statusBarHeight_; in OnDirtyLayoutWrapperSwap()101 sheetMaxWidth_ = sheetLayoutAlgorithm->GetSheetMaxWidth(); in OnDirtyLayoutWrapperSwap()102 centerHeight_ = sheetLayoutAlgorithm->GetCenterHeight(); in OnDirtyLayoutWrapperSwap()103 if (!NearEqual(sheetOffsetX_, sheetLayoutAlgorithm->GetSheetOffsetX()) || in OnDirtyLayoutWrapperSwap()104 !NearEqual(sheetOffsetY_, sheetLayoutAlgorithm->GetSheetOffsetY())) { in OnDirtyLayoutWrapperSwap()105 sheetOffsetX_ = sheetLayoutAlgorithm->GetSheetOffsetX(); in OnDirtyLayoutWrapperSwap()[all …]
1907 auto sheetLayoutAlgorithm = sheetPattern->CreateLayoutAlgorithm(); variable1908 ASSERT_NE(sheetLayoutAlgorithm, nullptr);1912 …SetLayoutAlgorithm(AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(sheetLayoutAlgorithm));2348 auto sheetLayoutAlgorithm = sheetPattern->CreateLayoutAlgorithm(); variable2349 …AceType::DynamicCast<SheetPresentationLayoutAlgorithm>(sheetLayoutAlgorithm)->sheetMaxHeight_ = 50…2350 ASSERT_NE(sheetLayoutAlgorithm, nullptr);2353 …SetLayoutAlgorithm(AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(sheetLayoutAlgorithm));