/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor_drag/ |
H A D | rich_editor_drag_overlay_modifier.h | 46 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 D | text_overlay_modifier.cpp | 29 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 D | text_overlay_modifier.h | 69 RefPtr<PropertyInt> selectedColor_; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/ |
H A D | patternlock_paint_method.cpp | 37 selectedColor_ = paintProperty->GetSelectedColor().value_or(selectedColor_); in UpdateContentModifier() 49 patternlockModifier_->SetSelectColor(selectedColor_); in UpdateContentModifier() 80 selectedColor_ = patternLockTheme->GetSelectedColor(); in GetThemeProp()
|
H A D | patternlock_modifier.cpp | 81 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 D | patternlock_paint_method.h | 66 Color selectedColor_; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/pattern_lock/ |
H A D | rosen_render_pattern_lock.cpp | 61 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 D | pattern_lock_theme.h | 72 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 D | pattern_lock_component.cpp | 39 selectedColor_ = selectedColor; in SetSelectedColor() 79 return selectedColor_; in GetSelectedColor()
|
H A D | render_pattern_lock.h | 60 return selectedColor_; in GetSelectedColor() 128 Color selectedColor_; variable
|
H A D | pattern_lock_component.h | 82 Color selectedColor_; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | swiper_indicator.h | 34 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 D | text_theme.h | 64 … 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 D | image_overlay_modifier.cpp | 25 ImageOverlayModifier::ImageOverlayModifier(const Color& selectedColor) : selectedColor_(selectedCol… in ImageOverlayModifier() 42 brush.SetColor(selectedColor_.GetValue()); in onDraw()
|
H A D | image_overlay_modifier.h | 58 const Color& selectedColor_; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/ |
H A D | dot_indicator_modifier.h | 59 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 D | dot_indicator_modifier.cpp | 277 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 D | list_item_theme.h | 83 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 D | picker_view_component.cpp | 90 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 D | picker_view_component.h | 177 ColorType selectedColor_; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
H A D | swiper_indicator_theme.h | 123 …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 D | select_theme.h | 97 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 D | text_field_overlay_modifier.cpp | 39 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 D | text_field_overlay_modifier.h | 99 RefPtr<AnimatablePropertyColor> selectedColor_; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | textfield_theme.h | 158 theme->selectedColor_ = pattern->GetAttr<Color>(PATTERN_BG_COLOR_SELECTED, Color()); in ParsePatternSubSecondPart() 312 return selectedColor_; in GetSelectedColor() 664 Color selectedColor_; variable
|