/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
H A D | xcomponent_model_ng.cpp | 64 if (type == XComponentType::COMPONENT || type == XComponentType::NODE) { in InitXComponent() 104 if (type == XComponentType::COMPONENT || type == XComponentType::NODE) { in SetSoPath() 117 if (type == XComponentType::COMPONENT || type == XComponentType::NODE) { in SetOnLoad() 130 if (type == XComponentType::COMPONENT || type == XComponentType::NODE) { in SetOnLoad() 151 if (type == XComponentType::COMPONENT || type == XComponentType::NODE) { in SetOnDestroy() 164 if (type == XComponentType::COMPONENT || type == XComponentType::NODE) { in SetOnDestroy() 210 if (type == XComponentType::COMPONENT || type == XComponentType::NODE) { in SetDetachCallback() 223 if (type == XComponentType::COMPONENT || type == XComponentType::NODE) { in SetControllerOnCreated() 236 if (type == XComponentType::COMPONENT || type == XComponentType::NODE) { in SetControllerOnChanged() 249 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 return type_ == XComponentType::SURFACE || type_ == XComponentType::TEXTURE || type_ == XComponentType::NODE; 98 if (type_ == XComponentType::NODE) { 101 FocusPattern focusPattern = { FocusType::NODE, false }; 114 // for XComponentType::NODE in GetNativeXComponent()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_xcomponent.cpp | 45 return XComponentType::NODE; in ConvertToXComponentType() 494 if (type != XComponentType::NODE) { in JsBackgroundImage() 503 if (type != XComponentType::NODE) { in JsBackgroundImageSize() 512 if (type != XComponentType::NODE) { in JsBackgroundImagePosition() 531 if (type != XComponentType::NODE) { in JsBlur() 540 if (type != XComponentType::NODE) { in JsBackdropBlur() 549 if (type != XComponentType::NODE) { in JsGrayscale() 558 if (type != XComponentType::NODE) { in JsBrightness() 567 if (type != XComponentType::NODE) { in JsSaturate() 576 if (type != XComponentType::NODE) { in JsContrast() [all...] |
/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | focus_hub_test_ng.cpp | 227 * @tc.steps: step4. Invoke LostFocus, when FocusType is NODE and the blur reason is WINDOW_BLUR. in HWTEST_F() 231 focusHub->focusType_ = FocusType::NODE; in HWTEST_F() 379 * @tc.steps2: call the function IsFocusable with FocusType::NODE in HWTEST_F() 382 focusHub->SetFocusType(FocusType::NODE); in HWTEST_F() 514 * @tc.steps2: call the function SetShow with FocusType::NODE. in HWTEST_F() 517 focusHub->SetFocusType(FocusType::NODE); in HWTEST_F() 569 * @tc.steps3: call the function OnFocus with FocusType::NODE. in HWTEST_F() 572 focusHub->SetFocusType(FocusType::NODE); in HWTEST_F() 601 * @tc.steps2: call the function OnBlur with FocusType::NODE. in HWTEST_F() 604 focusHub->SetFocusType(FocusType::NODE); in HWTEST_F() [all...] |
H A D | focus_hub_test_ng_for_property_config.cpp | 534 focusHub->focusType_ = FocusType::NODE; in HWTEST_F() 565 focusHub->focusType_ = FocusType::NODE; in HWTEST_F() 717 * @tc.steps2: call the function OnKeyEvent with FocusType::NODE. in HWTEST_F() 719 focusHub->SetFocusType(FocusType::NODE); in HWTEST_F() 813 focusHub->focusType_ = FocusType::NODE; in HWTEST_F() 876 focusHub->focusType_ = FocusType::NODE; in HWTEST_F() 917 focusHub->focusType_ = FocusType::NODE; in HWTEST_F() 989 focusHub->focusType_ = FocusType::NODE; in HWTEST_F() 1216 focusHub->focusType_ = FocusType::NODE; in HWTEST_F() 1243 focusHub->focusType_ = FocusType::NODE; in HWTEST_F() [all...] |
H A D | focus_hub_test_ng_branch_coverage.cpp | 50 focusHub->focusType_ = FocusType::NODE; in HWTEST_F()
|
H A D | focus_hub_test_ng_new.cpp | 44 parent->focusType_ = FocusType::NODE; in HWTEST_F() 186 focusHub->focusType_ = FocusType::NODE; in HWTEST_F() 228 focusHub->focusType_ = FocusType::NODE; in HWTEST_F() 326 focusHub->focusType_ = FocusType::NODE; in HWTEST_F() 507 auto focus1 = AceType::MakeRefPtr<FocusHub>(AceType::WeakClaim<EventHub>(nullptr), FocusType::NODE, true); in HWTEST_F() 585 focusHub1->focusType_ = FocusType::NODE; in HWTEST_F() 1360 focusHub->focusType_ = FocusType::NODE; in HWTEST_F() 1391 focusHub1->focusType_ = FocusType::NODE; in HWTEST_F() 1590 * @tc.steps2: call the function IsSyncRequestFocusable with FocusType::NODE in HWTEST_F() 1593 focusHub->SetFocusType(FocusType::NODE); in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/divider/ |
H A D | divider_pattern.h | 60 return { FocusType::NODE, false, FocusStyleType::OUTER_BORDER };
|
/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
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/counter/ |
H A D | counter_pattern.h | 79 return { FocusType::NODE, false, FocusStyleType::OUTER_BORDER };
|
/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 };
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/hyperlink/ |
H A D | hyperlink_pattern.h | 44 return { FocusType::NODE, true, FocusStyleType::OUTER_BORDER };
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_third_accessibility_hover_ng.cpp | 334 NODE, member in OHOS::Ace::Framework::__anon1591::DumpMode 382 if (argument.mode == DumpMode::NODE) { in GetDumpInfoArgument() 387 argument.mode = DumpMode::NODE; in GetDumpInfoArgument() 436 case DumpMode::NODE: in OnDumpChildInfoForThirdRecursive()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | bar_item_pattern.h | 58 return { FocusType::NODE, true };
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/ |
H A D | loading_progress_pattern.h | 70 return { FocusType::NODE, true };
|
/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 }; 76 return { FocusType::NODE, true, FocusStyleType::INNER_BORDER, focusPaintParam }; 78 return { FocusType::NODE, true, FocusStyleType::OUTER_BORDER };
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/ |
H A D | gauge_pattern.h | 82 return { FocusType::NODE, false, FocusStyleType::OUTER_BORDER };
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/ |
H A D | qrcode_pattern.cpp | 80 return { FocusType::NODE, true, FocusStyleType::INNER_BORDER, focusPaintParam }; in GetFocusPattern()
|
/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 };
|
/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | NodeJS.cpp | 35 NodeJS::NodeJS(napi_env e, napi_callback_info i) : BaseObject<NodeJS>(e, i), NodeImpl(NodeImpl::NODE)
in NodeJS()
|
H A D | SceneResourceImpl.cpp | 41 DECL_ENUM(SceneResourceType, NODE); in RegisterEnums()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | focus_hub.cpp | 237 if (focusType_ == FocusType::NODE) { in DumpFocusTree() 514 if (focusType_ == FocusType::NODE) { in IsFocusable() 568 if (focusType_ == FocusType::NODE) { in IsSyncRequestFocusable() 652 if (focusType_ == FocusType::NODE) { 719 if (focusType_ == FocusType::NODE) { 1315 if (focusType_ == FocusType::NODE) { 1330 if (focusType_ == FocusType::NODE) { 1367 if (focusType_ == FocusType::NODE) { 1747 (focusDepend_ == FocusDependence::SELF || focusType_ == FocusType::NODE)) { 1770 if (focusType_ == FocusType::NODE) { [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/ |
H A D | calendar_dialog_pattern.h | 82 return { FocusType::NODE, true, FocusStyleType::CUSTOM_REGION, focusPaintParams };
|