Home
last modified time | relevance | path

Searched refs:GetFocusable (Results 1 - 25 of 60) sorted by relevance

123

/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_accessibility_test_ng.cpp205 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 Dcustom_pattern.h36 return { focusHub->GetFocusType(), focusHub->GetFocusable() };
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_element.cpp26 SetFocusable(imageComponent->GetFocusable()); in Update()
H A Dimage_component.h165 bool GetFocusable() const in GetFocusable() function in OHOS::Ace::ImageComponent
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscb_system_session.cpp121 if (!isFocused_ && GetFocusable()) { in PresentFocusIfPointDown()
144 if (!isFocused_ && GetFocusable()) { in PresentFoucusIfNeed()
H A Dsession.cpp524 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 Doption_element.cpp32 SetFocusable(component->GetFocusable()); in PerformBuild()
H A Doption_component.h110 bool GetFocusable() const in GetFocusable() function in OHOS::Ace::OptionComponent
/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_element.cpp44 SetFocusable(!buttonComponent->GetDisabledState() && buttonComponent->GetFocusable()); in Update()
H A Dbutton_component.h106 bool GetFocusable() const in GetFocusable() function in OHOS::Ace::ButtonComponent
/foundation/window/window_manager/previewer/include/
H A Dwindow_option.h316 bool GetFocusable() const;
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_option.h308 bool GetFocusable() const;
/foundation/window/window_manager/previewer/src/
H A Dwindow_option.cpp204 bool WindowOption::GetFocusable() const in GetFocusable() function in OHOS::Rosen::WindowOption
/foundation/window/window_manager/interfaces/kits/napi/extension_window/
H A Djs_extension_window_utils.cpp103 napi_set_named_property(env, objValue, "focusable", CreateJsValue(env, window->GetFocusable())); in CreateJsExtensionWindowProperties()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.h221 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 Dinspector_node.h217 virtual bool GetFocusable() const = 0;
H A Dinspector_composed_element.h271 bool GetFocusable() const override;
/foundation/window/window_manager/wm/src/
H A Dwindow_option.cpp106 bool WindowOption::GetFocusable() const in GetFocusable() function in OHOS::Rosen::WindowOption
/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp260 * @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 Dwindow_impl_test2.cpp107 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 Dpopup_param.h429 bool GetFocusable() const in GetFocusable() function in OHOS::Ace::PopupParam
/foundation/window/window_manager/utils/include/
H A Dwindow_property.h105 bool GetFocusable() const;
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test.cpp882 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 Dwindow_root.cpp624 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 Dmock_window.h55 virtual bool GetFocusable() const {return false;} in GetFocusable() function in OHOS::Rosen::MockWindow

Completed in 26 milliseconds

123