Home
last modified time | relevance | path

Searched refs:NODE (Results 1 - 25 of 81) sorted by relevance

1234

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_model_ng.cpp64 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 Dxcomponent_model.h40 return type == XComponentType::TEXTURE || type == XComponentType::NODE || in IsBackGroundColorAvailable()
45 return type == XComponentType::NODE || in IsCommonEventAvailable()
H A Dxcomponent_pattern.h69 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 Djs_xcomponent.cpp45 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 Dfocus_hub_test_ng.cpp227 * @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 Dfocus_hub_test_ng_for_property_config.cpp534 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 Dfocus_hub_test_ng_branch_coverage.cpp50 focusHub->focusType_ = FocusType::NODE; in HWTEST_F()
H A Dfocus_hub_test_ng_new.cpp44 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 Ddivider_pattern.h60 return { FocusType::NODE, false, FocusStyleType::OUTER_BORDER };
/foundation/graphic/graphic_3d/kits/js/include/
H A DSceneResourceImpl.h30 NODE = 1, enumerator
H A DNodeImpl.h26 enum NodeType { NODE = 1, GEOMETRY = 2, CAMERA = 3, LIGHT = 4 }; enumerator
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/counter/
H A Dcounter_pattern.h79 return { FocusType::NODE, false, FocusStyleType::OUTER_BORDER };
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_pattern.h49 return { FocusType::NODE, false, FocusStyleType::OUTER_BORDER };
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/hyperlink/
H A Dhyperlink_pattern.h44 return { FocusType::NODE, true, FocusStyleType::OUTER_BORDER };
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_third_accessibility_hover_ng.cpp334 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 Dbar_item_pattern.h58 return { FocusType::NODE, true };
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/
H A Dloading_progress_pattern.h70 return { FocusType::NODE, true };
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_pattern.h70 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 Dgauge_pattern.h82 return { FocusType::NODE, false, FocusStyleType::OUTER_BORDER };
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
H A Dqrcode_pattern.cpp80 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 Dswiper_arrow_pattern.h63 return { FocusType::NODE, true, FocusStyleType::INNER_BORDER, paintParam };
/foundation/graphic/graphic_3d/kits/js/src/
H A DNodeJS.cpp35 NodeJS::NodeJS(napi_env e, napi_callback_info i) : BaseObject<NodeJS>(e, i), NodeImpl(NodeImpl::NODE) in NodeJS()
H A DSceneResourceImpl.cpp41 DECL_ENUM(SceneResourceType, NODE); in RegisterEnums()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.cpp237 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 Dcalendar_dialog_pattern.h82 return { FocusType::NODE, true, FocusStyleType::CUSTOM_REGION, focusPaintParams };

Completed in 18 milliseconds

1234