HomeSort by relevance Sort by last modified time
    Searched refs:AndroidOpacityAnimation (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/
AndroidAnimation.h 75 class AndroidOpacityAnimation : public AndroidAnimation {
77 static PassRefPtr<AndroidOpacityAnimation> create(const Animation* animation,
80 AndroidOpacityAnimation(const Animation* animation,
AndroidAnimation.cpp 208 PassRefPtr<AndroidOpacityAnimation> AndroidOpacityAnimation::create(
213 return adoptRef(new AndroidOpacityAnimation(animation, operations,
217 AndroidOpacityAnimation::AndroidOpacityAnimation(const Animation* animation,
246 void AndroidOpacityAnimation::applyForProgress(LayerAndroid* layer, float progress)
GraphicsLayerAndroid.cpp 759 RefPtr<AndroidOpacityAnimation> anim = AndroidOpacityAnimation::create(animation,
    [all...]

Completed in 31 milliseconds