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

1 2 3 4 5 6 78 91011>>

  /development/samples/devbytes/animation/WindowAnimations/src/com/example/android/windowanimations/
WindowAnimations.java 30 * This example shows how to create custom Window animations to animate between different
63 // Using the AnimatedSubActivity also allows us to animate exiting that
  /external/chromium/chrome/browser/ui/cocoa/extensions/
browser_actions_container_view.h 67 - (void)resizeToWidth:(CGFloat)width animate:(BOOL)animate;
  /external/chromium/chrome/browser/ui/cocoa/find_bar/
find_bar_cocoa_controller.h 76 - (void)showFindBar:(BOOL)animate;
77 - (void)hideFindBar:(BOOL)animate;
  /external/chromium/chrome/browser/ui/cocoa/
gradient_button_cell.h 85 - (void)setMouseInside:(BOOL)flag animate:(BOOL)animate;
animatable_view.h 17 // animate to a new height, set a new height immediately, or cancel any running
  /external/chromium/chrome/browser/ui/cocoa/infobars/
infobar_controller.h 60 // Open or animate open the infobar.
64 // Close or animate close the infobar.
  /external/chromium/chrome/browser/ui/gtk/infobars/
infobar_arrow_model.cc 44 void InfoBarArrowModel::ShowArrowFor(InfoBar* bar, bool animate) {
59 if (animate) {
  /external/chromium_org/ash/wm/overview/
window_selector_item.h 69 // If |animate| the windows are animated from their current location.
72 bool animate) = 0;
  /external/chromium_org/cc/animation/
layer_animation_controller.h 55 void Animate(double monotonic_time);
79 // property, or if there is an animation scheduled to animate this property in
  /external/chromium_org/chrome/browser/resources/chromeos/login/
header_bar.css 27 html[screen=lock] .login-header-bar-animate-fast {
31 html[screen=lock] .login-header-bar-animate-slow {
header_bar.js 228 this.classList.remove('login-header-bar-animate-slow');
229 this.classList.add('login-header-bar-animate-fast');
237 this.classList.remove('login-header-bar-animate-fast');
238 this.classList.add('login-header-bar-animate-slow');
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
browser_actions_container_view.h 66 - (void)resizeToWidth:(CGFloat)width animate:(BOOL)animate;
  /external/chromium_org/chrome/browser/ui/cocoa/find_bar/
find_bar_cocoa_controller.h 80 - (void)showFindBar:(BOOL)animate;
81 - (void)hideFindBar:(BOOL)animate;
  /external/chromium_org/chrome/browser/ui/cocoa/
gradient_button_cell.h 84 - (void)setMouseInside:(BOOL)flag animate:(BOOL)animate;
  /external/chromium_org/content/browser/android/
overscroll_glow.h 42 // |Animate()| will have no effect.
56 bool Animate(base::TimeTicks current_time);
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayTypes.cpp 20 SkAnimateBase* animate = (SkAnimateBase* ) *depPtr; local
21 animate->setChanged(true);
  /external/skia/src/animator/
SkDisplayTypes.cpp 20 SkAnimateBase* animate = (SkAnimateBase* ) *depPtr; local
21 animate->setChanged(true);
  /frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
AlignmentTest.java 50 animate(v);
96 public static void animate(View v) { method in class:AlignmentTest
  /packages/apps/Launcher3/src/com/android/launcher3/
Cling.java 259 void show(boolean animate, int duration) {
271 content.animate()
278 if (animate) {
281 animate()
296 mScrimView.animate()
318 content.animate()
330 animate()
345 mScrimView.animate()
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationListView.java 274 mSyncTriggerBar.animate()
293 mSyncTriggerBar.animate().cancel();
371 mSyncProgressBar.animate().alpha(0f)
477 // Animate text sliding down onto action bar:
479 mTextView.animate().y(0)
495 // Animate text sliding up leaving behind a blank action bar
496 mTextView.animate().y(-mTextView.getHeight())
500 animate().alpha(0f)
TwoPaneLayout.java 260 * When switching from list->conversation mode or vice versa, animate the change in X.
336 // If positioning has not yet happened, we don't need to animate panes into place.
367 mMiscellaneousView.animate().x(convX);
369 mConversationView.animate().x(convX);
373 mFoldersView.animate().x(foldersX);
376 mListCopyView.animate().x(listX).alpha(0.0f);
378 mListView.animate()
391 v.animate()
  /development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
ToonGame.java 76 mStarter.animate().setDuration(100);
102 mStarter.animate().scaleX(.8f).scaleY(.8f).setInterpolator(sDecelerator);
121 mStarter.animate().scaleX(1).scaleY(1).setInterpolator(sAccelerator);
139 mContainer.animate().scaleX(5).scaleY(5).alpha(0).setDuration(LONG_DURATION).
  /external/chromium/chrome/browser/notifications/
balloon_collection_mac.mm 39 // Use an animation context so that all the balloons animate together.
  /external/chromium_org/cc/trees/
layer_tree_host_client.h 26 virtual void Animate(double frame_begin_time) = 0;
  /external/chromium_org/chrome/browser/speech/
chrome_speech_recognition_manager_delegate_bubble_ui.h 18 // and intercepting the calls required to show, animate and hide the bubble UI.

Completed in 974 milliseconds

1 2 3 4 5 6 78 91011>>