/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | focus_hub.h | 199 : focusType_(focusType), focusable_(focusable), styleType_(styleType) in FocusPattern() 202 : focusType_(focusType), focusable_(focusable), styleType_(styleType) in FocusPattern() 223 focusable_ = focusPattern.GetFocusable(); in FocusPattern() 243 return focusable_; in GetFocusable() 247 focusable_ = focusable; in SetFocusable() 293 bool focusable_ = false; variable 362 : eventHub_(eventHub), focusable_(focusable), focusType_(type) in DECLARE_ACE_TYPE() 367 focusable_ = focusPattern.GetFocusable(); in FocusHub() 577 return focusable_; in GetFocusable() 928 return (focusType_ == FocusType::SCOPE) && focusable_ && implicitFocusable_; in IsImplicitFocusableScope() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/focusable/ |
H A D | focusable_component.h | 163 return focusable_; in IsFocusable() 167 focusable_ = focusable; in SetFocusable() 250 bool focusable_ { false };
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/ |
H A D | button_component.h | 108 return focusable_; in GetFocusable() 113 focusable_ = focusable; in SetFocusable() 258 bool focusable_ = true; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/ |
H A D | image_component.h | 167 return focusable_; in GetFocusable() 172 focusable_ = focusable; in SetFocusable() 229 bool focusable_ = true; variable
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | focus_hub_test_ng.cpp | 303 focusHub->focusable_ = true; 341 EXPECT_TRUE(focusHub->focusable_); 361 EXPECT_TRUE(focusHub->focusable_); 846 focusHub->focusable_ = true; 855 focusHub->focusable_ = false; 871 focusHub->focusable_ = true; 879 focusHub->focusable_ = false; 956 focusHub->focusable_ = true; 1030 focusHub->focusable_ = false; 1046 focusHub->focusable_ = false; [all …]
|
H A D | focus_hub_test_ng_new.cpp | 468 focusHub->focusable_ = true; 474 focusHub1->focusable_ = true; 580 focusHub2->focusable_ = false; 612 focusHub->focusable_ = false; 706 focusHub1->focusable_ = false; 713 focusHub2->focusable_ = false; 828 focusHub1->focusable_ =false; 833 ASSERT_FALSE(focusHub1->focusable_); 1059 focusHub->focusable_ = true; 1064 focusHub1->focusable_ = true; [all …]
|
H A D | focus_hub_test_ng_for_property_config.cpp | 582 focusHub->focusable_ = true; 813 focusHub->focusable_ = true; 876 focusHub->focusable_ = true; 917 focusHub->focusable_ = true; 955 focusHub->focusable_ = false; 957 focusHub->focusable_ = true; 989 focusHub->focusable_ = true; 1244 focusHub1->focusable_ = true;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | popup_param.h | 416 focusable_ = focusable; in SetFocusable() 421 return focusable_; in GetFocusable() 505 bool focusable_ = false; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/ |
H A D | option_component.h | 112 return focusable_; in GetFocusable() 116 focusable_ = value; in SetFocusable() 447 bool focusable_ = true; variable
|
/ohos5.0/foundation/window/window_manager/previewer/src/ |
H A D | window_option.cpp | 53 focusable_ = isFocusable; in SetFocusable() 206 return focusable_; in GetFocusable()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/focus/ |
H A D | focus_node.h | 43 explicit FocusNode(bool focusable = true) : focusable_(focusable) {} 59 return enabled_ && show_ && focusable_ && parentFocusable_; in IsFocusable() 305 bool focusable_ { true };
|
H A D | focus_node.cpp | 358 if (focusable_ == focusable) { in SetFocusable() 361 focusable_ = focusable; in SetFocusable()
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_option.cpp | 46 focusable_ = isFocusable; in SetFocusable() 108 return focusable_; in GetFocusable()
|
/ohos5.0/foundation/multimodalinput/input/test/unittest/common/include/ |
H A D | window_utils_test.h | 46 bool focusable_ { true };
|
/ohos5.0/foundation/window/window_manager/utils/src/ |
H A D | window_property.cpp | 88 focusable_ = isFocusable; in SetFocusable() 391 return focusable_; in GetFocusable() 724 … parcel.WriteBool(isFullScreen_) && parcel.WriteBool(focusable_) && parcel.WriteBool(touchable_) && in Marshalling() 825 ret = ret && parcel.WriteBool(focusable_); in Write() 974 focusable_ = property->focusable_; in CopyFrom()
|
/ohos5.0/foundation/window/window_manager/test/systemtest/wms/ |
H A D | window_test_utils.h | 47 bool focusable_ { true };
|
/ohos5.0/foundation/multimodalinput/input/test/unittest/common/src/ |
H A D | window_utils_test.cpp | 103 option->SetFocusable(info.focusable_); in CreateWindow()
|
/ohos5.0/foundation/window/window_manager/previewer/include/ |
H A D | window_option.h | 415 bool focusable_ { true };
|
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | window_option.h | 495 bool focusable_ { true };
|
/ohos5.0/foundation/window/window_manager/window_scene/common/src/ |
H A D | window_session_property.cpp | 181 focusable_ = isFocusable; in SetFocusable() 293 return focusable_; in GetFocusable() 1038 parcel.WriteBool(focusable_) && parcel.WriteBool(focusableOnShow_) && in Marshalling() 1160 focusable_ = property->focusable_; in CopyFrom() 1226 return parcel.WriteBool(focusable_); in WriteActionUpdateFocusable()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/ |
H A D | platform_pattern_test_ng.cpp | 91 ASSERT_TRUE(focusPattern.focusable_);
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_view.cpp | 41 focusable_(false), in UIView() 752 focusable_ = focusable; in SetFocusable() 757 return focusable_; in IsFocusable() 762 if (focusable_ && onFocusListener_ != nullptr) { in Focus()
|
H A D | ui_edit_text.cpp | 101 focusable_ = true; in UIEditText() 162 if (focusable_) { in Focus()
|
/ohos5.0/foundation/window/window_manager/utils/include/ |
H A D | window_property.h | 177 bool focusable_ { true };
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/ |
H A D | accessibility_element_info.cpp | 182 return focusable_; in IsFocusable() 187 focusable_ = focusable; in SetFocusable()
|