Home
last modified time | relevance | path

Searched refs:scaleEnd_ (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_texture_mapper.cpp45 scaleEnd_(SCALE_CONVERTION), in UITextureMapper()
82 if (scaleStart_ != scaleEnd_) { in Callback()
83 scaleCur_ = easingFunc_(scaleStart_, scaleEnd_, actualTime, durationTime); in Callback()
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dtv_interactive_effect.h37 scaleEnd_ = theme_->GetFocusScale(); // 1.05
48 scaleEnd_ = theme_->GetFocusScaleLarge(); // 1.0
H A Dwatch_interactive_effect.h35 scaleEnd_ = scale_ * theme_->GetClickScale(); // scale_ * 0.95;
H A Dtv_interactive_effect.cpp28 auto scaleFrameEnd = AceType::MakeRefPtr<Keyframe<double>>(ANIMATION_END_TIME, scaleEnd_); in BuildStateAnimation()
H A Dwatch_interactive_effect.cpp49 auto scaleFrameMid = AceType::MakeRefPtr<Keyframe<double>>(ANIMATION_HALF_TIME, scaleEnd_); in BuildClickScaleAnimation()
H A Dinteractive_effect.h122 double scaleEnd_ = 1.0; member in OHOS::Ace::InteractiveEffect
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_texture_mapper.h138 scaleEnd_ = static_cast<int16_t>(FloatToInt64(end)); in SetScaleEnd()
286 int16_t scaleEnd_; member in OHOS::UITextureMapper
/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_theme.h289 return scaleEnd_; in GetScaleEnd()
561 double scaleEnd_ = 1.0; member in OHOS::Ace::DialogTheme
H A Ddialog_theme.cpp162 theme->scaleEnd_ = dialogPattern->GetAttr<double>("dialog_scale_end", 1.0f); in ParseNewPattern()

Completed in 6 milliseconds