Home
last modified time | relevance | path

Searched refs:frameSize (Results 1 - 25 of 223) sorted by relevance

123456789

/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Dvolume_tools.cpp201 size_t frameSize = buffer.bufLength / byteSizePerFrame; in Process() local
202 if (frameSize < MIN_FRAME_SIZE) { in Process()
203 AUDIO_ERR_LOG("Process failed with invalid frameSize, size is %{public}zu", frameSize); in Process()
209 if (vols.volEnd[channelIdx] == vols.volStart[channelIdx] || frameSize == MIN_FRAME_SIZE) { in Process()
213 (frameSize - MIN_FRAME_SIZE); in Process()
216 for (size_t frameIndex = 0; frameIndex < frameSize; frameIndex++) { in Process()
261 size_t frameSize = buffer.bufLength / byteSizePerFrame; in CountU8Volume() local
262 if (frameSize <= MIN_FRAME_SIZE || frameSize > in CountU8Volume()
294 size_t frameSize = buffer.bufLength / byteSizePerFrame; CountS16Volume() local
327 size_t frameSize = buffer.bufLength / byteSizePerFrame; CountS24Volume() local
361 size_t frameSize = buffer.bufLength / byteSizePerFrame; CountS32Volume() local
395 size_t frameSize = buffer.bufLength / byteSizePerFrame; CountF32Volume() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/
H A Dmarquee_layout_algorithm.cpp47 OptionalSizeF frameSize; in Measure() local
50 frameSize.UpdateSizeWithCheck(layoutConstraint->selfIdealSize); in Measure()
51 if (frameSize.IsValid()) { in Measure()
55 frameSize.UpdateIllegalSizeWithCheck(layoutConstraint->parentIdealSize); in Measure()
56 frameSize.UpdateIllegalSizeWithCheck(layoutConstraint->percentReference); in Measure()
58 frameSize.Constrain(SizeF { 0.0f, 0.0f }, SizeF { maxSize.Width(), childFrame.Height() }); in Measure()
61 layoutWrapper->GetGeometryNode()->SetFrameSize(frameSize.ConvertToSizeT()); in Measure()
66 auto frameSize = layoutWrapper->GetGeometryNode()->GetFrameSize(); in Layout() local
88 (frameSize.Width() - child->GetGeometryNode()->GetMarginFrameSize().Width()) / MULTIPLE); in Layout()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_layout_algorithm.cpp45 SizeF frameSize = { -1.0f, -1.0f }; in Measure() local
60 GetColumnSize(layoutProperty, pickerTheme, dialogTheme, frameSize, pickerNode); in Measure()
62 textPickerPattern->CheckAndUpdateColumnSize(frameSize, NeedAdaptForAging()); in Measure()
63 pickerItemHeight_ = frameSize.Height(); in Measure()
64 layoutWrapper->GetGeometryNode()->SetFrameSize(frameSize); in Measure()
69 MeasureText(layoutWrapper, frameSize); in Measure()
70 float gradientPercent = GetGradientPercent(layoutProperty, textPickerPattern, frameSize, pickerTheme); in Measure()
75 const RefPtr<TextPickerPattern>& textPickerPattern, SizeF& frameSize, const RefPtr<PickerTheme>& pickerTheme) in GetGradientPercent()
86 gradientheightValue = frameSize.Height() * gradientheight.Value() / DOUBLE_VALUE; in GetGradientPercent()
90 if ((frameSize in GetGradientPercent()
74 GetGradientPercent(const RefPtr<TextPickerLayoutProperty>& layoutProperty, const RefPtr<TextPickerPattern>& textPickerPattern, SizeF& frameSize, const RefPtr<PickerTheme>& pickerTheme) GetGradientPercent() argument
103 GetColumnSize(const RefPtr<TextPickerLayoutProperty>& layoutProperty, const RefPtr<PickerTheme>& pickerTheme, const RefPtr<DialogTheme>& dialogTheme, SizeF& frameSize, const RefPtr<FrameNode>& pickerNode) GetColumnSize() argument
194 SizeF frameSize = { -1.0f, -1.0f }; ChangeTextStyle() local
220 SizeF frameSize = size; UpdateContentSize() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dbox_layout_algorithm.cpp78 OptionalSizeF frameSize; in PerformMeasureSelfWithChildList() local
83 frameSize.UpdateSizeWithCheck(layoutConstraint->selfIdealSize); in PerformMeasureSelfWithChildList()
84 if (frameSize.IsValid()) { in PerformMeasureSelfWithChildList()
89 frameSize.UpdateIllegalSizeWithCheck(layoutConstraint->parentIdealSize); in PerformMeasureSelfWithChildList()
90 if (frameSize.IsValid()) { in PerformMeasureSelfWithChildList()
91 frameSize.Constrain(minSize, maxSize, version10OrLarger); in PerformMeasureSelfWithChildList()
101 frameSize.UpdateIllegalSizeWithCheck(contentSize); in PerformMeasureSelfWithChildList()
125 frameSize.UpdateIllegalSizeWithCheck(childFrame); in PerformMeasureSelfWithChildList()
128 frameSize.ConstrainFloat(minSize, maxSize, false, version10OrLarger); in PerformMeasureSelfWithChildList()
130 frameSize in PerformMeasureSelfWithChildList()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_layout_algorithm.cpp193 auto frameSize = layoutWrapper->GetGeometryNode()->GetFrameSize(); in HandleBorderRadius() local
201 auto minSize = std::min(frameSize.Height(), frameSize.Width()); in HandleBorderRadius()
210 renderContext->UpdateBorderRadius(BorderRadiusProperty(Dimension(frameSize.Height() / 2))); in HandleBorderRadius()
236 auto frameSize = layoutWrapper->GetGeometryNode()->GetFrameSize(); in PerformMeasureSelf() local
255 HandleLabelCircleButtonFrameSize(layoutConstraint, frameSize, defaultHeight); in PerformMeasureSelf()
265 frameSize.SetHeight(maxHeight > defaultHeight ? std::max(defaultHeight, actualHeight) : maxHeight); in PerformMeasureSelf()
270 if (GreatOrEqual(childSize_.Height() + topPadding + bottomPadding, frameSize.Height())) { in PerformMeasureSelf()
271 frameSize = SizeF(frameSize in PerformMeasureSelf()
279 HandleLabelCircleButtonFrameSize( const LayoutConstraintF& layoutConstraint, SizeF& frameSize, const float& defaultHeight) HandleLabelCircleButtonFrameSize() argument
303 SizeF frameSize = { -1, -1 }; MeasureCircleButton() local
371 auto frameSize = layoutWrapper->GetGeometryNode()->GetFrameSize(); MarkNeedFlushMouseEvent() local
401 auto frameSize = geometryNode->GetFrameSize(); NeedAgingMeasure() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_decoration_painter.h57 static void PaintGrayScale(const RSRoundRect& frameSize, RSCanvas* canvas, float grayscale);
58 static void PaintBrightness(const RSRoundRect& frameSize, RSCanvas* canvas, float brightness);
59 static void PaintContrast(const RSRoundRect& frameSize, RSCanvas* canvas, float contrast);
60 static void PaintColorBlend(const RSRoundRect& frameSize, RSCanvas* canvas, const Color& colorBlend);
61 static void PaintSaturate(const RSRoundRect& frameSize, RSCanvas* canvas, float saturate);
62 static void PaintSepia(const RSRoundRect& frameSize, RSCanvas* canvas, float sepia);
63 static void PaintInvert(const RSRoundRect& frameSize, RSCanvas* canvas, float invert);
64 static void PaintHueRotate(const RSRoundRect& frameSize, RSCanvas* canvas, float hueRotate);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_utils.cpp60 float GridUtils::GetMainGap(const RefPtr<GridLayoutProperty>& props, const SizeF& frameSize, Axis axis) in GetMainGap() argument
62 return axis == Axis::HORIZONTAL ? GetColumnGap(props, frameSize.Width()) : GetRowGap(props, frameSize.Height()); in GetMainGap()
65 float GridUtils::GetCrossGap(const RefPtr<GridLayoutProperty>& props, const SizeF& frameSize, Axis axis) in GetCrossGap() argument
67 return axis == Axis::HORIZONTAL ? GetRowGap(props, frameSize.Height()) : GetColumnGap(props, frameSize.Width()); in GetCrossGap()
/foundation/multimedia/av_codec/test/nativedemo/avmuxer/
H A Davmuxer_demo_common.c25 .frameSize = 1152,
33 .frameSize = 1024,
41 .frameSize = 1024,
49 .frameSize = 1024,
57 .frameSize = 2048,
65 .frameSize = 1024,
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_layout_algorithm.h89 void MeasureFixedMode(LayoutWrapper* layoutWrapper, SizeF frameSize);
90 void MeasureScrollableMode(LayoutWrapper* layoutWrapper, SizeF frameSize);
91 LayoutConstraintF GetChildConstraint(LayoutWrapper* layoutWrapper, SizeF& frameSize);
92 void LayoutChildren(LayoutWrapper* layoutWrapper, const SizeF& frameSize, OffsetF& childOffset);
103 void MeasureItemSecond(LayoutWrapper* layoutWrapper, LayoutConstraintF& childLayoutConstraint, SizeF& frameSize);
109 GridSizeType GetGridSizeType(const SizeF& frameSize) const;
110 float GetGridWidth(const BarGridColumnOptions& option, const SizeF& frameSize, int32_t columns) const;
111 float ApplyBarGridAlign(const RefPtr<TabBarLayoutProperty>& layoutProperty, const SizeF& frameSize) const;
114 float GetContentMainSize(LayoutWrapper* layoutWrapper, const SizeF& frameSize) const;
H A Dtab_bar_layout_algorithm.cpp109 auto frameSize = idealSize.ConvertToSizeT(); in Measure() local
125 contentMainSize_ = GetContentMainSize(layoutWrapper, frameSize); in Measure()
127 MeasureFixedMode(layoutWrapper, frameSize); in Measure()
129 MeasureScrollableMode(layoutWrapper, frameSize); in Measure()
137 frameSize.SetHeight(std::max(defaultHeight_.value_or(0.0f), maxHeight_.value_or(0.0f))); in Measure()
139 geometryNode->SetFrameSize(frameSize); in Measure()
143 float TabBarLayoutAlgorithm::GetContentMainSize(LayoutWrapper* layoutWrapper, const SizeF& frameSize) const in GetContentMainSize()
149 auto horizontalPadding = ApplyBarGridAlign(layoutProperty, frameSize); in GetContentMainSize()
152 CHECK_NULL_RETURN(padding, frameSize.Width()); in GetContentMainSize()
155 return Positive(frameSize in GetContentMainSize()
162 MeasureFixedMode(LayoutWrapper* layoutWrapper, SizeF frameSize) MeasureFixedMode() argument
230 MeasureScrollableMode(LayoutWrapper* layoutWrapper, SizeF frameSize) MeasureScrollableMode() argument
308 GetChildConstraint(LayoutWrapper* layoutWrapper, SizeF& frameSize) GetChildConstraint() argument
606 MeasureItemSecond(LayoutWrapper* layoutWrapper, LayoutConstraintF& childLayoutConstraint, SizeF& frameSize) MeasureItemSecond() argument
966 auto frameSize = geometryNode->GetPaddingSize(); Layout() local
981 LayoutChildren(LayoutWrapper* layoutWrapper, const SizeF& frameSize, OffsetF& childOffset) LayoutChildren() argument
1054 GetGridWidth( const BarGridColumnOptions& option, const SizeF& frameSize, int32_t columns) const GetGridWidth() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/
H A Dlinear_layout_utils.cpp184 auto frameSize = child->GetGeometryNode()->GetMarginFrameSize(); in AdjustChildOnDirection() local
186 float xOffset = (direction == TextDirection::RTL) ? parentWidth - frameSize.Width() - offset.GetX() : offset.GetX(); in AdjustChildOnDirection()
213 auto frameSize = child->GetGeometryNode()->GetMarginFrameSize(); in Layout() local
214 float xOffset = CalculateCrossOffset(size.Width(), frameSize.Width(), crossAlign); in Layout()
217 yPos += frameSize.Height(); in Layout()
230 auto frameSize = child->GetGeometryNode()->GetMarginFrameSize(); in Layout() local
231 float yOffset = CalculateCrossOffset(size.Height(), frameSize.Height(), crossAlign); in Layout()
234 xPos += frameSize.Width(); in Layout()
252 auto frameSize = child->GetGeometryNode()->GetMarginFrameSize(); in LayoutCondition() local
253 frameHeightSum += frameSize in LayoutCondition()
281 auto frameSize = child->GetGeometryNode()->GetMarginFrameSize(); LayoutCondition() local
302 auto frameSize = child->GetGeometryNode()->GetMarginFrameSize(); LayoutCondition() local
330 auto frameSize = child->GetGeometryNode()->GetMarginFrameSize(); LayoutCondition() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/digit_indicator/
H A Ddigit_indicator_layout_algorithm.cpp61 SizeF frameSize = { indicatorWidth, indicatorHeight }; in Measure() local
64 geometryNode->SetFrameSize(frameSize); in Measure()
87 SizeF frameSize = { 0.0f, 0.0f }; in Layout() local
88 auto success = indicatorPattern->GetDigitFrameSize(layoutGeometryNode, frameSize); in Layout()
90 auto height = frameSize.Height(); in Layout()
100 auto width = frameSize.Width(); in Layout()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_layout_algorithm.cpp54 SizeF frameSize = { -1.0f, -1.0f }; in Measure() local
110 frameSize.SetWidth(pickerWidth); in Measure()
111 frameSize.SetHeight(std::min(height, pickerMaxHeight)); in Measure()
112 layoutWrapper->GetGeometryNode()->SetFrameSize(frameSize); in Measure()
117 MeasureText(layoutWrapper, frameSize); in Measure()
119 gradientFontScale_ / frameSize.Height(); in Measure()
156 SizeF frameSize = { -1.0f, -1.0f }; in ChangeTextStyle() local
161 frameSize.SetWidth(size.Width()); in ChangeTextStyle()
165 frameSize.SetHeight(static_cast<float>(pickerTheme->GetDividerSpacing().ConvertToPx() * in ChangeTextStyle()
168 frameSize in ChangeTextStyle()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_area/
H A Dtext_area_layout_algorithm.cpp94 OptionalSizeF frameSize; in Measure() local
117 frameSize.SetWidth(finalWidth); in Measure()
118 frameSize.SetHeight(contentHeight + pattern->GetVerticalPaddingAndBorderSum() + PARAGRAPH_SAVE_BOUNDARY); in Measure()
122 frameSize.SetWidth(finalWidth); in Measure()
123 ConstraintHeight(layoutWrapper, frameSize, contentHeight); in Measure()
125 layoutWrapper->GetGeometryNode()->SetFrameSize(frameSize.ConvertToSizeT()); in Measure()
128 void TextAreaLayoutAlgorithm::ConstraintHeight(LayoutWrapper* layoutWrapper, OptionalSizeF& frameSize, in ConstraintHeight() argument
141 frameSize.SetHeight(textFieldContentConstraint.maxSize.Height() + pattern->GetVerticalPaddingAndBorderSum()); in ConstraintHeight()
143 frameSize.SetHeight(contentHeight + pattern->GetVerticalPaddingAndBorderSum()); in ConstraintHeight()
149 frameSize in ConstraintHeight()
[all...]
/foundation/multimedia/media_foundation/engine/plugin/plugins/demuxer/minimp4_demuxer/
H A Dminimp4_demuxer_plugin.cpp275 unsigned int frameSize = 0; in GetMediaInfo() local
278 int64_t offset = MP4D_frame_offset(&miniMP4_, 0, 0, &frameSize, &timeStamp, &duration); in GetMediaInfo()
290 void MiniMP4DemuxerPlugin::FillADTSHead(std::shared_ptr<Memory> &data, unsigned int frameSize) in FillADTSHead() argument
294 unsigned int packetLen = frameSize + 7; in FillADTSHead()
352 unsigned int frameSize = 0; in ReadFrame() local
355 uint64_t offset = MP4D_frame_offset(&miniMP4_, 0, sampleIndex_, &frameSize, &timeStamp, &duration); in ReadFrame()
359 MEDIA_LOG_D("frameSize " PUBLIC_LOG_D32 " offset " PUBLIC_LOG_D32 " sampleIndex_ " PUBLIC_LOG_D32, in ReadFrame()
360 frameSize, static_cast<uint32_t>(offset), sampleIndex_); in ReadFrame()
362 mp4FrameData = outBuffer.AllocMemory(nullptr, frameSize + ADTS_HEADER_SIZE); in ReadFrame()
376 FillADTSHead(mp4FrameData, frameSize); in ReadFrame()
388 unsigned int frameSize = 0; SeekTo() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_group_node.cpp168 auto frameSize = GetGeometryNode()->GetFrameSize(); in InitSystemTransitionPush() local
171 RectF(0.0f, 0.0f, frameSize.Width() * HALF, REMOVE_CLIP_SIZE), RadiusF(EdgeF(0.0f, 0.0f))); in InitSystemTransitionPush()
174 RectF(frameSize.Width() * HALF, 0.0f, frameSize.Width(), REMOVE_CLIP_SIZE), in InitSystemTransitionPush()
177 GetRenderContext()->UpdateTranslateInXY({ frameSize.Width() * HALF * isRTL, 0.0f }); in InitSystemTransitionPush()
179 titleBarNode->GetRenderContext()->UpdateTranslateInXY({ frameSize.Width() * HALF * isRTL, 0.0f }); in InitSystemTransitionPush()
198 auto frameSize = GetGeometryNode()->GetFrameSize(); in StartSystemTransitionPush() local
202 RectF(0.0f, 0.0f, frameSize.Width(), REMOVE_CLIP_SIZE), RadiusF(EdgeF(0.0f, 0.0f))); in StartSystemTransitionPush()
210 { -frameSize.Width() * CONTENT_OFFSET_PERCENT * isRTL, 0.0f }); in StartSystemTransitionPush()
213 { frameSize in StartSystemTransitionPush()
243 auto frameSize = GetGeometryNode()->GetFrameSize(); InitSystemTransitionPop() local
277 auto frameSize = GetGeometryNode()->GetFrameSize(); StartSystemTransitionPop() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_paint_method.cpp36 auto frameSize = geometryNode->GetPaddingSize(); in ClipPadding() local
40 auto clipRect = RSRect(paddingOffset.GetX(), paddingOffset.GetY(), frameSize.Width() + paddingOffset.GetX(), in ClipPadding()
41 paddingOffset.GetY() + frameSize.Height()); in ClipPadding()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_paint_method.cpp24 auto frameSize = paintWrapper->GetGeometryNode()->GetFrameSize(); in PaintEdgeEffect() local
25 edgeEffect->Paint(canvas, frameSize, { 0.0f, 0.0f }); in PaintEdgeEffect()
49 auto frameSize = geometryNode->GetPaddingSize(); in UpdateContentModifier() local
53 contentModifier_->SetClipSize(frameSize); in UpdateContentModifier()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_paint_method.cpp58 auto frameSize = geometryNode->GetFrameSize(); in PaintFade() local
59 float width = frameSize.Width(); in PaintFade()
60 float height = frameSize.Height(); in PaintFade()
130 auto frameSize = geometryNode->GetPaddingSize(); in ClipPadding() local
134 auto clipRect = RSRect(paddingOffset.GetX(), paddingOffset.GetY(), frameSize.Width() + paddingOffset.GetX(), in ClipPadding()
135 paddingOffset.GetY() + frameSize.Height()); in ClipPadding()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dgeometry_node.cpp61 auto frameSize = frame_.rect_.GetSize(); in ToJsonValue() local
62 json->Put("width", std::to_string(frameSize.Width()).c_str()); in ToJsonValue()
63 json->Put("height", std::to_string(frameSize.Height()).c_str()); in ToJsonValue()
66 jsonSize->Put("width", std::to_string(frameSize.Width()).c_str()); in ToJsonValue()
67 jsonSize->Put("height", std::to_string(frameSize.Height()).c_str()); in ToJsonValue()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_layout_algorithm.cpp94 SizeF frameSize = { -1.0f, -1.0f }; in Measure() local
96 frameSize.SetSizeT(SizeF { indicatorWidth_, indicatorHeight_ }); in Measure()
97 if (frameSize.IsNonNegative()) { in Measure()
100 frameSize.Constrain(layoutConstraint->minSize, layoutConstraint->maxSize); in Measure()
105 geometryNode->SetFrameSize(frameSize); in Measure()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_paint_method.cpp24 auto frameSize = paintWrapper->GetGeometryNode()->GetFrameSize(); in PaintEdgeEffect() local
25 edgeEffect->Paint(canvas, frameSize, { 0.0f, 0.0f }); in PaintEdgeEffect()
45 auto frameSize = renderContext->GetPaintRectWithoutTransform().GetSize(); in UpdateContentModifier() local
49 frameSize.MinusPadding(*padding->left, *padding->right, *padding->top, *padding->bottom); in UpdateContentModifier()
59 listContentModifier_->SetClipSize(frameSize); in UpdateContentModifier()
63 float contentSize = vertical_ ? frameSize.Width() : frameSize.Height(); in UpdateContentModifier()
73 .crossSize = vertical_ ? frameSize.Height() : frameSize.Width(), in UpdateContentModifier()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_pattern.cpp45 auto frameSize = geometryNode->GetFrameSize(); in CreateNodePaintMethod() local
54 shadowOption.offsetX - x + frameSize.Width() + shadowOption.radius * 2.0f, in CreateNodePaintMethod()
55 std::abs(shadowOption.offsetX) + frameSize.Width() + shadowOption.radius * 2.0f } in CreateNodePaintMethod()
59 shadowOption.offsetY - y + frameSize.Height() + shadowOption.radius * 2.0f, in CreateNodePaintMethod()
60 std::abs(shadowOption.offsetY) + frameSize.Height() + shadowOption.radius * 2.0f } in CreateNodePaintMethod()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_layout_algorithm.cpp58 SizeF frameSize = { -1.0f, -1.0f }; in Measure() local
85 frameSize.SetWidth(pickerWidth); in Measure()
86 frameSize.SetHeight(std::min(height, pickerMaxHeight)); in Measure()
87 layoutWrapper->GetGeometryNode()->SetFrameSize(frameSize); in Measure()
92 MeasureText(layoutWrapper, frameSize); in Measure()
94 gradientFontScale_) / frameSize.Height(); in Measure()
159 SizeF frameSize = { -1.0f, -1.0f }; in ChangeAmPmTextStyle() local
164 frameSize.SetWidth(size.Width()); in ChangeAmPmTextStyle()
168 frameSize.SetHeight( in ChangeAmPmTextStyle()
171 frameSize in ChangeAmPmTextStyle()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_layout_algorithm.h64 void UpdateNavigationMode(const RefPtr<NavigationLayoutProperty>& navigationLayoutProperty, const SizeF& frameSize,
68 const RefPtr<NavigationLayoutProperty>& navigationLayoutProperty, const SizeF& frameSize);
71 const RefPtr<NavigationLayoutProperty>& navigationLayoutProperty, const SizeF& frameSize);
76 const RefPtr<NavigationLayoutProperty>& navigationLayoutProperty, const SizeF& frameSize);

Completed in 13 milliseconds

123456789