Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_component.h258 void SetHasHeight(const bool& hasHeight) in SetHasHeight() argument
260 hasHeight_ = hasHeight; in SetHasHeight()
H A Drender_scroll.h248 void SetHasHeight(const bool& hasHeight) in SetHasHeight() argument
250 hasHeight_ = hasHeight; 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() argument
166 JSViewSetProperty(&ScrollComponent::SetHasHeight, hasHeight); in SetHasHeight()
H A Dlist_model_impl.cpp127 void ListModelImpl::SetHasHeight(bool hasHeight) in SetHasHeight() argument
129 JSViewSetProperty(&V2::ListComponent::SetHasHeight, hasHeight); in SetHasHeight()
H A Dscroll_model_impl.h49 void SetHasHeight(bool hasHeight) override;
H A Dlist_model_impl.h51 void SetHasHeight(bool hasHeight) override;
/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
132 if (!hasWidth && !hasHeight) { in SetSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H A Dscroll_model.h59 virtual void SetHasHeight(bool hasHeight) = 0;
H A Dscroll_model_ng.h52 void SetHasHeight(bool hasHeight) override {} in SetHasHeight() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_model.h59 virtual void SetHasHeight(bool hasHeight) = 0;
H A Dlist_model_ng.h49 void SetHasHeight(bool hasHeight) override {} in SetHasHeight() argument
/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
170 CHECK_AND_RETURN_LOG(hasWidth && hasHeight, "OutputFormat doesn't have width or height"); in OnOutputFormatChanged()
/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
495 || (!hasMaxSize && !hasHeight))) { in CalcSearchHeight()