/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/ |
H A D | dialog_component.cpp | 203 auto focusable = AceType::MakeRefPtr<FocusableComponent>(child); in BuildFocusChild() local
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/ |
H A D | chip.js | 148 focusable: false, property in b1.suffixIcon
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | focus_hub.cpp | 541 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 D | window_impl.cpp | 368 int32_t CJWindowImpl::SetWindowFocusable(bool focusable) in SetWindowFocusable()
|
H A D | window_ffi.cpp | 230 int32_t FfiOHOSWindowSetWindowFocusable(int64_t id, bool focusable) in FfiOHOSWindowSetWindowFocusable()
|
/ohos5.0/base/update/updater/resources/rk3568/pages/ |
H A D | upd.json | 101 "focusable" : true boolean
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | web_model_impl.cpp | 65 void WebModelImpl::SetFocusable(bool focusable) in SetFocusable()
|
H A D | view_abstract_model_impl.cpp | 1283 void ViewAbstractModelImpl::SetFocusable(bool focusable) in SetFocusable()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/ |
H A D | native_interface_accessibility_impl.h | 457 bool focusable = false; member
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/ |
H A D | accessibility_element_info.cpp | 185 void AccessibilityElementInfo::SetFocusable(const bool focusable) in SetFocusable()
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_view.cpp | 750 void UIView::SetFocusable(bool focusable) in SetFocusable()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_node.cpp | 1961 bool focusable = focusableAttr.IsValid() && focusableAttr.focusable.second; in UpdateFocusableEventComponents() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract_model_ng.h | 1159 void SetFocusable(bool focusable) override in SetFocusable()
|
H A D | view_abstract.cpp | 1186 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 D | napi_accessibility_element.cpp | 1191 napi_value focusable = nullptr; in GetElementInfoAllAttribute2() local
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window.cpp | 3569 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 D | node_common_modifier.cpp | 2674 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 D | overlay_manager.cpp | 1749 auto focusable = popupInfo.focusable; in HidePopup() local
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 4608 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 D | arkts_native_common_bridge.cpp | 3835 bool focusable = secondArg->ToBoolean(vm)->Value(); in SetFocusable() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 3719 focusable(value) { method in ArkComponent 10105 focusable(value) { method in ArkSpanComponent
|