OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPACITY
(Results
26 - 31
of
31
) sorted by null
1
2
/external/chromium_org/ui/compositor/
layer_animation_element_unittest.cc
168
// Check that the
opacity
element progresses the delegate as expected and
207
EXPECT_FLOAT_EQ(target, target_value.
opacity
);
320
properties.insert(LayerAnimationElement::
OPACITY
);
356
// Check that a threaded
opacity
element updates the delegate as expected when
layer_animator.cc
116
ANIMATED_PROPERTY(float,
OPACITY
,
Opacity
, float,
opacity
);
/external/chromium_org/ui/views/corewm/
window_animations.cc
241
// Shows a window using an animation, animating its
opacity
from 0.f to 1.f,
267
// Hides a window using an animation, animating its
opacity
from 1.f to 0.f,
385
ui::LayerAnimationElement::
OPACITY
,
388
scoped_ptr<ui::LayerAnimationElement>
opacity
(
392
opacity
->set_tween_type(gfx::Tween::EASE_IN_OUT);
394
new ui::LayerAnimationSequence(
opacity
.release()));
444
// Since hide animation may have changed
opacity
and transform,
474
// Since show animation may have changed
opacity
and transform,
/external/chromium_org/ash/wm/panels/
panel_layout_manager.cc
230
params.
opacity
= views::Widget::InitParams::TRANSLUCENT_WINDOW;
367
// Set the panel to 0
opacity
until it has been positioned to prevent it
869
ui::LayerAnimationElement::
OPACITY
);
[
all
...]
/external/chromium_org/cc/output/
filter_operations_unittest.cc
130
SAVE_RESTORE_AMOUNT(
Opacity
,
OPACITY
, 0.6f);
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp
[
all
...]
Completed in 241 milliseconds
1
2