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 597 final int animationType = pendingOptions.getAnimationType();
598 switch (animationType) {
619 boolean delayed = (animationType == ActivityOptions.ANIM_THUMBNAIL_DELAYED);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java     [all...]
Launcher.java 633 int animationType = 0;
637 animationType = Workspace.COMPLETE_TWO_STAGE_WIDGET_DROP_ANIMATION;
651 animationType = Workspace.CANCEL_TWO_STAGE_WIDGET_DROP_ANIMATION;
663 animationType, boundWidget, true);
    [all...]

Completed in 279 milliseconds