Home
last modified time | relevance | path

Searched defs:node (Results 1726 – 1750 of 1852) sorted by relevance

1...<<61626364656667686970>>...75

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dzip_file.cpp86 auto node = std::make_shared<DirTreeNode>(); in AddEntryToTree() local
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test5.cpp958 std::shared_ptr<RSSurfaceNode> node = nullptr; variable
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java3752 final AccessibilityNodeInfo node = findVirtualNodeByAccessibilityId(view, virtualId); in notifyViewEntered() local
3790 final AccessibilityNodeInfo node = findVirtualNodeByAccessibilityId(view, virtualId); in notifyValueChanged() local
3807 final AccessibilityNodeInfo node = findVirtualNodeByAccessibilityId(view, virtualId); in notifyViewClicked() local
/aosp14/frameworks/base/tools/aapt/
H A DResource.cpp710 bool addTagAttribute(const sp<XMLNode>& node, const char* ns8, in addTagAttribute()
749 bool addTagAttribute(const sp<XMLNode>& node, const char* ns8, in addTagAttribute()
755 static void fullyQualifyClassName(const String8& package, const sp<XMLNode>& node, in fullyQualifyClassName()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_frame_node_bridge.cpp52 ArkUI_Bool FrameNodeBridge::IsCustomFrameNode(FrameNode* node) in IsCustomFrameNode()
146 auto node = NG::CustomFrameNode::GetOrCreateCustomFrameNode(nodeId); in CreateFrameNode() local
291 RefPtr<FrameNode> node; in CreateTypedFrameNode() local
H A Darkts_native_water_flow_bridge.cpp376 Local<JSValueRef> node = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetEdgeEffect() local
/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_HardwareRenderer.cpp155 RootRenderNode* node = new RootRenderNode(std::make_unique<JvmErrorReporter>(env)); in android_view_ThreadedRenderer_createRootRenderNode() local
320 RenderNode* node = reinterpret_cast<RenderNode*>(nodePtr); in android_view_ThreadedRenderer_buildLayer() local
/aosp14/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java1373 AccessibilityNodeInfo node = nodes.get(i); in enforceNodeTreeConsistent() local
1374 nodeMap.put(node.getSourceNodeId(), node); in enforceNodeTreeConsistent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.cpp1453 auto node = gestureHub->GetFrameNode(); in GetOnAccessibilityEventFunc() local
1593 …l GestureEventHub::KeyBoardShortCutClick(const KeyEvent& event, const WeakPtr<NG::FrameNode>& node) in KeyBoardShortCutClick()
/ohos5.0/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/
H A Ddisc_ble.c129 ListNode node; member
138 ListNode node; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp354 …if (auto node = RSBaseRenderNode::ReinterpretCast<RSCanvasRenderNode>(properties.backref_.lock()))… in DrawColorfulShadowInner() local
752 auto node = properties.backref_.lock(); in DrawBackgroundEffect() local
/aosp14/frameworks/base/core/tests/coretests/src/android/view/accessibility/
H A DAccessibilityCacheTest.java1071 AccessibilityNodeInfo node = in getNodeWithA11yAndWindowId() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_node.cpp183 void SpanNode::RequestTextFlushDirty(const RefPtr<UINode>& node) in RequestTextFlushDirty()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_pattern.cpp621 auto node = AceType::DynamicCast<FrameNode>(child); in GetContainerModalButtonsRect() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_algorithm.cpp265 MagicLayoutNode node; in TravelChildrenFlexProps() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_pattern.cpp168 …auto node = FrameNode::GetOrCreateFrameNode(V2::IMAGE_ETS_TAG, ElementRegister::GetInstance()->Mak… in ImageNodeCreate() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/
H A Drating_pattern.cpp893 auto node = BuildContentModifierNode(); in FireBuilder() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_base.cpp683 void RenderSvgBase::AddHrefToRoot(const std::string& id, const RefPtr<RenderSvgBase>& node) in AddHrefToRoot()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.h983 void AddPredictLayoutNode(const RefPtr<FrameNode>& node) in AddPredictLayoutNode()
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_data_proxy_record.cpp686 auto node = std::get<DataShare::AshmemNode>(data.value_); in PrepareImageData() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dfocus_hub_test_ng.cpp75 auto node = FrameNodeOnTree(V2::TEXT_ETS_TAG, -1, AceType::MakeRefPtr<Pattern>()); variable
/ohos5.0/drivers/hdf_core/adapter/platform/uart/
H A Duart_stm32f4xx.c426 #define UART_FIND_CONFIG(node, name, resource) \ argument
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp267 …ult = std::find_if(std::begin(baseTypeNodes), std::end(baseTypeNodes), [inType](const auto &node) { in MapFieldType()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp4206 auto node = RSCanvasNode::Create(); in SetPropertyTest() local
4304 auto node = RSSurfaceNode::Create(surfaceNodeConfig, false); variable
4335 auto node = RSCanvasNode::Create(); variable
/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DViewNode.java643 public static void writeToParcel(@NonNull Parcel parcel, @Nullable ViewNode node, int flags) { in writeToParcel()

1...<<61626364656667686970>>...75