HomeSort by relevance Sort by last modified time
    Searched full:animate (Results 276 - 300 of 950) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/frame/animation/
CompositeAnimation.h 56 PassRefPtr<RenderStyle> animate(RenderObject&, RenderStyle* currentStyle, RenderStyle& targetStyle);
  /external/chromium_org/third_party/WebKit/Source/core/page/
AutoscrollController.h 58 void animate(double monotonicFrameBeginTime);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAttributeNames.in 11 animate
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebActiveGestureAnimation.cpp 56 bool WebActiveGestureAnimation::animate(double time) function in class:blink::WebActiveGestureAnimation
  /external/chromium_org/third_party/WebKit/Source/web/
PageWidgetDelegate.h 76 static void animate(WebCore::Page*, double monotonicFrameBeginTime);
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayType.h 44 SkType_AnimateBase, // base type for animate, set
  /external/chromium_org/ui/views/controls/
glow_hover_controller.h 28 // Internally GlowHoverController uses an animation to animate the glow and
  /external/eigen/demos/opengl/
quaternion_demo.h 72 virtual void animate(void);
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
atlantis.c 239 //glutIdleFunc(Animate);
367 glutIdleFunc(Animate);
401 glutIdleFunc(Animate);
439 glutIdleFunc(Animate);
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
atlantis.c 239 //glutIdleFunc(Animate);
367 glutIdleFunc(Animate);
401 glutIdleFunc(Animate);
439 glutIdleFunc(Animate);
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
atlantis.c 239 //glutIdleFunc(Animate);
367 glutIdleFunc(Animate);
401 glutIdleFunc(Animate);
439 glutIdleFunc(Animate);
  /external/skia/src/animator/
SkDisplayType.h 44 SkType_AnimateBase, // base type for animate, set
  /frameworks/base/docs/html/guide/topics/graphics/
index.jd 24 <p>This new animation system makes it easy to animate any kind of property on any object,
  /packages/apps/Browser/src/com/android/browser/
UI.java 123 public void showWeb(boolean animate);
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerListItem.java 120 // Used by animator to animate the size of a timer
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorChanSat.java 356 mButton.animate().translationX(mButton.getWidth()).setDuration(SwapButton.ANIM_DURATION);
360 mButton.animate().cancel();
372 mButton.animate().translationX(-mButton.getWidth()).setDuration(SwapButton.ANIM_DURATION);
376 mButton.animate().cancel();
EditorVignette.java 353 mButton.animate().translationX(mButton.getWidth()).setDuration(SwapButton.ANIM_DURATION);
357 mButton.animate().cancel();
369 mButton.animate().translationX(-mButton.getWidth()).setDuration(SwapButton.ANIM_DURATION);
373 mButton.animate().cancel();
  /packages/apps/Gallery2/src/com/android/photos/
MultiSelectGridFragment.java 226 * @param animate If true, an animation will be used to transition to the
229 private void setGridShown(boolean shown, boolean animate) {
239 if (animate) {
251 if (animate) {
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_controller.mm 59 // content on the NTP). It can, or at least should be able to, animate between
143 // If |animate| is NO, it will stop any running animation and jump to the given
146 // mid-flight and animate to the next state.
148 withAnimation:(BOOL)animate;
171 // if |animate| is YES, the changes are made using the animator; otherwise they
173 - (void)showBookmarkBarWithAnimation:(BOOL)animate;
214 - (void)resetAllButtonPositionsWithAnimation:(BOOL)animate;
619 BOOL animate = isMenuItem && [self animationEnabled];
620 if (animate)
629 if (!animate)
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
fullscreen_controller.h 103 - (void)ensureOverlayShownWithAnimation:(BOOL)animate delay:(BOOL)delay;
104 - (void)ensureOverlayHiddenWithAnimation:(BOOL)animate delay:(BOOL)delay;
  /external/chromium/chrome/browser/ui/cocoa/toolbar/
reload_button.mm 99 if ([cell respondsToSelector:@selector(setMouseInside:animate:)])
100 [cell setMouseInside:[self isMouseInside] animate:NO];
  /external/chromium/chrome/browser/ui/views/
dropdown_bar_host.h 61 virtual void Show(bool animate);
63 virtual void Hide(bool animate);
find_bar_host.h 52 virtual void Show(bool animate);
53 virtual void Hide(bool animate);
  /external/chromium/chrome/browser/ui/views/infobars/
infobar_container.h 111 // Adds |infobar| to this container and calls Show() on it. |animate| is
118 bool animate,
  /external/chromium_org/ash/wm/overview/
window_selector_panels.cc 160 bool animate) {
180 (*iter)->SetTransform(root_window, transform, animate);

Completed in 308 milliseconds

<<11121314151617181920>>