Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Devent_hub_test_ng.cpp581 eventHub->SetCurrentUIState(UI_STATE_DISABLED, temp);
582 …b->GetCurrentUIState(), UI_STATE_NORMAL | UI_STATE_PRESSED | UI_STATE_FOCUSED | UI_STATE_DISABLED);
586 … UI_STATE_SELECTED | UI_STATE_NORMAL | UI_STATE_PRESSED | UI_STATE_FOCUSED | UI_STATE_DISABLED);
730 eventHub->AddSupportedState(UI_STATE_DISABLED);
731 eventHub->SetSupportedStates(UI_STATE_DISABLED);
738 retFlag = eventHub->stateStyleMgr_->HasStateStyle(UI_STATE_DISABLED);
744 eventHub->AddSupportedState(UI_STATE_DISABLED);
745 eventHub->SetSupportedStates(UI_STATE_DISABLED);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Devent_hub.cpp124 eventHub->UpdateCurrentUIState(UI_STATE_DISABLED); in PostEnabledTask()
135 if (stateStyleMgr_->HasStateStyle(UI_STATE_DISABLED)) { in MarkModifyDone()
137 stateStyleMgr_->ResetCurrentUIState(UI_STATE_DISABLED); in MarkModifyDone()
H A Dstate_style_manager.h37 inline constexpr UIState UI_STATE_DISABLED = 1 << 2; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_stack_processor.cpp171 visualState_ = UI_STATE_DISABLED; in SetVisualState()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkComponent.ts109 const UI_STATE_DISABLED = 1 << 2;
127 state |= UI_STATE_DISABLED;
149 if ((currentUIState & UI_STATE_DISABLED) && (modifier.applyDisabledAttribute !== undefined)) {
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js56 const UI_STATE_DISABLED = 1 << 2; constant
73 state |= UI_STATE_DISABLED;
92 if ((currentUIState & UI_STATE_DISABLED) && (modifier.applyDisabledAttribute !== undefined)) {