Home
last modified time | relevance | path

Searched refs:selectedColor_ (Results 1 – 25 of 41) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor_drag/
H A Drich_editor_drag_overlay_modifier.h46 selectedColor_ = AceType::MakeRefPtr<PropertyInt>(0); in RichEditorDragOverlayModifier()
55 AttachProperty(selectedColor_); in RichEditorDragOverlayModifier()
109 CHECK_NULL_VOID(selectedColor_); in SetSelectedColor()
110 selectedColor_->Set(static_cast<int32_t>(selectedColor)); in SetSelectedColor()
146 RefPtr<PropertyInt> selectedColor_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_overlay_modifier.cpp29 selectedColor_ = AceType::MakeRefPtr<PropertyInt>(0); in TextOverlayModifier()
31 AttachProperty(selectedColor_); in TextOverlayModifier()
52 brush.SetColor(selectedColor_->Get()); in onDraw()
116 CHECK_NULL_VOID(selectedColor_); in SetSelectedColor()
117 selectedColor_->Set(static_cast<int32_t>(selectedColor)); in SetSelectedColor()
H A Dtext_overlay_modifier.h69 RefPtr<PropertyInt> selectedColor_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H A Dpatternlock_paint_method.cpp37 selectedColor_ = paintProperty->GetSelectedColor().value_or(selectedColor_); in UpdateContentModifier()
49 patternlockModifier_->SetSelectColor(selectedColor_); in UpdateContentModifier()
80 selectedColor_ = patternLockTheme->GetSelectedColor(); in GetThemeProp()
H A Dpatternlock_modifier.cpp81 selectedColor_ = AceType::MakeRefPtr<PropertyColor>(Color::BLACK); in CreateProperties()
106 AttachProperty(selectedColor_); in AttachProperties()
240 auto selectedColor = selectedColor_->Get(); in PaintLockCircleForApiNine()
367 auto selectedColor = selectedColor_->Get(); in PaintLockCircle()
515 CHECK_NULL_VOID(selectedColor_); in SetSelectColor()
516 if (selectedColor_->Get() != selectedColor) { in SetSelectColor()
517 selectedColor_->Set(selectedColor); in SetSelectColor()
615 pointAnimateColor_->Set(LinearColor(selectedColor_->Get())); in StartChallengeResultAnimate()
H A Dpatternlock_paint_method.h66 Color selectedColor_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/pattern_lock/
H A Drosen_render_pattern_lock.cpp61 skPaintFill.setColor(selectedColor_.GetValue()); in PaintLockCircle()
66 skPaintFill.setColor(selectedColor_.GetValue()); in PaintLockCircle()
69 skPaintFill.setColor(selectedColor_.GetValue()); in PaintLockCircle()
74 skPaintFill.setColor(selectedColor_.GetValue()); in PaintLockCircle()
101 brush.SetColor(selectedColor_.GetValue()); in PaintLockCircle()
109 brush.SetColor(selectedColor_.GetValue()); in PaintLockCircle()
114 brush.SetColor(selectedColor_.GetValue()); in PaintLockCircle()
121 brush.SetColor(selectedColor_.GetValue()); in PaintLockCircle()
H A Dpattern_lock_theme.h72 theme->selectedColor_ = Color::BLACK; in Build()
99 theme->selectedColor_ = pattern->GetAttr<Color>("selected_color", Color::BLACK); in ParsePattern()
116 return selectedColor_; in GetSelectedColor()
226 Color selectedColor_; variable
H A Dpattern_lock_component.cpp39 selectedColor_ = selectedColor; in SetSelectedColor()
79 return selectedColor_; in GetSelectedColor()
H A Drender_pattern_lock.h60 return selectedColor_; in GetSelectedColor()
128 Color selectedColor_; variable
H A Dpattern_lock_component.h82 Color selectedColor_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dswiper_indicator.h34 selectedColor_ = theme->GetSelectedColor(); in InitStyle()
62 return selectedColor_; in GetSelectedColor()
66 selectedColor_ = selectedColor; in SetSelectedColor()
238 Color selectedColor_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Dtext_theme.h64 … theme->selectedColor_ = pattern->GetAttr<Color>(PATTERN_BG_COLOR_SELECTED, Color(0x33007dff)); in ParsePattern()
98 return selectedColor_; in GetSelectedColor()
147 Color selectedColor_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_overlay_modifier.cpp25 ImageOverlayModifier::ImageOverlayModifier(const Color& selectedColor) : selectedColor_(selectedCol… in ImageOverlayModifier()
42 brush.SetColor(selectedColor_.GetValue()); in onDraw()
H A Dimage_overlay_modifier.h58 const Color& selectedColor_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_modifier.h59 selectedColor_(AceType::MakeRefPtr<AnimatablePropertyColor>(LinearColor::TRANSPARENT)), in DotIndicatorModifier()
73 AttachProperty(selectedColor_); in DotIndicatorModifier()
172 if (selectedColor_ && isSelectedColorAnimEnd_) { in SetSelectedColor()
173 selectedColor_->Set(LinearColor(selectedColor)); in SetSelectedColor()
347 RefPtr<AnimatablePropertyColor> selectedColor_; variable
H A Ddot_indicator_modifier.cpp277 brush.SetColor(ToRSColor(selectedColor_->Get())); in PaintSelectedIndicator()
624 selectedColor_->Set(LinearColor(selectedColor_->Get().BlendOpacity(0.0f))); in PlayOpacityAnimation()
629 auto color = modifier->selectedColor_->Get(); in PlayOpacityAnimation()
632 modifier->selectedColor_->Set(targetColor); in PlayOpacityAnimation()
710 touchBottomPointColor_->Set(LinearColor(selectedColor_->Get())); in PlayTouchBottomAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_theme.h83 theme->selectedColor_ = pattern->GetAttr<Color>("item_select_color", Color::WHITE); in ParsePattern()
85 …theme->selectedColor_.BlendOpacity(pattern->GetAttr<double>("item_selected_alpha", SELECTED_ALPHA)… in ParsePattern()
317 Color selectedColor_; variable
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dpicker_view_component.cpp90 selectedColor_(Color::White()), in PickerViewComponent()
327 textPicker->SetTextColor(color_, selectedColor_); in UpdatePickerStyles()
334 timePicker->SetTextColor(color_, selectedColor_); in UpdatePickerStyles()
342 datePicker->SetTextStyle(fontId, selectedFontId, color_, selectedColor_); in UpdatePickerStyles()
453 selectedColor_ = GetRGBColor(color); in ApplyPrivateStyle()
H A Dpicker_view_component.h177 ColorType selectedColor_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_indicator_theme.h123 …theme->selectedColor_ = swiperPattern->GetAttr<Color>("indicator_color_selected", Color::TRANSPARE… in ParsePattern()
174 return selectedColor_; in GetSelectedColor()
414 Color selectedColor_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_theme.h97 theme->selectedColor_ = in Parse()
98 pattern->GetAttr<Color>(PATTERN_BG_COLOR_SELECTED, theme->selectedColor_) in Parse()
129 … theme->selectedColor_ = pattern->GetAttr<Color>("select_selected_color", Color(0x19254FF7)); in ParseNewPattern()
327 theme->selectedColor_ = selectedColor_; in ClonePartOne()
487 return selectedColor_; in GetSelectedColor()
492 selectedColor_ = value; in SetSelectedColor()
1149 Color selectedColor_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_overlay_modifier.cpp39 selectedColor_ = AceType::MakeRefPtr<AnimatablePropertyColor>(LinearColor(Color())); in TextFieldOverlayModifier()
60 AttachProperty(selectedColor_); in TextFieldOverlayModifier()
201 brush.SetColor(ToRSColor(selectedColor_->Get())); in PaintSelection()
365 selectedColor_->Set(LinearColor(value)); in SetSelectedBackGroundColor()
H A Dtext_field_overlay_modifier.h99 RefPtr<AnimatablePropertyColor> selectedColor_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtextfield_theme.h158 theme->selectedColor_ = pattern->GetAttr<Color>(PATTERN_BG_COLOR_SELECTED, Color()); in ParsePatternSubSecondPart()
312 return selectedColor_; in GetSelectedColor()
664 Color selectedColor_; variable

12