OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opacity_sequence
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/app_list/views/
pulsing_block_view.cc
31
scoped_ptr<ui::LayerAnimationSequence>
opacity_sequence
(
37
opacity_sequence
->set_is_cyclic(true);
42
opacity_sequence
->AddElement(
55
opacity_sequence
->AddElement(
68
animations.push_back(
opacity_sequence
.release());
/external/chromium_org/ash/shelf/
app_list_button.cc
58
scoped_ptr<ui::LayerAnimationSequence>
opacity_sequence
(
61
opacity_sequence
->set_is_cyclic(true);
64
opacity_sequence
->AddElement(
72
opacity_sequence
->AddElement(
78
layer()->GetAnimator()->ScheduleAnimation(
opacity_sequence
.release());
/external/chromium_org/ui/compositor/
layer_animator_unittest.cc
2331
LayerAnimationSequence*
opacity_sequence
= new LayerAnimationSequence(
local
[
all
...]
Completed in 95 milliseconds