Home
last modified time | relevance | path

Searched refs:startOpacity (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DLinkHighlight.cpp254 const float startOpacity = 1; in startHighlightAnimationIfNeeded() local
259 m_contentLayer->layer()->setOpacity(startOpacity); in startHighlightAnimationIfNeeded()
265 curve->add(WebFloatKeyframe(0, startOpacity)); in startHighlightAnimationIfNeeded()
269 curve->add(WebFloatKeyframe(extraDurationRequired, startOpacity)); in startHighlightAnimationIfNeeded()
271 …ebFloatKeyframe(fadeDuration + extraDurationRequired, blink::layoutTestMode() ? startOpacity : 0)); in startHighlightAnimationIfNeeded()
/external/replicaisland/src/com/replica/replicaisland/
DFadeDrawableComponent.java134 …public void setupFade(float startOpacity, float endOpacity, float duration, int loopType, int func… in setupFade() argument
135 mInitialOpacity = startOpacity; in setupFade()
/external/chromium_org/chrome/browser/ui/cocoa/
Danimatable_image.h40 @property(nonatomic) CGFloat startOpacity;
Danimatable_image.mm14 @synthesize startOpacity = startOpacity_;
93 [NSNumber numberWithFloat:[self startOpacity]]];
/external/chromium/chrome/browser/ui/cocoa/
Danimatable_image.h41 @property(nonatomic) CGFloat startOpacity;
Danimatable_image.mm20 @synthesize startOpacity = startOpacity_;
99 [NSNumber numberWithFloat:[self startOpacity]]];