/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
H A D | xcomponent_model_ng.cpp | 69 if (type == XComponentType::COMPONENT || type == XComponentType::NODE) { in InitXComponent() 95 if (type == XComponentType::COMPONENT || type == XComponentType::NODE) { in SetSoPath() 121 if (type == XComponentType::COMPONENT || type == XComponentType::NODE) { in SetOnLoad() 134 if (type == XComponentType::COMPONENT || type == XComponentType::NODE) { in SetOnLoad() 155 if (type == XComponentType::COMPONENT || type == XComponentType::NODE) { in SetOnDestroy() 168 if (type == XComponentType::COMPONENT || type == XComponentType::NODE) { in SetOnDestroy() 214 if (type == XComponentType::COMPONENT || type == XComponentType::NODE) { in SetDetachCallback() 227 if (type == XComponentType::COMPONENT || type == XComponentType::NODE) { in SetControllerOnCreated() 240 if (type == XComponentType::COMPONENT || type == XComponentType::NODE) { in SetControllerOnChanged() 253 if (type == XComponentType::COMPONENT || type == XComponentType::NODE) { in SetControllerOnDestroyed() [all …]
|
H A D | xcomponent_model.h | 40 return type == XComponentType::TEXTURE || type == XComponentType::NODE || in IsBackGroundColorAvailable() 45 return type == XComponentType::NODE || in IsCommonEventAvailable()
|
H A D | xcomponent_pattern.h | 69 …e_ == XComponentType::SURFACE || type_ == XComponentType::TEXTURE || type_ == XComponentType::NODE; in IsAtomicNode() 98 if (type_ == XComponentType::NODE) { in GetFocusPattern() 101 FocusPattern focusPattern = { FocusType::NODE, false }; in GetFocusPattern()
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/ |
H A D | NodeTools.js | 31 NODE: 6, property in DataType 102 node.type_ === DataType.NODE && 118 node.type_ === DataType.NODE && 139 node.type_ === DataType.NODE && 150 if (node.type_ === DataType.NODE) { 162 if (node.type_ === DataType.NODE) { 231 case DataType.NODE: 273 if (pn.type_ === DataType.NODE) { 361 if (pn.type_ === DataType.NODE) { 443 if (node1.type_ === DataType.NODE) { [all …]
|
H A D | ModifyNode.js | 88 DataType.NODE, 123 if (pn.type_ === DataType.NODE && pn.nodeType_ === NodeType.TEMPLETE) { 151 if (pn.type_ === DataType.NODE && pn.nodeType_ === NodeType.TEMPLETE) {
|
H A D | Generator.js | 85 case DataType.NODE: 136 type_: DataType.NODE, 210 case DataType.NODE:
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_xcomponent.cpp | 45 return XComponentType::NODE; in ConvertToXComponentType() 534 if (type != XComponentType::NODE) { in JsBackgroundImage() 543 if (type != XComponentType::NODE) { in JsBackgroundImageSize() 552 if (type != XComponentType::NODE) { in JsBackgroundImagePosition() 571 if (type != XComponentType::NODE) { in JsBlur() 580 if (type != XComponentType::NODE) { in JsBackdropBlur() 589 if (type != XComponentType::NODE) { in JsGrayscale() 598 if (type != XComponentType::NODE) { in JsBrightness() 607 if (type != XComponentType::NODE) { in JsSaturate() 616 if (type != XComponentType::NODE) { in JsContrast() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | focus_hub_test_ng.cpp | 231 focusHub->focusType_ = FocusType::NODE; 382 focusHub->SetFocusType(FocusType::NODE); 517 focusHub->SetFocusType(FocusType::NODE); 572 focusHub->SetFocusType(FocusType::NODE); 604 focusHub->SetFocusType(FocusType::NODE); 659 focusHub->SetFocusType(FocusType::NODE); 815 focusHub->SetFocusType(FocusType::NODE); 1021 focusHub->focusType_ = FocusType::NODE; 1593 focusHub->focusType_ = FocusType::NODE; 1596 focusHub->focusType_ = FocusType::NODE; [all …]
|
H A D | focus_hub_test_ng_for_property_config.cpp | 533 focusHub->focusType_ = FocusType::NODE; 564 focusHub->focusType_ = FocusType::NODE; 812 focusHub->focusType_ = FocusType::NODE; 875 focusHub->focusType_ = FocusType::NODE; 916 focusHub->focusType_ = FocusType::NODE; 988 focusHub->focusType_ = FocusType::NODE; 1215 focusHub->focusType_ = FocusType::NODE; 1242 focusHub->focusType_ = FocusType::NODE; 1290 focusHub->focusType_ = FocusType::NODE; 1334 focusHub->focusType_ = FocusType::NODE; [all …]
|
H A D | focus_hub_test_ng_new.cpp | 117 focusHub->focusType_ = FocusType::NODE; 159 focusHub->focusType_ = FocusType::NODE; 257 focusHub->focusType_ = FocusType::NODE; 398 …cus1 = AceType::MakeRefPtr<FocusHub>(AceType::WeakClaim<EventHub>(nullptr), FocusType::NODE, true); 476 focusHub1->focusType_ = FocusType::NODE; 1035 focusHub->focusType_ = FocusType::NODE; 1066 focusHub1->focusType_ = FocusType::NODE; 1265 focusHub->SetFocusType(FocusType::NODE);
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_third_accessibility_hover_ng.cpp | 334 NODE, enumerator 382 if (argument.mode == DumpMode::NODE) { in GetDumpInfoArgument() 387 argument.mode = DumpMode::NODE; in GetDumpInfoArgument() 436 case DumpMode::NODE: in OnDumpChildInfoForThirdRecursive()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | button_pattern.h | 70 return { FocusType::NODE, true, FocusStyleType::INNER_BORDER, focusPaintParam }; in GetFocusPattern() 76 return { FocusType::NODE, true, FocusStyleType::INNER_BORDER, focusPaintParam }; in GetFocusPattern() 78 return { FocusType::NODE, true, FocusStyleType::OUTER_BORDER }; in GetFocusPattern()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/divider/ |
H A D | divider_pattern.h | 60 return { FocusType::NODE, false, FocusStyleType::OUTER_BORDER }; in GetFocusPattern()
|
/ohos5.0/foundation/graphic/graphic_3d/kits/js/include/ |
H A D | SceneResourceImpl.h | 30 NODE = 1, enumerator
|
H A D | NodeImpl.h | 26 enum NodeType { NODE = 1, GEOMETRY = 2, CAMERA = 3, LIGHT = 4 }; enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/counter/ |
H A D | counter_pattern.h | 77 return { FocusType::NODE, false, FocusStyleType::OUTER_BORDER }; in GetFocusPattern()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/ |
H A D | data_panel_pattern.h | 49 return { FocusType::NODE, false, FocusStyleType::OUTER_BORDER }; in GetFocusPattern()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/hyperlink/ |
H A D | hyperlink_pattern.h | 44 return { FocusType::NODE, true, FocusStyleType::OUTER_BORDER }; in GetFocusPattern()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/ |
H A D | qrcode_pattern.cpp | 87 return { FocusType::NODE, true, FocusStyleType::INNER_BORDER, focusPaintParam }; in GetFocusPattern()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/ |
H A D | loading_progress_pattern.h | 70 return { FocusType::NODE, true }; in GetFocusPattern()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | bar_item_pattern.h | 58 return { FocusType::NODE, true }; in GetFocusPattern()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | focus_hub.cpp | 217 if (focusType_ == FocusType::NODE) { in DumpFocusTree() 515 if (focusType_ == FocusType::NODE) { in IsFocusable() 569 if (focusType_ == FocusType::NODE) { in IsSyncRequestFocusable() 653 if (focusType_ == FocusType::NODE) { in IsCurrentFocusWholePath() 720 if (focusType_ == FocusType::NODE) { in OnKeyEvent() 1340 if (focusType_ == FocusType::NODE) { in OnFocus() 1355 if (focusType_ == FocusType::NODE) { in OnBlur() 1766 if (focusType_ == FocusType::NODE) { in AcceptFocusOfSpecifyChild() 1807 if (focusType_ == FocusType::NODE) { in AcceptFocusOfLastFocus() 1815 if (focusType_ == FocusType::NODE) { in AcceptFocusByRectOfLastFocus() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/ |
H A D | swiper_arrow_pattern.h | 63 return { FocusType::NODE, true, FocusStyleType::INNER_BORDER, paintParam }; in GetFocusPattern()
|
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | NodeJS.cpp | 35 …deJS::NodeJS(napi_env e, napi_callback_info i) : BaseObject<NodeJS>(e, i), NodeImpl(NodeImpl::NODE) in NodeJS()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/ |
H A D | pipeline_context_test_ng.cpp | 316 focusHub->SetFocusType(FocusType::NODE); 320 EXPECT_EQ(dirtyFocusNode->GetFocusType(), FocusType::NODE); 334 focusHub->SetFocusType(FocusType::NODE); 338 EXPECT_EQ(dirtyFocusNode->GetFocusType(), FocusType::NODE); 531 focusHub->SetFocusType(FocusType::NODE); 535 EXPECT_EQ(dirtyFocusNode->GetFocusType(), FocusType::NODE);
|