Home
last modified time | relevance | path

Searched defs:hasHeight (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H A Dscroll_model_ng.h52 void SetHasHeight(bool hasHeight) override {} in SetHasHeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_model_ng.h49 void SetHasHeight(bool hasHeight) override {} in SetHasHeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dscroll_model_impl.cpp164 void ScrollModelImpl::SetHasHeight(bool hasHeight) in SetHasHeight()
H A Dlist_model_impl.cpp127 void ListModelImpl::SetHasHeight(bool hasHeight) in SetHasHeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_form_component_bridge.cpp130 bool hasHeight = (!heightValue->IsNull() && !heightValue->IsUndefined() && in SetSize() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_component.h258 void SetHasHeight(const bool& hasHeight) in SetHasHeight()
H A Drender_scroll.h248 void SetHasHeight(const bool& hasHeight) in SetHasHeight()
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/avmetadatahelper/
H A Dav_thumbnail_generator.cpp169 bool hasHeight = format.GetIntValue(Tag::VIDEO_PIC_HEIGHT, height); in OnOutputFormatChanged() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_layout_algorithm.cpp492 auto hasHeight = calcLayoutConstraint->selfIdealSize.has_value() && in CalcSearchHeight() local