Home
last modified time | relevance | path

Searched refs:SetFixedSize (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/
H A Dimage_animator_model_ng.h33 void SetFixedSize(bool fixedSize) override;
45 static void SetFixedSize(FrameNode* frameNode, bool fixedSize);
H A Dimage_animator_model_ng.cpp87 void ImageAnimatorModelNG::SetFixedSize(bool fixedSize) in SetFixedSize() function in OHOS::Ace::NG::ImageAnimatorModelNG
89 GetImageAnimatorPattern()->SetFixedSize(fixedSize); in SetFixedSize()
194 void ImageAnimatorModelNG::SetFixedSize(FrameNode* frameNode, bool fixedSize) in SetFixedSize() function in OHOS::Ace::NG::ImageAnimatorModelNG
196 GetImageAnimatorPattern(frameNode)->SetFixedSize(fixedSize); in SetFixedSize()
H A Dimage_animator_model.h38 virtual void SetFixedSize(bool fixedSize) = 0;
H A Dimage_animator_pattern.h93 void SetFixedSize(bool fixedSize) in SetFixedSize() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dimage_animator_modifier.cpp81 void SetFixedSize(ArkUINodeHandle node, uint32_t fixedSize) in SetFixedSize() function
86 ImageAnimatorModelNG::SetFixedSize(frameNode, static_cast<bool>(fixedSize)); in SetFixedSize()
94 ImageAnimatorModelNG::SetFixedSize(frameNode, true); in ResetFixedSize()
277 ImageAnimatorModifier::SetFixedSize, in GetImageAnimatorModifier()
307 ImageAnimatorModifier::SetFixedSize, in GetCJUIImageAnimatorModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_image_animator.cpp68 JSClass<JSImageAnimator>::StaticMethod("fixedSize", &JSImageAnimator::SetFixedSize, opt); in JSBind()
197 void JSImageAnimator::SetFixedSize(const JSCallbackInfo& info) in SetFixedSize() function in OHOS::Ace::Framework::JSImageAnimator
206 ImageAnimatorModel::GetInstance()->SetFixedSize(fixedSize); in SetFixedSize()
H A Djs_image_animator.h39 static void SetFixedSize(const JSCallbackInfo& info);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_image_animator_bridge.h28 static ArkUINativeModuleValue SetFixedSize(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_image_animator_bridge.cpp98 ArkUINativeModuleValue ImageAnimatorBridge::SetFixedSize(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetFixedSize() function in OHOS::Ace::NG::ImageAnimatorBridge
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dimage_animator_model_impl.h32 void SetFixedSize(bool fixedSize) override;
H A Dimage_animator_model_impl.cpp98 void ImageAnimatorModelImpl::SetFixedSize(bool fixedSize) in SetFixedSize() function in OHOS::Ace::Framework::ImageAnimatorModelImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_option.cpp416 boxLayout.SetFixedSize(boxSize); in LayoutBox()
421 boxLayout.SetFixedSize(realSize_); in LayoutBox()
464 textLayout.SetFixedSize(textSize); in PerformLayout()
H A Drender_picker_base.cpp349 layout.SetFixedSize(GetLayoutParam().GetMaxSize()); in LayoutBoxes()
361 layout.SetFixedSize(innerSize); in LayoutBoxes()
368 layout.SetFixedSize(outerSize); in LayoutBoxes()
376 layout.SetFixedSize(innerSize); in LayoutBoxes()
410 layout.SetFixedSize(Size(columnWidth, totalHeight)); in LayoutColumns()
H A Drender_picker_column.cpp225 layout.SetFixedSize(size); in PerformLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dlayout_param.h54 void SetFixedSize(const Size& size) in SetFixedSize() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stack/
H A Drender_stack.cpp184 innerLayout.SetFixedSize(GetLayoutParam().GetMaxSize()); in MakeNonPositionedInnerLayoutParam()
212 innerLayout.SetFixedSize(Size(width, height)); in MakePositionedInnerLayoutParam()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Drender_select_popup.cpp255 childLayoutParam_.SetFixedSize(Size(width, height)); in AdjustChildLayout()
369 scrollLayout.SetFixedSize( in PerformLayout()
374 …layout.SetFixedSize(Size(totalSize.Width() - 2.0 * outPadding, renderTitleBox_->GetLayoutSize().He… in PerformLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/
H A Drender_semi_modal.cpp173 innerLayoutParam.SetFixedSize(Size(maxSize.Width(), blankHeight_)); in InnerLayout()
272 innerLayoutParam.SetFixedSize(Size(0.0, 0.0)); in LayoutFullScreen()
301 innerLayoutParam.SetFixedSize(Size(maxSize.Width(), maxSize.Height())); in FirstLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_image_animator_ffi.cpp89 ImageAnimatorModel::GetInstance()->SetFixedSize(fixedSize); in FfiOHOSAceFrameworkImageAnimatorSetFixedSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/wrap/
H A Drender_wrap.cpp315 newParam.SetFixedSize( in HandleDialogStretch()
575 layoutParam.SetFixedSize(Size(item->GetLayoutSize().Width(), totalCrossSpace)); in PositionedItem()
578 layoutParam.SetFixedSize(Size(totalCrossSpace, item->GetLayoutSize().Height())); in PositionedItem()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_single_child_scroll.cpp214 layout.SetFixedSize(itemSize - paddingSize); in PerformLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/watch_slider/
H A Drender_watch_slider.cpp143 iconParam.SetFixedSize(Size(iconSizeInPx, iconSizeInPx)); in PerformLayout()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image_animator/
H A Dimage_animator_test_ng.cpp254 ImageAnimatorModelNG.SetFixedSize(FIXEDSIZE_DEFAULT);
567 ImageAnimatorModelNG.SetFixedSize(FIXEDSIZE_CHANGED);
822 ImageAnimatorModelNG.SetFixedSize(FIXEDSIZE_CHANGED);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/clock/
H A Drender_clock.cpp313 imageLayoutParam.SetFixedSize(imageComponentSize); in LayoutClockImage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/panel/
H A Drender_sliding_panel.cpp272 innerLayout.SetFixedSize(Size(maxWidth, blankHeight_)); in InnerLayout()

12