Searched refs:AndroidOpacityAnimation (Results 1 – 3 of 3) sorted by relevance
191 PassRefPtr<AndroidOpacityAnimation> AndroidOpacityAnimation::create( in create()196 return adoptRef(new AndroidOpacityAnimation(animation, operations, in create()200 AndroidOpacityAnimation::AndroidOpacityAnimation(const Animation* animation, in AndroidOpacityAnimation() function in WebCore::AndroidOpacityAnimation229 void AndroidOpacityAnimation::applyForProgress(LayerAndroid* layer, float progress) in applyForProgress()
81 class AndroidOpacityAnimation : public AndroidAnimation {83 static PassRefPtr<AndroidOpacityAnimation> create(const Animation* animation,86 AndroidOpacityAnimation(const Animation* animation,
936 RefPtr<AndroidOpacityAnimation> anim = AndroidOpacityAnimation::create(animation, in createAnimationFromKeyframes()