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

  /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 616 final int animationType = pendingOptions.getAnimationType();
617 switch (animationType) {
638 boolean scaleUp = (animationType == ActivityOptions.ANIM_THUMBNAIL_SCALE_UP);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 681 int animationType = 0;
685 animationType = Workspace.COMPLETE_TWO_STAGE_WIDGET_DROP_ANIMATION;
699 animationType = Workspace.CANCEL_TWO_STAGE_WIDGET_DROP_ANIMATION;
711 animationType, boundWidget, true);
    [all...]

Completed in 470 milliseconds