Searched refs:SetNeedFocus (Results 1 - 10 of 10) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/checkable/ |
H A D | render_checkable.h | 64 void SetNeedFocus(bool needFocus) in SetNeedFocus() function in OHOS::Ace::RenderCheckable
|
H A D | checkable_component.h | 250 void SetNeedFocus(bool needFocus) in SetNeedFocus() function in OHOS::Ace::CheckableComponent
|
/foundation/arkui/ace_engine/frameworks/core/components/calendar/ |
H A D | calendar_component.h | 88 void SetNeedFocus(bool needFocus) in SetNeedFocus() function in OHOS::Ace::CalendarController
|
H A D | render_calendar.cpp | 206 calendarController_->SetNeedFocus(false); in OnSelectedDay()
|
H A D | calendar_component.cpp | 357 calendarController_->SetNeedFocus(true); in GoTo()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract.h | 653 static void SetNeedFocus(FrameNode* frameNode, bool value);
|
H A D | view_abstract.cpp | 3879 void ViewAbstract::SetNeedFocus(FrameNode* frameNode, bool value) in SetNeedFocus() function in OHOS::Ace::NG::ViewAbstract
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 4867 void SetNeedFocus(ArkUINodeHandle node, ArkUI_Bool value) in SetNeedFocus() function 4871 ViewAbstract::SetNeedFocus(frameNode, value); in SetNeedFocus() 6244 GetAccessibilityDescription, GetAccessibilityLevel, SetNeedFocus, GetNeedFocus, GetOpacity, GetBorderWidth, in GetCommonModifier() 6318 GetAccessibilityDescription, GetAccessibilityLevel, SetNeedFocus, GetNeedFocus, GetOpacity, GetBorderWidth, in GetCJUICommonModifier()
|
/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | view_abstract_test_ng.cpp | 613 ViewAbstract::SetNeedFocus(AceType::RawPtr(FRAME_NODE_REGISTER), false); in HWTEST_F()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 3166 int32_t SetNeedFocus(ArkUI_NodeHandle node, const ArkUI_AttributeItem* item) in SetNeedFocus() function 12728 SetNeedFocus, in SetCommonAttribute()
|
Completed in 55 milliseconds