Home
last modified time | relevance | path

Searched defs:layoutHeight (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/layout/
H A Dgrid_layout.cpp57 int16_t layoutHeight = GetHeight() / rows_; in LayoutHorizontal() local
91 int16_t layoutHeight = GetHeight() / rows_; in LayoutVertical() local
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession_utils.h41 inline float ToWinHeight(const int32_t layoutHeight, float vpr) in ToWinHeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rich_text/resource/
H A Drich_text_delegate.cpp404 int32_t layoutHeight = GetIntParam(param, NTC_PARAM_LAYOUT_HEIGHT); in OnGotLayoutParam() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Drender_button.cpp548 double layoutHeight = heightDefined_ ? layoutSize_.Height() : childrenSize_.Height(); in CalculateLayoutSize() local