Home
last modified time | relevance | path

Searched refs:DecreaseScrollHeightInSheet (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_pattern.h695 void DecreaseScrollHeightInSheet(float decreaseHeight);
H A Dsheet_presentation_pattern.cpp2622DecreaseScrollHeightInSheet(keyboardHeight_ == 0 ? 0.0f : keyboardHeight_ - distanceFromBottom); in GetSheetTypeWithAuto()
2636 DecreaseScrollHeightInSheet(keyboardHeight_ == 0 ? 0.0f : height); in GetSheetTypeWithAuto()
2647 void SheetPresentationPattern::DecreaseScrollHeightInSheet(float decreaseHeight) in GetSheetTypeWithAuto() function in OHOS::Ace::NG::SheetPresentationPattern