OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:animation_id
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/cc/animation/
layer_animation_controller_unittest.cc
197
int
animation_id
= controller->GetAnimation(Animation::Opacity)->id();
local
220
controller->PauseAnimation(
animation_id
, kInitialTickTime + 1.0);
244
int
animation_id
=
local
264
controller_impl->RemoveAnimation(
animation_id
);
[
all
...]
/external/chromium_org/ui/compositor/
layer_animation_element.h
189
// Each LayerAnimationElement has a unique
animation_id
. Elements belonging
192
int
animation_id
() const { return animation_id_; }
function in class:ui::LayerAnimationElement
/external/chromium_org/cc/trees/
layer_tree_host_common_unittest.cc
7333
int
animation_id
= AddAnimatedTransformToController(
local
[
all
...]
Completed in 3032 milliseconds