/external/chromium_org/third_party/WebKit/ManualTests/ |
transition-delay.html | 46 <p>Click to animate</p>
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
ElementAnimation.idl | 32 [RuntimeEnabled=WebAnimationsAPI] void animate(sequence<Dictionary> keyframes, optional double duration);
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGSetElement.cpp | 42 // See: http://www.w3.org/TR/SVG/single-page.html#animate-SetElement
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
PanelBar.java | 188 public void collapseAllPanels(boolean animate) { 191 if (animate && !pv.isFullyCollapsed()) { 200 if (DEBUG) LOG("collapseAllPanels: animate=%s waiting=%s", animate, waiting);
|
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/ |
OverlayTest.java | 44 fadingButton.animate().alpha(0).setDuration(1000).withEndAction(new Runnable() {
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
ButtonSwitcher.java | 77 // We have been asked to animate before we were ready, so we took a note of it. 129 // Transition between two buttons : animate out, then in 161 return button.animate().translationX(0); 164 return button.animate().translationX(outerX - innerX);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
anim1-expected-completion56.txt | 14 android:detachWallpaper : Special option for window animations: if this window is on top of a wallpaper, don't animate the wallpaper with it. [boolean]
|
/external/chromium_org/content/renderer/input/ |
input_handler_proxy_unittest.cc | 473 // The first animate call should let us pick up an animation start time, but 482 input_handler_->Animate(time); 496 input_handler_->Animate(time); 514 // Animate() call after the GestureFlingStart 533 input_handler_->Animate(time); 545 input_handler_->Animate(time); 588 input_handler_->Animate(time); 602 input_handler_->Animate(time); 621 // Animate() call after the GestureFlingStart 640 input_handler_->Animate(time) [all...] |
/frameworks/base/core/java/android/widget/ |
AbsSpinner.java | 268 public void setSelection(int position, boolean animate) { 269 // Animate only if requested position is already on screen somewhere 270 boolean shouldAnimate = animate && mFirstPosition <= position && 287 * @param animate Should the transition be animated 290 void setSelectionInt(int position, boolean animate) { 295 layout(delta, animate); 300 abstract void layout(int delta, boolean animate);
|
AdapterViewAnimator.java | 264 void transformViewForTransition(int fromIndex, int toIndex, View view, boolean animate) { 296 private void setDisplayedChild(int whichChild, boolean animate) { 307 showOnly(mWhichChild, animate); 452 * @param animate Whether or not to use the in and out animations, defaults 455 void showOnly(int childIndex, boolean animate) { 509 transformViewForTransition(oldRelativeIndex, -1, previousView, animate); 529 // the transform for it's new relative position in the window, and animate 537 transformViewForTransition(oldRelativeIndex, newRelativeIndex, view, animate); 558 transformViewForTransition(-1, newRelativeIndex, fl, animate); 856 * Returns the current animation used to animate a View that enters the screen [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
AbsSpinnerICS.java | 252 public void setSelection(int position, boolean animate) { 253 // Animate only if requested position is already on screen somewhere 254 boolean shouldAnimate = animate && mFirstPosition <= position && 271 * @param animate Should the transition be animated 274 void setSelectionInt(int position, boolean animate) { 279 layout(delta, animate); 284 abstract void layout(int delta, boolean animate);
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
ModuleSwitcher.java | 293 public void setOrientation(int degree, boolean animate) { 294 super.setOrientation(degree, animate); 301 iv.setOrientation(degree, animate); 359 mPopup.animate() 366 animate().alpha(1f).setDuration(SWITCHER_POPUP_ANIM_DURATION) 389 mPopup.animate() 396 animate().alpha(0f).setDuration(SWITCHER_POPUP_ANIM_DURATION)
|
/packages/apps/InCallUI/src/com/android/incallui/ |
AnimationUtils.java | 72 view.animate().cancel(); 79 view.animate().setDuration(ANIMATION_DURATION); 80 view.animate().alpha(1); 112 view.animate().cancel(); 113 view.animate().setDuration(ANIMATION_DURATION); 114 view.animate().alpha(0f).setListener(new AnimatorListenerAdapter() { 119 view.animate().setListener(null);
|
/packages/apps/Contacts/src/com/android/contacts/detail/ |
ContactDetailTabCarousel.java | 259 // animate in completely by scrolling. no need for zooming here 274 // We can't animate ourselves here, because our own translation is needed for the user's 278 final ViewPropertyAnimator animator = mTabAndShadowContainer.animate(); 298 // For x, we need to scale our container so we'll animate the whole tab 304 final ViewPropertyAnimator aboutAnimator = mAboutTab.animate(); 311 final ViewPropertyAnimator photoAnimator = mPhotoView.animate(); 317 // Animate in the labels after the above transition is finished 325 final ViewPropertyAnimator translateAnimator = view.animate(); 334 mShadow.animate().setStartDelay(TRANSITION_TIME).alpha(1.0f);
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
PinnedHeaderListView.java | 262 * @param animate true if the transition to the new coordinate should be animated 264 public void setHeaderPinnedAtTop(int viewIndex, int y, boolean animate) { 271 // TODO perhaps we should animate at the top as well 280 * @param animate true if the transition to the new coordinate should be animated 282 public void setHeaderPinnedAtBottom(int viewIndex, int y, boolean animate) { 290 } else if (animate && (header.y != y || !header.visible)) { 342 * @param animate true if the transition to the new coordinate should be animated 344 public void setHeaderInvisible(int viewIndex, boolean animate) { 346 if (header.visible && (animate || header.animating) && header.state == BOTTOM) {
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
PhotoTable.java | 254 mSelection.animate().cancel(); 615 mBackground.animate() 624 mScrim.animate() 636 mBackground.animate() 649 mScrim.animate() 675 photo.animate().cancel(); 676 photo.animate() 725 photo.animate() 740 photo.animate().cancel(); 747 /** Wind up off screen, so we can animate in. * [all...] |
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
throbber_view.mm | 16 - (void)animate; 202 // Calls animate on each ThrobberView in the throbbers_ set. 269 // The call to [throbber animate] may result in the ThrobberView calling 273 // and incremented before calling [throbber animate]. 279 [throbber animate]; 358 - (void)animate {
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
throbber_view.mm | 17 - (void)animate; 203 // Calls animate on each ThrobberView in the throbbers_ set. 270 // The call to [throbber animate] may result in the ThrobberView calling 274 // and incremented before calling [throbber animate]. 280 [throbber animate]; 359 - (void)animate {
|
/developers/build/prebuilts/gradle/BatchStepSensor/BatchStepSensorSample/src/main/java/com/example/android/batchstepsensor/ |
DefaultCardStreamAnimator.java | 86 // Animate position and alpha of swiped item 116 // Animate position and alpha of swiped item
|
/developers/build/templates/CardStream/_MODULE_/src/template/java/_PACKAGE_/ |
DefaultCardStreamAnimator.java.ftl | 84 // Animate position and alpha of swiped item 114 // Animate position and alpha of swiped item
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
KubeRenderer.java | 31 void animate(); method in interface:KubeRenderer.AnimationCallback 41 mCallback.animate();
|
/development/samples/devbytes/animation/LayoutTransChanging/src/com/example/android/layouttranschanging/ |
LayoutTransChanging.java | 30 * This example shows how to use LayoutTransition to animate simple changes in a layout 81 // (not just add/remove/visibility changes) and animate these changes as well.
|
/development/samples/devbytes/animation/ListViewAnimations/src/com/example/android/listviewanimations/ |
ListViewAnimations.java | 66 view.animate().setDuration(1000).alpha(0). 76 // Here's where the problem starts - this animation will animate a View object.
|
/development/samples/devbytes/animation/MultiPropertyAnimations/src/com/example/android/multipropertyanimations/ |
MultiPropertyAnimations.java | 48 * A very manual approach to animation uses a ValueAnimator to animate a fractional 71 view.animate().translationX(TX_END).translationY(TY_END);
|
/development/samples/devbytes/animation/SquashAndStretch/src/com/example/squashandstretch/ |
SquashAndStretch.java | 81 // Animate the button down, accelerating, while also stretching in Y and squashing in X 101 // Animate back to the start
|