Home
last modified time | relevance | path

Searched defs:isSelect (Results 1 – 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
Dswitch_pattern.h65 auto isSelect = paintProperty->GetIsOnValue(false); in CreateNodePaintMethod() local
Dswitch_paint_method.h100 void SetIsSelect(bool isSelect) in SetIsSelect()
Dswitch_paint_method.cpp39 SwitchModifier::SwitchModifier(bool isSelect, const Color& boardColor, float dragOffsetX) in SwitchModifier()
Dswitch_modifier.h134 void SetIsSelect(bool isSelect) in SetIsSelect()
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/select/
Dselect_pattern_test_ng.cpp820 SelectEvent eventOnSelect = [](int32_t intValue, const std::string& isSelect) {}; in __anon7fa83c030e02()
859 SelectEvent eventOnSelect = [](int32_t intValue, const std::string& isSelect) {}; in __anon7fa83c030f02()
897 SelectEvent eventOnSelect = [](int32_t intValue, const std::string& isSelect) {}; in __anon7fa83c031002()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
Dcheckbox_modifier.h126 void SetIsSelect(bool isSelect) in SetIsSelect()
Dcheckbox_pattern.h62 auto isSelect = paintProperty->GetCheckBoxSelectValue(false); in CreateNodePaintMethod() local
Dcheckbox_paint_method.cpp48bool isSelect, const Color& boardColor, const Color& checkColor, const Color& borderColor, const C… in CheckBoxModifier()
/foundation/multimedia/player_framework/frameworks/js/avplayer/
Davplayer_callback.cpp363 bool isSelect = false; member
887 int32_t isSelect = -1; in OnTrackChangedCb() local
/foundation/arkui/ace_engine/frameworks/core/components/dialog/
Ddialog_properties.h165 bool isSelect = false; // init checkbox state member
/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/
Dplayer_mock.cpp189 int32_t isSelect; in OnInfo() local