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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Drawer.js 64 WebInspector.Drawer.AnimationType = {
81 show: function(view, animationType)
129 this._currentAnimation = WebInspector.animateStyle(animations, this._animationDuration(animationType), animationCallback.bind(this));
131 if (animationType === WebInspector.Drawer.AnimationType.Immediately)
135 hide: function(animationType)
175 this._currentAnimation = WebInspector.animateStyle(animations, this._animationDuration(animationType), animationCallback.bind(this));
177 if (animationType === WebInspector.Drawer.AnimationType.Immediately)
199 _animationDuration: function(animationType)
    [all...]
inspector.js 102 var animationType = window.event && window.event.shiftKey ? WebInspector.Drawer.AnimationType.Slow : WebInspector.Drawer.AnimationType.Normal;
105 this.closeConsole(animationType);
107 this.showConsole(animationType);
133 this.drawer.show(view, WebInspector.Drawer.AnimationType.Immediately);
145 this.drawer.hide(WebInspector.Drawer.AnimationType.Immediately);
160 * @param {WebInspector.Drawer.AnimationType=} animationType
162 showConsole: function(animationType)
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityRecord.java 683 final int animationType = pendingOptions.getAnimationType();
684 switch (animationType) {
705 boolean scaleUp = (animationType == ActivityOptions.ANIM_THUMBNAIL_SCALE_UP);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java     [all...]
Launcher.java 698 int animationType = 0;
702 animationType = Workspace.COMPLETE_TWO_STAGE_WIDGET_DROP_ANIMATION;
717 animationType = Workspace.CANCEL_TWO_STAGE_WIDGET_DROP_ANIMATION;
729 animationType, boundWidget, true);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Workspace.java     [all...]
Launcher.java 778 int animationType = 0;
782 animationType = Workspace.COMPLETE_TWO_STAGE_WIDGET_DROP_ANIMATION;
796 animationType = Workspace.CANCEL_TWO_STAGE_WIDGET_DROP_ANIMATION;
808 animationType, boundWidget, true);
    [all...]

Completed in 1140 milliseconds