/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
H A D | swiper_accessibility_test_ng.cpp | 205 EXPECT_TRUE(indicatorFocusHub->GetFocusable()); in HWTEST_F() 211 EXPECT_TRUE(indicatorFocusHub->GetFocusable()); in HWTEST_F() 219 EXPECT_FALSE(indicatorFocusHub->GetFocusable()); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom_frame_node/ |
H A D | custom_pattern.h | 36 return { focusHub->GetFocusType(), focusHub->GetFocusable() };
|
/foundation/arkui/ace_engine/frameworks/core/components/image/ |
H A D | image_element.cpp | 26 SetFocusable(imageComponent->GetFocusable()); in Update()
|
H A D | image_component.h | 165 bool GetFocusable() const in GetFocusable() function in OHOS::Ace::ImageComponent
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scb_system_session.cpp | 121 if (!isFocused_ && GetFocusable()) { in PresentFocusIfPointDown() 144 if (!isFocused_ && GetFocusable()) { in PresentFoucusIfNeed()
|
H A D | session.cpp | 524 if (isFocused_ && !GetFocusable()) { in SetFocusable() 557 bool Session::GetFocusable() const in GetFocusable() function in OHOS::Rosen::Session 561 return property->GetFocusable(); in GetFocusable() 577 return GetFocusable() && GetSystemFocusable(); in CheckFocusable() 1849 if (!isFocused_ && GetFocusable()) { in PresentFocusIfPointDown() 2244 NotifySessionFocusableChange(GetFocusable()); in SetSessionFocusableChangeListener() 2329 if (!isFocused_ && GetFocusable()) { in PresentFoucusIfNeed()
|
/foundation/arkui/ace_engine/frameworks/core/components/option/ |
H A D | option_element.cpp | 32 SetFocusable(component->GetFocusable()); in PerformBuild()
|
H A D | option_component.h | 110 bool GetFocusable() const in GetFocusable() function in OHOS::Ace::OptionComponent
|
/foundation/arkui/ace_engine/frameworks/core/components/button/ |
H A D | button_element.cpp | 44 SetFocusable(!buttonComponent->GetDisabledState() && buttonComponent->GetFocusable()); in Update()
|
H A D | button_component.h | 106 bool GetFocusable() const in GetFocusable() function in OHOS::Ace::ButtonComponent
|
/foundation/window/window_manager/previewer/include/ |
H A D | window_option.h | 316 bool GetFocusable() const;
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | window_option.h | 308 bool GetFocusable() const;
|
/foundation/window/window_manager/previewer/src/ |
H A D | window_option.cpp | 204 bool WindowOption::GetFocusable() const in GetFocusable() function in OHOS::Rosen::WindowOption
|
/foundation/window/window_manager/interfaces/kits/napi/extension_window/ |
H A D | js_extension_window_utils.cpp | 103 napi_set_named_property(env, objValue, "focusable", CreateJsValue(env, window->GetFocusable()));
in CreateJsExtensionWindowProperties()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | focus_hub.h | 221 focusable_ = focusPattern.GetFocusable(); in FocusPattern() 239 bool GetFocusable() const in GetFocusable() function in OHOS::Ace::NG::FocusPattern 365 focusable_ = focusPattern.GetFocusable(); in FocusHub() 572 bool GetFocusable() const in GetFocusable() function in OHOS::Ace::NG::FocusHub
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | inspector_node.h | 217 virtual bool GetFocusable() const = 0;
|
H A D | inspector_composed_element.h | 271 bool GetFocusable() const override;
|
/foundation/window/window_manager/wm/src/ |
H A D | window_option.cpp | 106 bool WindowOption::GetFocusable() const in GetFocusable() function in OHOS::Rosen::WindowOption
|
/foundation/window/window_manager/utils/test/unittest/ |
H A D | window_property_test.cpp | 260 * @tc.desc: GetFocusable test 268 bool res = winPropSrc.GetFocusable(); in HWTEST_F() 282 bool res = winPropSrc.GetFocusable(); in HWTEST_F()
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_impl_test2.cpp | 107 ASSERT_TRUE(window->GetFocusable()); in HWTEST_F() 111 ASSERT_FALSE(window->GetFocusable()); in HWTEST_F() 113 ASSERT_TRUE(window->GetFocusable()); in HWTEST_F() 117 ASSERT_TRUE(window->GetFocusable()); in HWTEST_F() 142 ASSERT_TRUE(window->GetFocusable()); in HWTEST_F() 146 ASSERT_FALSE(window->GetFocusable()); in HWTEST_F() 148 ASSERT_TRUE(window->GetFocusable()); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | popup_param.h | 429 bool GetFocusable() const in GetFocusable() function in OHOS::Ace::PopupParam
|
/foundation/window/window_manager/utils/include/ |
H A D | window_property.h | 105 bool GetFocusable() const;
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | session_test.cpp | 882 ASSERT_EQ(session_->GetFocusable(), false); in HWTEST_F() 972 ASSERT_EQ(session_->GetFocusable(), true); in HWTEST_F() 984 ASSERT_EQ(true, session_->GetFocusable()); in HWTEST_F() 996 ASSERT_EQ(true, session_->GetFocusable()); in HWTEST_F()
|
/foundation/window/window_manager/wmserver/src/ |
H A D | window_root.cpp | 624 if (node->GetWindowProperty()->GetFocusable()) { in PostProcessAddWindowNode() 1032 if (windowId != container->GetFocusWindow() || node->GetWindowProperty()->GetFocusable()) { in UpdateFocusableProperty() 1289 if (node->GetWindowProperty()->GetFocusable()) { in RequestFocus() 1515 ",focusable:"<<node->GetWindowProperty()->GetFocusable()<<";"; in GenAllWindowsLogInfo()
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_window.h | 55 virtual bool GetFocusable() const {return false;} in GetFocusable() function in OHOS::Rosen::MockWindow
|