Home
last modified time | relevance | path

Searched refs:layoutInfo (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_layout_algorithm.h28 explicit WaterFlowLayoutAlgorithm(const RefPtr<WaterFlowLayoutInfo>& layoutInfo) : layoutInfo_(layoutInfo) {} in WaterFlowLayoutAlgorithm() argument
H A Dwater_flow_segmented_layout.h65 explicit WaterFlowSegmentedLayout(const RefPtr<WaterFlowLayoutInfo>& layoutInfo) : info_(layoutInfo) {} in WaterFlowSegmentedLayout() argument
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dstylus_detector_mgr.cpp84 const WeakPtr<NG::LayoutInfoInterface>& layoutInfo) {} in AddTextFieldFrameNode()
83 AddTextFieldFrameNode(const RefPtr<NG::FrameNode>& frameNode, const WeakPtr<NG::LayoutInfoInterface>& layoutInfo) AddTextFieldFrameNode() argument
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_stylus_detector_mgr.cpp84 const WeakPtr<NG::LayoutInfoInterface>& layoutInfo) {} in AddTextFieldFrameNode()
83 AddTextFieldFrameNode(const RefPtr<NG::FrameNode>& frameNode, const WeakPtr<NG::LayoutInfoInterface>& layoutInfo) AddTextFieldFrameNode() argument
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dstylus_detector_mgr.cpp380 auto layoutInfo = StylusDetectorMgr::GetInstance()->layoutInfo_.Upgrade(); in GetGlyphPositionByGlobalOffset() local
381 CHECK_NULL_RETURN(layoutInfo, finalResult); in GetGlyphPositionByGlobalOffset()
382 return layoutInfo->GetGlyphPositionAtCoordinate(localOffset.GetX(), localOffset.GetY()); in GetGlyphPositionByGlobalOffset()
614 const WeakPtr<NG::LayoutInfoInterface>& layoutInfo) in AddTextFieldFrameNode()
626 textFieldLayoutInfos_[id] = layoutInfo; in AddTextFieldFrameNode()
613 AddTextFieldFrameNode(const RefPtr<NG::FrameNode>& frameNode, const WeakPtr<NG::LayoutInfoInterface>& layoutInfo) AddTextFieldFrameNode() argument
/foundation/arkui/ace_engine/frameworks/core/common/stylus/
H A Dstylus_detector_mgr.h61 const WeakPtr<NG::LayoutInfoInterface>& layoutInfo);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_measure_layout.cpp541 JSRef<JSObject> layoutInfo = JSRef<JSObject>::Make(jsObject); in JSLayout() local
542 JSRef<JSObject> sizeObj = layoutInfo->GetProperty("position"); in JSLayout()
580 JSRef<JSObject> layoutInfo = JSRef<JSObject>::Make(jsObject); in JSPlaceChildren() local
581 JSRef<JSVal> xVal = layoutInfo->GetProperty("x"); in JSPlaceChildren()
582 JSRef<JSVal> yVal = layoutInfo->GetProperty("y"); in JSPlaceChildren()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/src/
H A Dhistreamer_ability_querier.cpp411 cJSON *layoutInfo = nullptr; in FromJson() local
412 cJSON_ArrayForEach(layoutInfo, channelLayoutJson) { in FromJson()
413 if (layoutInfo && layoutInfo->type == cJSON_Number) { in FromJson()
414 audioDecoderIn.channel_layout.push_back(static_cast<AudioChannelLayout>(layoutInfo->valueint)); in FromJson()

Completed in 9 milliseconds