Home
last modified time | relevance | path

Searched defs:onFocus (Results 1 – 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
Drender_tool_bar_item.h51 void SetFocusEventFlag(bool onFocus) in SetFocusEventFlag()
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/tabbar/
Dtab_bar_element_test.cpp44 bool onFocus = focus->IsCurrentFocus(); in CheckFocus() local
/foundation/arkui/ace_engine/frameworks/core/components/focusable/
Dfocusable_component.h94 void SetOnFocus(const std::function<void()>& onFocus) in SetOnFocus()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
Dfocus_hub.cpp967 void FocusHub::CheckFocusStateStyle(bool onFocus) in CheckFocusStateStyle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/event/focus_hub/
Dfocus_hub_test_ng.cpp1454 auto onFocus = [&result]() { result = RESULT_SUCCESS_ONE; }; in __anon5cd6ba070d02() variable
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_view_abstract.cpp5058 auto onFocus = [execCtx = args.GetExecutionContext(), func = std::move(jsOnFocus)]() { in JsOnFocus() local