Home
last modified time | relevance | path

Searched defs:UI_STATE_SELECTED (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dstate_style_manager.h39 inline constexpr UIState UI_STATE_SELECTED = 1 << 3; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js57 const UI_STATE_SELECTED = 1 << 3; constant