Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/
H A Drender_semi_modal.cpp62 inputHeight_ = semiModal->GetModalHeight(); in Update()
211 defaultBlankHeight_ = maxSize.Height() - std::min(contentHeight, inputHeight_); in UpdateDefaultBlankHeight()
284 innerLayoutParam.SetMaxSize(Size(maxWidth_, inputHeight_)); in FirstLayout()
294 double maxHeight = hasInputHeight_ ? inputHeight_ : maxSize.Height() * CONTENT_DEFAULT_RATIO; in FirstLayout()
549 … dragDownThreshold = (GetLayoutSize().Height() - std::min(contentHeight, inputHeight_)) / 2.0; in HandleDragEnd()
H A Drender_semi_modal.h112 double inputHeight_ = 0.0; variable