Home
last modified time | relevance | path

Searched refs:DEFAULT_SELECTED (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_checkbox_bridge.cpp22 const bool DEFAULT_SELECTED = false; variable
87 bool select = DEFAULT_SELECTED; in SetSelect()
184 GetArkUINodeModifiers()->getCheckboxModifier()->setSelect(nativeNode, DEFAULT_SELECTED); in ResetSelect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dalphabet_indexer_modifier.cpp31 constexpr int32_t DEFAULT_SELECTED = 0; variable
355 IndexerModelNG::SetSelected(frameNode, DEFAULT_SELECTED); in ResetAlphabetIndexerSelected()