/external/chromium_org/third_party/WebKit/PerformanceTests/Animation/ |
balls-javascript.html | 82 animate(); 86 function animate() 98 requestAnimationFrame(animate);
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGAnimatedTransformList.cpp | 39 // Only <animateTransform> uses this animator, as <animate> doesn't allow to animate transform lists directly. 146 // Spec: http://www.w3.org/TR/SVG/animate.html#complexDistances
|
/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/docs/html/guide/topics/graphics/ |
overview.jd | 21 animate properties of any object, including ones that are not rendered to the screen. The system is 22 extensible and lets you animate properties of custom types as well.</dd> 33 after another, like a roll of film. This method of animation is useful if you want to animate
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
SearchDropTargetBar.java | 180 // Animate out the QSB search bar, and animate in the drop target bar 196 // Restore the QSB search bar, and animate out the drop target bar
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
SearchDropTargetBar.java | 188 // Animate out the QSB search bar, and animate in the drop target bar 204 // Restore the QSB search bar, and animate out the drop target bar
|
LauncherClings.java | 60 private Cling initCling(int clingId, int scrimId, boolean animate, 69 cling.show(animate, SHOW_CLING_DURATION); 133 boolean animate) { 139 if (animate) { 141 ccHint.animate().alpha(1f) 148 if (animate) { 149 ccHint.animate().alpha(0f)
|
/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) {
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
AlarmClockFragment.java | 313 // Then animate in the "no alarms" icon... 316 // and animate out the alarm timeline view, expanding the width of the 383 // Then, animate to hide the "no alarms" icon... 386 // and animate to show the timeline view, reducing the width of the 488 private void hideUndoBar(boolean animate, MotionEvent event) { 495 mUndoBar.hide(animate); [all...] |
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/ |
MultiWaveView.java | 510 // Animate handle back to the center based on current state. 533 private void hideTargets(boolean animate, boolean expanded) { 537 mAnimatingTargets = animate; 538 final int duration = animate ? HIDE_ANIMATION_DURATION : 0; 539 final int delay = animate ? HIDE_ANIMATION_DELAY : 0; 568 private void showTargets(boolean animate) { 570 mAnimatingTargets = animate; 571 final int delay = animate ? SHOW_ANIMATION_DELAY : 0; 572 final int duration = animate ? SHOW_ANIMATION_DURATION : 0; 724 * Resets the widget to default state and cancels all animation. If animate is 'true', wil [all...] |
/packages/apps/Dialer/src/com/android/dialer/ |
DialtactsActivity.java | 542 private void showDialpadFragment(boolean animate) { 543 mDialpadFragment.setAdjustTranslationForAnimation(animate); 545 if (animate) { 562 public void hideDialpadFragment(boolean animate, boolean clearDialpad) { 568 mDialpadFragment.setAdjustTranslationForAnimation(animate); 570 if (animate) { 627 mSearchAndRemoveViewContainer.animate().cancel(); 630 mSearchAndRemoveViewContainer.animate().withLayer().alpha(0) 634 mFragmentsFrame.animate().withLayer() 649 mFragmentsFrame.animate().alpha(0.0f) [all...] |
/development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/ |
PlayerSetupActivity.java | 116 v.animate().setDuration(ToonGame.SHORT_DURATION). 120 v.animate().setDuration(ToonGame.SHORT_DURATION). 135 child.animate().alpha(0); 277 mContainer.animate().scaleX(1).scaleY(1).setInterpolator(new OvershootInterpolator()); 278 mContainer.animate().setDuration(ToonGame.LONG_DURATION).withEndAction(new Runnable() {
|
/external/chromium/chrome/browser/resources/touch_ntp/ |
slider.js | 271 this.selectCard(newCardIndex, /* animate */ true); 289 * @param {boolean=} opt_animate If true will animate transition from 314 * animate to that card or snap to it. 315 * @param {boolean=} opt_animate If true will animate transition from 322 // Animate to the current card, which will either transition if the
|
/external/chromium/chrome/browser/ui/views/ |
find_bar_host.cc | 90 void FindBarHost::Show(bool animate) { 91 DropdownBarHost::Show(animate); 94 void FindBarHost::Hide(bool animate) { 95 DropdownBarHost::Hide(animate); 277 // to do this before changing position, so that when we animate the closure
|
/external/chromium_org/chrome/browser/ui/cocoa/panels/ |
panel_cocoa.mm | 92 void PanelCocoa::setBoundsInternal(const gfx::Rect& bounds, bool animate) { 100 // Safely ignore calls to animate bounds before the panel is shown to 102 if (animate && !is_shown_) 106 [controller_ setPanelFrame:frame animate:animate];
|
panel_stack_window_cocoa.mm | 144 void PanelStackWindowCocoa::BeginBatchUpdatePanelBounds(bool animate) { 149 animate_bounds_updates_ = animate; 184 [panel->GetNativeWindow() setFrame:frame display:YES animate:NO]; 202 // If all the panels move and don't resize, just animate the underlying 203 // parent window. Otherwise, animate each individual panel.
|
/external/chromium_org/chrome/browser/ui/views/ |
find_bar_host.cc | 92 void FindBarHost::Show(bool animate) { 93 DropdownBarHost::Show(animate); 96 void FindBarHost::Hide(bool animate) { 97 DropdownBarHost::Hide(animate); 316 // to do this before changing position, so that when we animate the closure
|
/external/chromium/chrome/browser/ui/cocoa/ |
browser_window_controller.h | 204 - (void)updateBookmarkBarVisibilityWithAnimation:(BOOL)animate; 348 // owner are ignored. If |animate:| is YES, then an animation may be performed, 349 // possibly after a small delay if |delay:| is YES. If |animate:| is NO, 351 // precedence with the rule that |animate:NO| has precedence over |animate:YES|, 355 withAnimation:(BOOL)animate 358 withAnimation:(BOOL)animate
|
fullscreen_controller.mm | 112 withAnimation:(BOOL)animate; 270 - (void)ensureOverlayShownWithAnimation:(BOOL)animate delay:(BOOL)delay { 274 if (animate) { 288 - (void)ensureOverlayHiddenWithAnimation:(BOOL)animate delay:(BOOL)delay { 292 if (animate) { 416 withAnimation:(BOOL)animate { 418 if (!animate) {
|
/external/chromium/chrome/browser/ui/gtk/ |
browser_window_gtk.h | 181 // |animate| controls whether we animate to the new state set by |bar|. 182 void SetInfoBarShowing(InfoBar* bar, bool animate); 250 // until the fade is canceled. If |animate| is true the fade should animate. 251 void FadeForInstant(bool animate); 257 void MaybeShowBookmarkBar(bool animate);
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
presentation_mode_controller.mm | 115 withAnimation:(BOOL)animate; 287 - (void)ensureOverlayShownWithAnimation:(BOOL)animate delay:(BOOL)delay { 294 if (animate) { 308 - (void)ensureOverlayHiddenWithAnimation:(BOOL)animate delay:(BOOL)delay { 312 if (animate) { 437 withAnimation:(BOOL)animate { 439 if (!animate) {
|
/frameworks/base/docs/html/training/animation/ |
cardflip.jd | 21 <a href="#animate">Animate the Card Flip</a> 38 Card flips animate between views of content by showing an animation that emulates 86 <h2 id="animate"> 203 use the two layouts in the fragments that you'll later animate. The following layouts 282 <h2 id="animate"> 283 Animate the Card Flip
|
zoom.jd | 19 <a href="#animate">Zoom the View</a> 36 galleries to animate a view from a thumbnail to a full-size image that fills the screen. 160 <h2 id="animate"> 164 You'll now need to animate from the normal sized view to the zoomed view 165 when appropriate. In general, you need to animate from the bounds of the normal-sized view to the 178 <li>Animate each of the four positioning and sizing properties <code>{@link 294 // Animate the four positioning/sizing properties in parallel,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
DessertCaseView.java | 320 v.animate().withLayer().scaleX(s).scaleY(s).alpha(1f).setDuration(animationLen); 325 public void place(View v, boolean animate) { 326 place(v, new Point(irand(0, mColumns), irand(0, mRows)), animate); 345 public synchronized void place(View v, Point pt, boolean animate) { 390 if (animate) { 391 squatter.animate().withLayer() 417 if (animate) {
|
/packages/apps/Browser/src/com/android/browser/ |
PhoneUi.java | 239 mTitleBar.animate().translationY(mActionBarHeight); 245 mTitleBar.animate().translationY(0); 260 public void showWeb(boolean animate) { 261 super.showWeb(animate); 262 hideNavScreen(mUiController.getTabControl().getCurrentPosition(), animate); local 346 void hideNavScreen(int position, boolean animate) { 350 if ((tab == null) || !animate) {
|