OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:top_controls_animation_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/input/
top_controls_manager.cc
160
if (!
top_controls_animation_
|| !client_->HaveRootScrollLayer())
166
SetControlsTopOffset(
top_controls_animation_
->GetValue(time));
176
if (
top_controls_animation_
)
177
top_controls_animation_
.reset();
193
if (
top_controls_animation_
&& animation_direction_ == direction)
196
top_controls_animation_
= KeyframedFloatAnimationCurve::Create();
199
top_controls_animation_
->AddKeyframe(
204
top_controls_animation_
->AddKeyframe(
237
if (!
top_controls_animation_
)
241
float new_offset =
top_controls_animation_
->GetValue(time_ms)
[
all
...]
top_controls_manager.h
47
return
top_controls_animation_
.get();
82
scoped_ptr<KeyframedFloatAnimationCurve>
top_controls_animation_
;
member in class:cc::TopControlsManager
Completed in 164 milliseconds