OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fadeInDuration
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
MediaControlElements.cpp
59
static const double
fadeInDuration
= 0.1;
190
setInlineStyleProperty(CSSPropertyTransitionDuration,
fadeInDuration
, CSSPrimitiveValue::CSS_S);
/frameworks/ex/carousel/java/com/android/ex/carousel/
carousel.rs
191
int
fadeInDuration
; // amount of time (in ms) for smoothly switching out textures
316
fadeInDuration
= 250;
378
// Computes an alpha value for a card using elapsed time and constant
fadeInDuration
728
fadeInDuration
);
[
all
...]
Completed in 138 milliseconds