Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dbutton_modifier.cpp32 constexpr int32_t DEFAULT_BUTTON_TYPE = (int32_t)ButtonType::CAPSULE; variable
135 ButtonModelNG::SetType(frameNode, DEFAULT_BUTTON_TYPE); in ResetButtonType()
624 ButtonModelNG::SetType(frameNode, DEFAULT_BUTTON_TYPE); in ResetButtonOptions()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_button_bridge.cpp36 constexpr int32_t DEFAULT_BUTTON_TYPE = 1; variable
129 int32_t type = DEFAULT_BUTTON_TYPE; in SetOptions()