Home
last modified time | relevance | path

Searched refs:SetFocusable (Results 1 - 25 of 161) sorted by relevance

1234567

/foundation/window/window_manager/window_scene/test/unittest/
H A Dmain_session_lifecycle_test.cpp119 ASSERT_EQ(WSError::WS_OK, mainSession_->SetFocusable(false)); in HWTEST_F()
125 ASSERT_EQ(WSError::WS_OK, mainSession_->SetFocusable(false)); in HWTEST_F()
131 ASSERT_EQ(WSError::WS_OK, mainSession_->SetFocusable(false)); in HWTEST_F()
154 ASSERT_EQ(WSError::WS_OK, mainSession_->SetFocusable(false)); in HWTEST_F()
158 ASSERT_EQ(WSError::WS_OK, mainSession_->SetFocusable(false)); in HWTEST_F()
162 ASSERT_EQ(WSError::WS_OK, mainSession_->SetFocusable(false)); in HWTEST_F()
166 ASSERT_EQ(WSError::WS_OK, mainSession_->SetFocusable(false)); in HWTEST_F()
H A Dscb_system_session_test.cpp342 auto ret = scbSystemSession_->SetFocusable(false); in HWTEST_F()
349 ret = scbSystemSession_->SetFocusable(false); in HWTEST_F()
356 ret = scbSystemSession_->SetFocusable(true); in HWTEST_F()
H A Dsession_test.cpp874 * @tc.desc: SetFocusable, normal scene
877 HWTEST_F(WindowSessionTest, SetFocusable, Function | SmallTest | Level2) in HWTEST_F()
881 ASSERT_EQ(WSError::WS_OK, session_->SetFocusable(false)); in HWTEST_F()
909 ASSERT_EQ(WSError::WS_OK, session_->SetFocusable(false)); in HWTEST_F()
927 ASSERT_EQ(WSError::WS_OK, session_->SetFocusable(false)); in HWTEST_F()
956 ASSERT_EQ(WSError::WS_OK, session_->SetFocusable(false)); in HWTEST_F()
971 ASSERT_EQ(WSError::WS_OK, session_->SetFocusable(true)); in HWTEST_F()
1010 ASSERT_EQ(WSError::WS_OK, session_->SetFocusable(false)); in HWTEST_F()
1192 ASSERT_EQ(WSError::WS_OK, session_->SetFocusable(false)); in HWTEST_F()
1207 ASSERT_EQ(WSError::WS_OK, session_->SetFocusable(fals in HWTEST_F()
[all...]
H A Dscene_session_manager_test9.cpp146 sceneSession->SetFocusable(false); in HWTEST_F()
151 sceneSession->SetFocusable(true); in HWTEST_F()
182 sceneSession->SetFocusable(true); in HWTEST_F()
420 subSceneSession->SetFocusable(true); in HWTEST_F()
484 dialogSceneSession->SetFocusable(true); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_sub_1_test.cpp88 focusHub->SetFocusable(false); in HWTEST_F()
97 focusHub->SetFocusable(true); in HWTEST_F()
124 focusHub->SetFocusable(false); in HWTEST_F()
127 focusHub->SetFocusable(false); in HWTEST_F()
136 focusHub->SetFocusable(true); in HWTEST_F()
163 focusHub->SetFocusable(false); in HWTEST_F()
172 focusHub->SetFocusable(true); in HWTEST_F()
199 focusHub->SetFocusable(false); in HWTEST_F()
208 focusHub->SetFocusable(true); in HWTEST_F()
236 focusHub->SetFocusable(fals in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dinteractable_view.cpp22 void InteractableView::SetFocusable(bool focusable) in SetFocusable() function in OHOS::Ace::Framework::InteractableView
24 ViewAbstractModel::GetInstance()->SetFocusable(focusable); in SetFocusable()
H A Dinteractable_view.h29 static void SetFocusable(bool focusable);
/foundation/arkui/ace_engine/frameworks/core/components/overlay/
H A Doverlay_element.h29 SetFocusable(false); in OverlayElement()
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_element.cpp26 SetFocusable(imageComponent->GetFocusable()); in Update()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dlist_item_model_impl.cpp31 JSInteractableView::SetFocusable(true); in Create()
51 JSInteractableView::SetFocusable(true); in Create()
H A Dhyperlink_model_impl.cpp35 JSInteractableView::SetFocusable(false); in Create()
/foundation/arkui/ui_lite/test/unittest/common/
H A Dfocus_manager_unit_test.cpp46 label1_->SetFocusable(true); in SetUpTestCase()
51 label2_->SetFocusable(true); in SetUpTestCase()
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_value_element.h31 SetFocusable(true);
H A Dpicker_column_element.cpp37 SetFocusable(true); in PerformBuild()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dkeyboard_view.h64 focusHub->SetFocusable(false); in CreateKeyboardWithNode()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_interactable_view.h39 static void SetFocusable(bool focusable);
H A Djs_interactable_view.cpp228 focusHub->SetFocusable(true, false); in JsOnClick()
231 void JSInteractableView::SetFocusable(bool focusable) in SetFocusable() function in OHOS::Ace::Framework::JSInteractableView
233 ViewAbstractModel::GetInstance()->SetFocusable(focusable); in SetFocusable()
/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Doption_element.cpp32 SetFocusable(component->GetFocusable()); in PerformBuild()
/foundation/window/window_manager/wmserver/src/
H A Dfreeze_controller.cpp77 option->SetFocusable(false); in CreateCoverWindow()
/foundation/arkui/ace_engine/frameworks/core/components/container_modal/
H A Dcontainer_modal_component.cpp165 image->SetFocusable(false); in BuildControlButton()
176 button->SetFocusable(false); in BuildControlButton()
249 titleIcon_->SetFocusable(false); in BuildTitleChildren()
/foundation/arkui/ui_lite/test/uitest/test_focus_manager/
H A Dui_test_focus_manager.cpp130 view_->SetFocusable(enable_); in OnClick()
250 label->SetFocusable(focusable); in CreateTestUILabel()
266 viewGroup->SetFocusable(focusable); in CreateTestUIViewGroup()
/foundation/arkui/ace_engine/frameworks/core/components/focusable/
H A Dfocusable_component.h165 void SetFocusable(bool focusable) in SetFocusable() function in OHOS::Ace::final
/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_element.cpp44 SetFocusable(!buttonComponent->GetDisabledState() && buttonComponent->GetFocusable()); in Update()
/foundation/multimodalinput/input/test/unittest/common/src/
H A Dwindow_utils_test.cpp103 option->SetFocusable(info.focusable_); in CreateWindow()
/foundation/window/window_manager/previewer/include/
H A Dwindow_option.h83 void SetFocusable(bool isFocusable);

Completed in 13 milliseconds

1234567