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

12 3 4 5 6 7 8 91011>>

  /external/skia/src/views/mac/
SampleAppDelegate.mm 14 [fWindow setFrame:frame display:YES animate:YES];
  /external/chromium/chrome/browser/resources/ntp4/
tile_page.css 28 /* Animate effects to/from the grabbed state, and the position when drop
29 is cancelled. I'd like to also animate movement when an app is
31 to animate. */
  /external/chromium/chrome/browser/ui/cocoa/extensions/
browser_actions_container_view_unittest.mm 36 [view_ resizeToWidth:5.0 animate:NO];
43 [view_ resizeToWidth:35.0 animate:NO];
47 [view_ resizeToWidth:20.0 animate:NO];
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
browser_actions_container_view_unittest.mm 36 [view_ resizeToWidth:5.0 animate:NO];
43 [view_ resizeToWidth:35.0 animate:NO];
47 [view_ resizeToWidth:20.0 animate:NO];
  /external/chromium/chrome/browser/ui/cocoa/infobars/
infobar_container_controller.mm 34 animate:YES];
39 animate:YES];
131 animate:NO];
182 - (void)addInfoBar:(InfoBarDelegate*)delegate animate:(BOOL)animate {
190 if (animate)
197 animate:(BOOL)animate {
202 if (animate)
212 [self closeInfoBarsForDelegate:old_delegate animate:NO]
    [all...]
  /external/chromium/chrome/browser/ui/gtk/infobars/
infobar_container_gtk.cc 149 bool animate) {
171 last_bar->ShowArrowFor(this_bar, animate);
173 UpdateToolbarInfoBarState(this_bar, animate);
178 void InfoBarContainerGtk::AddInfoBar(InfoBarDelegate* delegate, bool animate) {
185 if (animate)
190 ShowArrowForDelegate(delegate, animate);
194 bool animate) {
195 if (animate) {
211 ShowArrowForDelegate(next_delegate, animate);
215 bool animate) {
    [all...]
infobar_container_gtk.h 56 void ShowArrowForDelegate(InfoBarDelegate* delegate, bool animate);
60 void AddInfoBar(InfoBarDelegate* delegate, bool animate);
65 void RemoveInfoBar(InfoBarDelegate* delegate, bool animate);
69 void UpdateToolbarInfoBarState(InfoBar* infobar, bool animate);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarTransitions.java 51 applyModeBackground(-1, getMode(), false /*animate*/);
52 applyMode(getMode(), false /*animate*/);
75 protected void onTransition(int oldMode, int newMode, boolean animate) {
76 super.onTransition(oldMode, newMode, animate);
77 applyMode(newMode, animate);
80 private void applyMode(int mode, boolean animate) {
87 if (animate) {
  /packages/apps/Browser/src/com/android/browser/
AutologinBar.java 92 public void updateAutoLogin(Tab tab, boolean animate) {
123 showAutoLogin(animate);
125 hideAutoLogin(animate);
129 void showAutoLogin(boolean animate) {
130 mTitleBar.showAutoLogin(animate);
133 void hideAutoLogin(boolean animate) {
134 mTitleBar.hideAutoLogin(animate);
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayApply.cpp 37 SK_MEMBER_PROPERTY(animator, Animate),
456 SkAnimateBase* animate = fActive->fAnimators[index]; local
457 const SkMemberInfo* info = animate->fFieldInfo;
461 SkDisplayable* target = getTarget(animate);
510 SkDrawable* SkApply::getTarget(SkAnimateBase* animate) {
511 if (animate->fTargetIsScope == false || mode != kMode_create)
512 return animate->fTarget;
571 SkAnimateBase* animate = fActive->fAnimators[inner]; local
572 if (animate->fChanged) {
573 animate->fChanged = false
694 SkAnimateBase* animate = *animPtr; local
737 SkAnimateBase* animate = fActive->fAnimators[index]; local
781 SkAnimateBase* animate = (SkAnimateBase*) scriptValue.fOperand.fDisplayable; local
    [all...]
  /external/skia/src/animator/
SkDisplayApply.cpp 37 SK_MEMBER_PROPERTY(animator, Animate),
456 SkAnimateBase* animate = fActive->fAnimators[index]; local
457 const SkMemberInfo* info = animate->fFieldInfo;
461 SkDisplayable* target = getTarget(animate);
510 SkDrawable* SkApply::getTarget(SkAnimateBase* animate) {
511 if (animate->fTargetIsScope == false || mode != kMode_create)
512 return animate->fTarget;
571 SkAnimateBase* animate = fActive->fAnimators[inner]; local
572 if (animate->fChanged) {
573 animate->fChanged = false
694 SkAnimateBase* animate = *animPtr; local
737 SkAnimateBase* animate = fActive->fAnimators[index]; local
781 SkAnimateBase* animate = (SkAnimateBase*) scriptValue.fOperand.fDisplayable; local
    [all...]
  /external/chromium_org/cc/animation/
layer_animation_controller_unittest.cc 82 controller_impl->Animate(kInitialTickTime);
94 controller->Animate(kInitialTickTime + 0.5);
136 controller_impl->Animate(kInitialTickTime);
144 controller->Animate(kInitialTickTime + 0.5);
148 controller->Animate(kInitialTickTime + 1.0);
155 controller_impl->Animate(kInitialTickTime + 1.5);
165 controller->Animate(kInitialTickTime + 1.5);
208 controller_impl->Animate(kInitialTickTime);
210 controller->Animate(kInitialTickTime);
290 controller->Animate(kInitialTickTime)
    [all...]
  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
PictureDetailsActivity.java 78 // the thumbnail to animate it from
134 // Set starting values for properties we're going to animate. These
136 // size/location, from which we'll animate it back up
147 // Animate scale and translation to go from thumbnail to full size
148 mImageView.animate().setDuration(duration).
154 // Animate the description in after the image animation
158 mTextView.animate().setDuration(duration/2).
169 // Animate a color filter to take the image from grayscale to full color.
176 // Animate a drop-shadow of the image
194 // starting size/location that we want to start from. Just animate to th
    [all...]
  /external/chromium/chrome/browser/ui/views/infobars/
infobar.h 38 // Makes the infobar visible. If |animate| is true, the infobar is then
40 void Show(bool animate);
42 // Makes the infobar hidden. If |animate| is true, the infobar is first
45 void Hide(bool animate);
71 // out) as we animate open and closed.
81 virtual void PlatformSpecificHide(bool animate) {}
  /developers/build/prebuilts/gradle/BatchStepSensor/BatchStepSensorSample/src/main/java/com/example/android/batchstepsensor/
CardActionButton.java 52 animate().scaleX(0.98f).scaleY(0.98f).alpha(0.8f).setDuration(100).
56 animate().scaleX(1.0f).scaleY(1.f).alpha(1.0f).setDuration(50).
60 animate().scaleX(1.0f).scaleY(1.f).alpha(1.0f).setDuration(50).
  /developers/build/templates/CardStream/_MODULE_/src/template/java/_PACKAGE_/
CardActionButton.java.ftl 50 animate().scaleX(0.98f).scaleY(0.98f).alpha(0.8f).setDuration(100).
54 animate().scaleX(1.0f).scaleY(1.f).alpha(1.0f).setDuration(50).
58 animate().scaleX(1.0f).scaleY(1.f).alpha(1.0f).setDuration(50).
  /external/chromium/chrome/browser/ui/cocoa/
animatable_image.h 14 // This class helps animate an NSImage's frame and opacity. It works by creating
23 // The image to animate.
35 // The amount of time it takes to animate the image.
gradient_button_cell_unittest.mm 49 [cell setMouseInside:YES animate:NO];
52 [cell setMouseInside:NO animate:YES];
101 [cell setMouseInside:YES animate:YES];
106 [cell setMouseInside:NO animate:YES];
  /external/chromium_org/chrome/browser/ui/cocoa/
animatable_image.h 13 // This class helps animate an NSImage's frame and opacity. It works by creating
22 // The image to animate.
34 // The amount of time it takes to animate the image.
gradient_button_cell_unittest.mm 50 [cell setMouseInside:YES animate:NO];
53 [cell setMouseInside:NO animate:YES];
102 [cell setMouseInside:YES animate:YES];
107 [cell setMouseInside:NO animate:YES];
  /external/chromium_org/third_party/WebKit/ManualTests/
transitions.html 33 {className:"square", description:"instantly change into a yellow rectangle and then animate into a big yellow square over 2 seconds"},
34 {className:"green", description:"instantly change into a yellow rectangle and then animate to a green rectangle over 5 seconds"},
37 {className:"square", description:"instantly change to a yellow rectangle and then animate into a large yellow square over 2 seconds"},
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_button_cell.mm 26 - (void)setMouseInside:(BOOL)flag animate:(BOOL)animated {
  /external/chromium_org/ash/magnifier/
magnification_controller.cc 70 virtual void SetScale(float scale, bool animate) OVERRIDE;
72 virtual void MoveWindow(int x, int y, bool animate) OVERRIDE;
73 virtual void MoveWindow(const gfx::Point& point, bool animate) OVERRIDE;
78 bool animate) OVERRIDE;
80 bool animate) OVERRIDE;
100 bool Redraw(const gfx::PointF& position, float scale, bool animate);
101 bool RedrawDIP(const gfx::PointF& position, float scale, bool animate);
105 void RedrawKeepingMousePosition(float scale, bool animate);
112 bool animate);
115 bool animate);
330 animate); local
377 bool animate = false; local
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_button_cell.mm 26 - (void)setMouseInside:(BOOL)flag animate:(BOOL)animated {
  /external/chromium_org/chrome/browser/ui/cocoa/find_bar/
find_bar_bridge.mm 38 void FindBarBridge::Show(bool animate) {
39 bool really_animate = animate && !disable_animations_during_testing_;
43 void FindBarBridge::Hide(bool animate) {
44 bool really_animate = animate && !disable_animations_during_testing_;

Completed in 1409 milliseconds

12 3 4 5 6 7 8 91011>>