Searched refs:start_opacity_ (Results 1 – 3 of 3) sorted by relevance
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/login/ui/ |
H A D | pin_keyboard_animation.cc | 24 std::swap(start_opacity_, end_opacity_); in PinKeyboardAnimation() 27 gfx::Point3F(1, start_opacity_, 1), gfx::Point3F(1, end_opacity_, 1)); in PinKeyboardAnimation() 38 gfx::Tween::FloatValueBetween(tweened, start_opacity_, end_opacity_), in OnProgress()
|
H A D | pin_keyboard_animation.h | 49 float start_opacity_ = 0; variable
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/shelf/ |
H A D | hotseat_widget.cc | 136 double start_opacity_ = 0.f; member in ash::__anona0d12f600111::HotseatStateTransitionAnimation 181 start_opacity_ = hotseat_widget_->GetNativeView()->layer()->opacity(); in OnStart() 211 gfx::Tween::DoubleValueBetween(tweened, start_opacity_, in OnProgress() 276 start_opacity_ = hotseat_widget_->GetNativeView()->layer()->opacity(); in OnStart() 312 gfx::Tween::DoubleValueBetween(tweened, start_opacity_, in OnProgress()
|