Home
last modified time | relevance | path

Searched defs:focusable (Results 26 – 46 of 46) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_component.cpp203 auto focusable = AceType::MakeRefPtr<FocusableComponent>(child); in BuildFocusChild() local
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/
H A Dchip.js148 focusable: false, property in b1.suffixIcon
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.cpp541 void FocusHub::SetFocusable(bool focusable, bool isExplicit) in SetFocusable()
2684 bool focusable = false; in ToJsonValue() local
/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.cpp368 int32_t CJWindowImpl::SetWindowFocusable(bool focusable) in SetWindowFocusable()
H A Dwindow_ffi.cpp230 int32_t FfiOHOSWindowSetWindowFocusable(int64_t id, bool focusable) in FfiOHOSWindowSetWindowFocusable()
/ohos5.0/base/update/updater/resources/rk3568/pages/
H A Dupd.json101 "focusable" : true boolean
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dweb_model_impl.cpp65 void WebModelImpl::SetFocusable(bool focusable) in SetFocusable()
H A Dview_abstract_model_impl.cpp1283 void ViewAbstractModelImpl::SetFocusable(bool focusable) in SetFocusable()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Dnative_interface_accessibility_impl.h457 bool focusable = false; member
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp185 void AccessibilityElementInfo::SetFocusable(const bool focusable) in SetFocusable()
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_view.cpp750 void UIView::SetFocusable(bool focusable) in SetFocusable()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp1961 bool focusable = focusableAttr.IsValid() && focusableAttr.focusable.second; in UpdateFocusableEventComponents() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.h1159 void SetFocusable(bool focusable) override in SetFocusable()
H A Dview_abstract.cpp1186 void ViewAbstract::SetFocusable(bool focusable) in SetFocusable()
3321 void ViewAbstract::SetFocusable(FrameNode* frameNode, bool focusable) in SetFocusable()
/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/
H A Dnapi_accessibility_element.cpp1191 napi_value focusable = nullptr; in GetElementInfoAllAttribute2() local
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.cpp3569 bool focusable = true; in OnSetFocusable() local
3621 bool focusable = true; in OnSetWindowFocusable() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp2674 void SetFocusable(ArkUINodeHandle node, ArkUI_Bool focusable) in SetFocusable()
2688 bool focusable = false; in ResetFocusable() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp1749 auto focusable = popupInfo.focusable; in HidePopup() local
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp4608 std::string focusable = session->GetFocusable() ? "true" : "false"; in GetSpecifiedSessionDumpInfo() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp3835 bool focusable = secondArg->ToBoolean(vm)->Value(); in SetFocusable() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js3719 focusable(value) { method in ArkComponent
10105 focusable(value) { method in ArkSpanComponent

12