Home
last modified time | relevance | path

Searched refs:needFocus (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drender_checkable.h64 void SetNeedFocus(bool needFocus) in SetNeedFocus() argument
66 needFocus_ = needFocus; in SetNeedFocus()
H A Dcheckable_component.h250 void SetNeedFocus(bool needFocus) in SetNeedFocus() argument
252 needFocus_ = needFocus; in SetNeedFocus()
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_element.cpp319 bool needFocus = focusableGrid->RequestNextFocus(vertical, reverse) >= 0; in RequestNextFocus() local
320 if (needFocus) { in RequestNextFocus()
328 return needFocus; in RequestNextFocus()
H A Dcalendar_component.h88 void SetNeedFocus(bool needFocus) in SetNeedFocus() argument
90 needFocus_ = needFocus; in SetNeedFocus()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dstage_manager.h54 bool needFocus = true);
H A Dstage_manager.cpp495 void StageManager::FirePageShow(const RefPtr<UINode>& node, PageTransitionType transitionType, bool needFocus) in FirePageShow() argument
503 if (needFocus) { in FirePageShow()
/foundation/arkui/ui_lite/test/uitest/test_edit_text/
H A Dcustom_input_method.cpp117 bool needFocus = editView_ == nullptr ? true : false; in OnShow() local
132 if (needFocus) { in OnShow()
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp508 void SubwindowOhos::ShowWindow(bool needFocus) in ShowWindow() argument
513 if (needFocus) { in ShowWindow()
514 window_->SetFocusable(needFocus); in ShowWindow()
527 auto ret = window_->SetFocusable(needFocus); in ShowWindow()
531 needFocus, static_cast<int32_t>(ret)); in ShowWindow()
533 ret = window_->Show(0, false, needFocus); in ShowWindow()
539 if (needFocus) { in ShowWindow()
H A Dsubwindow_ohos.h164 void ShowWindow(bool needFocus = true);

Completed in 10 milliseconds