Home
last modified time | relevance | path

Searched refs:ProcessColumnRect (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_pattern.h332 ProcessColumnRect(height_); in SetCurrentHeight()
511 void ProcessColumnRect(float height = 0.0f);
H A Dsheet_presentation_pattern.cpp525 ProcessColumnRect(height - currentOffset_); in HandleDragUpdate()
642 ProcessColumnRect(height); in ChangeSheetPage()
679 ProcessColumnRect(height - currentOffset_); in OnCoordScrollUpdate()
1032 ProcessColumnRect(height_); in SheetInteractiveDismiss()
2153 void SheetPresentationPattern::ProcessColumnRect(float height) in GetSheetTypeWithAuto() function in OHOS::Ace::NG::SheetPresentationPattern
2484 ProcessColumnRect(currentHeightPos - currentOffset_); in GetSheetTypeWithAuto()
H A Doverlay_manager.cpp4940 sheetPattern->ProcessColumnRect(); in PlayBubbleStyleSheetTransition()