HomeSort by relevance Sort by last modified time
    Searched refs:animate (Results 176 - 200 of 389) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/cc/input/
top_controls_manager.cc 62 bool animate) {
85 if (animate) {
159 gfx::Vector2dF TopControlsManager::Animate(base::TimeTicks monotonic_time) {
  /external/chromium_org/chrome/browser/infobars/
infobar_container.cc 162 bool animate,
172 infobar->Show(animate);
191 // When the first infobar is animating closed, we animate the second infobar's
  /external/chromium_org/chrome/browser/ui/cocoa/
browser_window_controller.h 437 // owner are ignored. If |animate:| is YES, then an animation may be performed,
438 // possibly after a small delay if |delay:| is YES. If |animate:| is NO,
440 // precedence with the rule that |animate:NO| has precedence over |animate:YES|,
444 withAnimation:(BOOL)animate
447 withAnimation:(BOOL)animate
  /external/chromium_org/chrome/common/extensions/docs/examples/api/pageAction/set_icon/
background.js 43 // Don't animate while in "click" mode.
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
main.js 10 animate();
  /external/chromium_org/third_party/WebKit/Source/web/
PageWidgetDelegate.cpp 60 void PageWidgetDelegate::animate(Page* page, double monotonicFrameBeginTime) function in class:blink::PageWidgetDelegate
65 page->autoscrollController().animate(monotonicFrameBeginTime);
WebPagePopupImpl.cpp 232 void WebPagePopupImpl::animate(double) function in class:blink::WebPagePopupImpl
234 PageWidgetDelegate::animate(m_page.get(), monotonicallyIncreasingTime());
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayEvent.cpp 180 SkAnimateBase* animate = (SkAnimateBase*) fTarget; local
181 animate->setHasEndEvent();
SkAnimateMaker.cpp 255 void SkAnimateMaker::postOnEnd(SkAnimateBase* animate, SkMSec end) {
257 evt.setS32("time", animate->getStart() + end);
258 evt.setPtr("anim", animate);
  /external/skia/src/animator/
SkDisplayEvent.cpp 180 SkAnimateBase* animate = (SkAnimateBase*) fTarget; local
181 animate->setHasEndEvent();
SkAnimateMaker.cpp 255 void SkAnimateMaker::postOnEnd(SkAnimateBase* animate, SkMSec end) {
257 evt.setS32("time", animate->getStart() + end);
258 evt.setPtr("anim", animate);
  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 250 void show(boolean animate) {
254 if (animate) {
291 void reset(boolean animate) {
302 if (animate) {
556 * Animate them back into place if animate is true.
558 * @param animate
560 public void reset(boolean animate) {
561 mLeftSlider.reset(animate);
562 mRightSlider.reset(animate);
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimationDrawable.java 219 private void setFrame(int frame, boolean unschedule, boolean animate) {
228 if (animate) {
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardViewStateManager.java 122 ((View) mKeyguardSecurityContainer).animate().alpha(0f).setDuration(duration)
127 ((View) mKeyguardSecurityContainer).animate().alpha(1f).setDuration(duration)
  /frameworks/base/services/java/com/android/server/accessibility/
ScreenMagnifier.java     [all...]
  /packages/apps/Browser/src/com/android/browser/
NavScreen.java 198 protected void close(int position, boolean animate) {
199 mUi.hideNavScreen(position, animate);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ActionableToastBar.java 128 hide(true /* animate */, true /* actionClicked */);
158 public void hide(boolean animate, boolean actionClicked) {
165 if (animate) {
  /external/eigen/demos/opengl/
quaternion_demo.cpp 269 void RenderingWidget::animate() function in class:RenderingWidget
343 connect(&m_timer, SIGNAL(timeout()), this, SLOT(animate()));
357 disconnect(&m_timer, SIGNAL(timeout()), this, SLOT(animate()));
545 animate();
546 connect(&m_timer, SIGNAL(timeout()), this, SLOT(animate()));
  /frameworks/base/core/java/android/widget/
StackView.java 224 * Animate the views between different relative indexes within the {@link AdapterViewAnimator}
226 void transformViewForTransition(int fromIndex, int toIndex, final View view, boolean animate) {
227 if (!animate) {
248 if (animate) {
268 if (animate) {
296 if (animate) {
309 transformViewAtIndex(toIndex, view, animate);
313 private void transformViewAtIndex(int index, final View view, boolean animate) {
345 if (animate) {
418 void showOnly(int childIndex, boolean animate) {
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
GlowPadView.java 470 // Animate handle back to the center based on current state.
492 private void hideTargets(boolean animate, boolean expanded) {
496 mAnimatingTargets = animate;
497 final int duration = animate ? HIDE_ANIMATION_DURATION : 0;
498 final int delay = animate ? HIDE_ANIMATION_DELAY : 0;
531 private void showTargets(boolean animate) {
533 mAnimatingTargets = animate;
534 final int delay = animate ? SHOW_ANIMATION_DELAY : 0;
535 final int duration = animate ? SHOW_ANIMATION_DURATION : 0;
729 * Resets the widget to default state and cancels all animation. If animate is 'true', wil
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
GlowPadView.java 466 // Animate handle back to the center based on current state.
488 private void hideTargets(boolean animate, boolean expanded) {
492 mAnimatingTargets = animate;
493 final int duration = animate ? HIDE_ANIMATION_DURATION : 0;
494 final int delay = animate ? HIDE_ANIMATION_DELAY : 0;
526 private void showTargets(boolean animate) {
528 mAnimatingTargets = animate;
529 final int delay = animate ? SHOW_ANIMATION_DELAY : 0;
530 final int duration = animate ? SHOW_ANIMATION_DURATION : 0;
719 * Resets the widget to default state and cancels all animation. If animate is 'true', wil
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
GlowPadView.java 492 // Animate handle back to the center based on current state.
514 private void hideTargets(boolean animate, boolean expanded) {
518 mAnimatingTargets = animate;
519 final int duration = animate ? HIDE_ANIMATION_DURATION : 0;
520 final int delay = animate ? HIDE_ANIMATION_DELAY : 0;
553 private void showTargets(boolean animate) {
555 mAnimatingTargets = animate;
556 final int delay = animate ? SHOW_ANIMATION_DELAY : 0;
557 final int duration = animate ? SHOW_ANIMATION_DURATION : 0;
747 * Resets the widget to default state and cancels all animation. If animate is 'true', wil
    [all...]
  /external/chromium_org/chrome/browser/ui/views/infobars/
infobar_view.cc 359 void InfoBarView::PlatformSpecificShow(bool animate) {
368 void InfoBarView::PlatformSpecificHide(bool animate) {
375 // It's possible to be called twice (once with |animate| true and once with it
379 if (!animate)
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.h 93 virtual void SetVisuallyDeemphasized(const SkColor* color, bool animate);
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_button.h 183 // if |animate:| is YES. It may be obvious, but this is safe
185 - (void)removeButton:(NSInteger)buttonIndex animate:(BOOL)poof;

Completed in 1053 milliseconds

1 2 3 4 5 6 78 91011>>