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

  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCAAnimationWin.cpp 136 PassRefPtr<PlatformCAAnimation> PlatformCAAnimation::create(AnimationType type, const String& keyPath)
146 PlatformCAAnimation::PlatformCAAnimation(AnimationType type, const String& keyPath)
174 RefPtr<PlatformCAAnimation> animation = create(animationType(), keyPath());
189 if (animationType() == Keyframe) {
332 if (animationType() != Basic)
341 if (animationType() != Basic)
350 if (animationType() != Basic)
360 if (animationType() != Basic)
370 if (animationType() != Basic || value->animationType() != Basic
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCAAnimationMac.mm 148 PassRefPtr<PlatformCAAnimation> PlatformCAAnimation::create(AnimationType type, const String& keyPath)
158 PlatformCAAnimation::PlatformCAAnimation(AnimationType type, const String& keyPath)
183 RefPtr<PlatformCAAnimation> animation = create(animationType(), keyPath());
200 if (animationType() == Keyframe) {
359 if (animationType() != Basic)
366 if (animationType() != Basic)
374 if (animationType() != Basic)
387 if (animationType() != Basic)
401 if (animationType() != Basic || value->animationType() != Basic
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCAAnimation.h 60 enum AnimationType { Basic, Keyframe };
64 static PassRefPtr<PlatformCAAnimation> create(AnimationType, const String& keyPath);
75 AnimationType animationType() const { return m_type; }
138 PlatformCAAnimation(AnimationType, const String& keyPath);
142 AnimationType m_type;
  /frameworks/base/services/java/com/android/server/am/
ActivityRecord.java 627 final int animationType = pendingOptions.getAnimationType();
628 switch (animationType) {
649 boolean scaleUp = (animationType == ActivityOptions.ANIM_THUMBNAIL_SCALE_UP);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java     [all...]
Launcher.java 684 int animationType = 0;
688 animationType = Workspace.COMPLETE_TWO_STAGE_WIDGET_DROP_ANIMATION;
702 animationType = Workspace.CANCEL_TWO_STAGE_WIDGET_DROP_ANIMATION;
714 animationType, boundWidget, true);
    [all...]

Completed in 196 milliseconds