Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_pattern.cpp807 float inputH = 0.f; in GetSheetHeightChange() local
812 inputH = textFieldManager ? pipelineContext->GetRootHeight() - in GetSheetHeightChange()
816inputH = textFieldManager ? (pipelineContext->GetRootHeight() - textFieldManager->GetClickPosition… in GetSheetHeightChange()
827 if (inputH >= inputMinH) { in GetSheetHeightChange()
833 auto h = inputMinH - inputH; in GetSheetHeightChange()
843 inputH = sheetType_ == SheetType::SHEET_CENTER ? height_ - centerHeight_ : 0.0f; in GetSheetHeightChange()
844 h = inputMinH - inputH; in GetSheetHeightChange()