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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/panels/
native_panel_stack_window.h 77 virtual void BeginBatchUpdatePanelBounds(bool animate) = 0;
  /external/chromium_org/chrome/browser/ui/views/
dropdown_bar_host.cc 97 void DropdownBarHost::Show(bool animate) {
104 if (!animate || disable_animations_during_testing_) {
125 void DropdownBarHost::Hide(bool animate) {
128 if (animate && !disable_animations_during_testing_ &&
  /external/chromium_org/chrome/browser/ui/views/frame/
immersive_mode_controller.h 93 // If acquiring the lock causes a reveal, the top-of-window views will animate
  /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_org/chrome/common/extensions/docs/templates/intros/
pageAction.html 108 <li><b>Don't</b> constantly animate your icon.
  /external/chromium_org/chrome/renderer/
chrome_render_view_observer.h 88 bool animate);
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableStrokeDasharrayList.cpp 63 // Since we animate to and from values of zero, treat a value of 'none' the
  /external/chromium_org/third_party/WebKit/Source/core/frame/animation/
ImplicitAnimation.h 55 virtual void animate(CompositeAnimation*, RenderObject*, const RenderStyle* currentStyle, RenderStyle* targetStyle, RefPtr<RenderStyle>& animatedStyle);
KeyframeAnimation.h 49 virtual void animate(CompositeAnimation*, RenderObject*, const RenderStyle* currentStyle, RenderStyle* targetStyle, RefPtr<RenderStyle>& animatedStyle);
  /external/chromium_org/third_party/WebKit/Source/web/
WebPagePopupImpl.h 69 virtual void animate(double) OVERRIDE;
  /external/chromium_org/third_party/skia/src/animator/
SkAnimateMaker.h 88 void postOnEnd(SkAnimateBase* animate, SkMSec end);
  /external/chromium_org/ui/compositor/
layer_animator.h 35 // LayerAnimator. This enables LayerAnimator to animate property changes.
125 // if they animate any common properties. The animator takes ownership of the
133 // work if they animate any common properties. The animator takes ownership
283 // If there's an animation in the queue that doesn't animate the same property
  /external/chromium_org/ui/views/animation/
bounds_animator_unittest.cc 111 // Checks animate view to.
  /external/skia/src/animator/
SkAnimateMaker.h 88 void postOnEnd(SkAnimateBase* animate, SkMSec end);
  /frameworks/base/core/java/android/animation/
Keyframe.java 23 * target object will animate between the value at the previous keyframe and the value at the
69 * @param value The value that the object will animate to as the animation time approaches
101 * @param value The value that the object will animate to as the animation time approaches
133 * @param value The value that the object will animate to as the animation time approaches
  /frameworks/base/core/java/android/app/
ListFragment.java 334 * @param animate If true, an animation will be used to transition to the
337 private void setListShown(boolean shown, boolean animate) {
347 if (animate) {
359 if (animate) {
  /frameworks/base/docs/html/training/animation/
layout.jd 29 Android system to animate these layout changes, and system-default animations are carried out for you.
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
CameraWidgetFrame.java 301 .animate()
332 mFakeNavBar.animate()
444 mFullscreenPreview.animate().cancel();
448 mFakeNavBar.animate().cancel();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarWindowView.java 67 // We really need to be able to animate while window animations are going on
  /frameworks/support/v4/java/android/support/v4/app/
ListFragment.java 276 * @param animate If true, an animation will be used to transition to the
279 private void setListShown(boolean shown, boolean animate) {
289 if (animate) {
301 if (animate) {
  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailPlaybackFragment.java 476 mTemporaryTextView.animate().alpha(VISIBLE).setDuration(SHORT_ANIMATION_MS);
477 mPermanentTextView.animate().alpha(INVISIBLE).setDuration(SHORT_ANIMATION_MS);
487 mTemporaryTextView.animate()
489 mPermanentTextView.animate()
  /packages/apps/Launcher2/src/com/android/launcher2/
ButtonDropTarget.java 127 // Find the rect to animate to (the view is center aligned)
  /packages/apps/Launcher3/src/com/android/launcher3/
ButtonDropTarget.java 129 // Find the rect to animate to (the view is center aligned)
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationListCallbacks.java 82 void commitDestructiveActions(boolean animate);
  /sdk/templates/docs/
default.js 123 $('body').animate({ scrollTop: $target.offset().top }, 200, 'swing', function() {

Completed in 423 milliseconds

<<11121314151617181920>>