/frameworks/base/core/java/com/android/internal/app/ |
PlatLogoActivity.java | 115 letter.animate().cancel(); 117 letter.animate() 129 bg.animate().alpha(1f).scaleX(1f).setStartDelay(500).start(); 130 letter.animate().alpha(0f).scaleY(0.5f).scaleX(0.5f) 139 logo.animate().alpha(1f).scaleX(1f).scaleY(1f) 145 tv.animate().alpha(1f).setDuration(1000).setStartDelay(1000).start();
|
/development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/ |
ListViewItemAnimations.java | 41 * and how to use animations to complete the swipe as well as to animate the other 141 // User let go - figure out whether to animate the view out, or back into place 153 // Greater than a quarter of the width - animate it out 158 // Not far enough - animate it back 163 // Animate position and alpha 189 view.animate().setDuration(duration). 280 // positions, and animate changes 294 // Animate new views along with the others. The catch is that they did not 323 * Animate a view between start and end X/Y locations, using either old (pre-3.0) or 331 view.animate().setDuration(MOVE_DURATION) [all...] |
/external/chromium_org/ash/wm/ |
immersive_fullscreen_controller.h | 116 // the top-of-window views will animate according to |animate_reveal|. The 158 enum Animate { 201 // Returns the animation duration given |animate|. 202 int GetAnimationDuration(Animate animate) const; 205 // hiding them when the cursor exits the area of the top views. If |animate| 207 void MaybeStartReveal(Animate animate); 215 void MaybeEndReveal(Animate animate); [all...] |
/external/chromium_org/ash/wm/caption_buttons/ |
frame_caption_button_container_view.cc | 219 void FrameCaptionButtonContainerView::SetButtonsToNormal(Animate animate) { 221 animate); 230 Animate animate) { 231 FrameCaptionButton::Animate fcb_animate = (animate == ANIMATE_YES) ?
|
frame_caption_button.cc | 38 void FrameCaptionButton::SetIcon(CaptionButtonIcon icon, Animate animate) { 42 if (animate == ANIMATE_YES) {
|
/frameworks/base/core/java/android/animation/ |
ObjectAnimator.java | 29 * animate the property. 73 * <p>If this ObjectAnimator has been set up to animate several properties together, 195 * and ending values. More than two values imply a starting value, values to animate through 203 * @param values A set of values that the animation will animate between over time. 204 * @return An ObjectAnimator object that is set up to animate between the given values. 215 * and ending values. More than two values imply a starting value, values to animate through 221 * @param values A set of values that the animation will animate between over time. 222 * @return An ObjectAnimator object that is set up to animate between the given values. 233 * and ending values. More than two values imply a starting value, values to animate through 241 * @param values A set of values that the animation will animate between over time [all...] |
/external/chromium/chrome/browser/ui/views/infobars/ |
infobar.cc | 29 void InfoBar::Show(bool animate) { 30 if (animate) { 38 void InfoBar::Hide(bool animate) { 39 PlatformSpecificHide(animate); 40 if (animate) {
|
/external/chromium_org/chrome/browser/infobars/ |
infobar_service.cc | 83 // Destroy all remaining InfoBars. It's important to not animate here so that 125 void InfoBarService::RemoveInfoBarInternal(InfoBar* infobar, bool animate) { 141 InfoBar::RemovedDetails removed_details(infobar, animate); 150 void InfoBarService::RemoveAllInfoBars(bool animate) { 152 RemoveInfoBarInternal(infobars_.back(), animate);
|
infobar_service.h | 35 // animate closed; at the end the infobar will delete itself. 89 void RemoveInfoBarInternal(InfoBar* infobar, bool animate); 90 void RemoveAllInfoBars(bool animate);
|
/external/chromium_org/chrome/browser/ui/toolbar/ |
wrench_icon_painter.cc | 59 // Only animate low severity upgrades once. 81 void WrenchIconPainter::SetSeverity(Severity severity, bool animate) { 88 if (severity_ == SEVERITY_NONE || !animate) 92 // Animate the bars left to right. 96 // Again, animate the bars left to right.
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
browser_actions_container_view.mm | 150 - (void)resizeToWidth:(CGFloat)width animate:(BOOL)animate { 157 if (animate) {
|
browser_action_button.h | 64 - (void)setFrame:(NSRect)frameRect animate:(BOOL)animate;
|
/external/chromium_org/chrome/browser/ui/cocoa/extensions/ |
browser_actions_container_view.mm | 149 - (void)resizeToWidth:(CGFloat)width animate:(BOOL)animate { 156 if (animate) {
|
browser_action_button.h | 64 - (void)setFrame:(NSRect)frameRect animate:(BOOL)animate;
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SVG/ |
SvgNestedUse.html | 69 function animate() { 71 requestAnimationFrame(animate); 79 requestAnimationFrame(animate);
|
/external/chromium_org/ui/app_list/ |
pagination_model.h | 56 // Selects a page. |animate| is true if the transition should be animated. 57 void SelectPage(int page, bool animate); 60 void SelectPageRelative(int delta, bool animate);
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
nav_dot.js | 19 * @param {bool} animate If true, animates into existence. 23 function NavDot(page, title, titleIsEditable, animate) { 26 dot.initialize(page, title, titleIsEditable, animate); 34 initialize: function(page, title, titleIsEditable, animate) { 66 if (animate) { 96 * @param {boolean=} opt_animate Whether to animate the removal or not.
|
/packages/apps/Browser/src/com/android/browser/ |
TitleBar.java | 296 public void updateAutoLogin(Tab tab, boolean animate) { 303 mAutoLogin.updateAutoLogin(tab, animate); 306 public void showAutoLogin(boolean animate) { 314 if (animate) { 320 public void hideAutoLogin(boolean animate) { 326 if (animate) {
|
/external/chromium/chrome/browser/ui/cocoa/find_bar/ |
find_bar_bridge.h | 54 virtual void Show(bool animate); 55 virtual void Hide(bool animate);
|
/external/chromium_org/cc/input/ |
top_controls_manager_unittest.cc | 139 manager->Animate(time); 169 manager->Animate(time); 195 manager->Animate(time); 221 manager->Animate(time); 251 manager->Animate(time); 281 manager->Animate(time); 344 manager->Animate(time); 365 manager->Animate(time);
|
/external/chromium_org/chrome/browser/ui/cocoa/find_bar/ |
find_bar_bridge.h | 56 virtual void Show(bool animate) OVERRIDE; 57 virtual void Hide(bool animate) OVERRIDE;
|
find_bar_cocoa_controller.mm | 50 // Sets the frame of |findBarView_|. |duration| is ignored if |animate| is NO. 52 animate:(BOOL)animate 61 - (void)moveFindBarIfNecessary:(BOOL)animate; 277 - (void)showFindBar:(BOOL)animate { 296 // Animate the view into place. 299 [self setFindBarFrame:frame animate:animate duration:kFindBarOpenDuration]; 302 - (void)hideFindBar:(BOOL)animate { 304 [self setFindBarFrame:frame animate:animate duration:kFindBarCloseDuration] [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/panels/ |
panel_stack_window_cocoa.h | 43 virtual void BeginBatchUpdatePanelBounds(bool animate) OVERRIDE; 85 // Used to animate the bounds changes at a synchronized pace.
|
/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
WebActiveGestureAnimation.h | 41 // to a target, again via a generic interface. It is assumed that animate() is called 50 bool animate(double time);
|
/frameworks/base/docs/html/training/animation/ |
index.jd | 67 Learn how to animate between horizontally adjacent screens with a sliding transition. 73 Learn how to animate between two views with a flipping motion.
|