OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:threaded_properties
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/compositor/test/
layer_animator_test_controller.cc
32
std::vector<cc::Animation::TargetProperty>
threaded_properties
;
local
33
threaded_properties
.push_back(cc::Animation::Opacity);
34
threaded_properties
.push_back(cc::Animation::Transform);
36
for (size_t i = 0; i <
threaded_properties
.size(); i++) {
38
LayerAnimationElement::ToAnimatableProperty(
threaded_properties
[i]);
56
threaded_properties
[i],
Completed in 36 milliseconds