Home
last modified time | relevance | path

Searched refs:AddSupportedState (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dstate_style_manager.h59 void AddSupportedState(UIState state) in AddSupportedState() function
H A Devent_hub.cpp62 void EventHub::AddSupportedState(UIState state) in AddSupportedState() function in OHOS::Ace::NG::EventHub
67 stateStyleMgr_->AddSupportedState(state); in AddSupportedState()
H A Devent_hub.h444 void AddSupportedState(UIState state);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Devent_hub_test_ng.cpp564 eventHub->AddSupportedState(UI_STATE_NORMAL);
716 eventHub->AddSupportedState(UI_STATE_PRESSED);
730 eventHub->AddSupportedState(UI_STATE_DISABLED);
744 eventHub->AddSupportedState(UI_STATE_DISABLED);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_stack_processor.cpp188 eventHub->AddSupportedState(visualState_.value()); in SetVisualState()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_api.cpp139 eventHub->AddSupportedState(static_cast<uint64_t>(state)); in SetSupportedUIState()