Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_layout_algorithm.cpp70 isKeyBoardShow_ = keyboardInsert.IsValid(); in InitParameter()
88 …(hoverModeArea_ == HoverModeAreaType::TOP_SCREEN || isKeyBoardShow_) ? upScreenHeight : downScreen… in CalculateSheetHeightInOtherScenes()
106 sheetOffsetY_ = (hoverModeArea_ == HoverModeAreaType::TOP_SCREEN || isKeyBoardShow_) in CalculateSheetOffsetInOtherScenes()
H A Dsheet_presentation_layout_algorithm.h121 bool isKeyBoardShow_ = false; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_algorithm.h121 bool isKeyBoardShow_ = false; variable
H A Ddialog_layout_algorithm.cpp92 isKeyBoardShow_ = keyboardInsert.IsValid(); in Measure()
160 alignBottomScreen_ = !isKeyBoardShow_ && hoverModeArea_ == HoverModeAreaType::BOTTOM_SCREEN; in UpdateChildMaxSizeHeight()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/
H A Ddialog_model_test_ng.cpp1347 dialogLayoutAlgorithm->isKeyBoardShow_ = false;