Home
last modified time | relevance | path

Searched refs:DEFAULT_ALPHA (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/
H A Djs_search_theme.h42 if (selectedColor.GetAlpha() == JSThemeUtils::DEFAULT_ALPHA) { in ApplyTheme()
H A Djs_textinput_theme.h46 if (selectedColor.GetAlpha() == JSThemeUtils::DEFAULT_ALPHA) { in ApplyTheme()
H A Djs_theme_utils.h63 static constexpr int32_t DEFAULT_ALPHA = 255;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dsearch_modifier.cpp45 constexpr int16_t DEFAULT_ALPHA = 255; variable
398 if (selectedColor.GetAlpha() == DEFAULT_ALPHA) { in SetSearchSelectedBackgroundColor()
415 if (selectedColor.GetAlpha() == DEFAULT_ALPHA) { in ResetSearchSelectedBackgroundColor()
H A Dnode_text_area_modifier.cpp57 constexpr int16_t DEFAULT_ALPHA = 255; variable
756 if (selectedColor.GetAlpha() == DEFAULT_ALPHA) { in SetTextAreaSelectedBackgroundColor()
773 if (selectedColor.GetAlpha() == DEFAULT_ALPHA) { in ResetTextAreaSelectedBackgroundColor()
H A Dnode_text_input_modifier.cpp49 constexpr int16_t DEFAULT_ALPHA = 255; variable
564 if (selectedColor.GetAlpha() == DEFAULT_ALPHA) { in ResetTextInputSelectedBackgroundColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_model_ng.cpp36 constexpr int32_t DEFAULT_ALPHA = 255; variable
979 if (color.GetAlpha() == DEFAULT_ALPHA) { in SetSelectedBackgroundColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_search.cpp68 const int32_t DEFAULT_ALPHA = 255; variable
242 if (selectedColor.GetAlpha() == DEFAULT_ALPHA) { in SetSelectedBackgroundColor()
H A Djs_text.cpp423 if (selectedColor.GetAlpha() == JSThemeUtils::DEFAULT_ALPHA) { in SetSelectedBackgroundColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_text_bridge.cpp38 constexpr int16_t DEFAULT_ALPHA = 255; variable
1170 if (color.GetAlpha() == DEFAULT_ALPHA) { in SetSelectedBackgroundColor()
H A Darkts_native_text_input_bridge.cpp27 constexpr int16_t DEFAULT_ALPHA = 255; variable
696 if (color.GetAlpha() == DEFAULT_ALPHA) { in SetSelectedBackgroundColor()
H A Darkts_native_text_area_bridge.cpp48 constexpr int16_t DEFAULT_ALPHA = 255; variable
873 if (color.GetAlpha() == DEFAULT_ALPHA) { in SetSelectedBackgroundColor()
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp108 constexpr float DEFAULT_ALPHA { 1.0f }; variable
2402 float alpha = DEFAULT_ALPHA; in InitMultiSelectedNodes()