HomeSort by relevance Sort by last modified time
    Searched refs:animate (Results 1 - 25 of 359) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ash/magnifier/
magnification_controller.h 35 virtual void SetScale(float scale, bool animate) = 0;
40 virtual void MoveWindow(int x, int y, bool animate) = 0;
41 virtual void MoveWindow(const gfx::Point& point, bool animate) = 0;
47 virtual void EnsureRectIsVisible(const gfx::Rect& rect, bool animate) = 0;
48 virtual void EnsurePointIsVisible(const gfx::Point& point, bool animate) = 0;
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...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarTransitions.java 49 applyModeBackground(-1, getMode(), false /*animate*/);
50 applyMode(getMode(), false /*animate*/, true /*force*/);
55 transitionTo(mRequestedMode, false /*animate*/);
59 public void transitionTo(int mode, boolean animate) {
65 super.transitionTo(mode, animate);
69 protected void onTransition(int oldMode, int newMode, boolean animate) {
70 super.onTransition(oldMode, newMode, animate);
71 applyMode(newMode, animate, false /*force*/);
74 private void applyMode(int mode, boolean animate, boolean force) {
78 setKeyButtonViewQuiescentAlpha(mView.getBackButton(), alpha, animate); local
79 setKeyButtonViewQuiescentAlpha(mView.getHomeButton(), alpha, animate); local
80 setKeyButtonViewQuiescentAlpha(mView.getRecentsButton(), alpha, animate); local
81 setKeyButtonViewQuiescentAlpha(mView.getMenuButton(), alpha, animate); local
82 setKeyButtonViewQuiescentAlpha(mView.getCameraButton(), alpha, animate); local
    [all...]
BarTransitions.java 92 public void transitionTo(int mode, boolean animate) {
96 if (DEBUG) Log.d(mTag, String.format("%s -> %s animate=%s",
97 modeToString(oldMode), modeToString(mode), animate));
99 onTransition(oldMode, mMode, animate);
110 protected void onTransition(int oldMode, int newMode, boolean animate) {
111 applyModeBackground(oldMode, newMode, animate);
114 protected void applyModeBackground(int oldMode, int newMode, boolean animate) {
115 if (DEBUG) Log.d(mTag, String.format("applyModeBackground %s animate=%s",
116 modeToString(newMode), animate));
121 if (animate && oldColor != null && !oldColor.equals(newColor))
    [all...]
  /external/chromium/chrome/browser/ui/gtk/infobars/
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);
  /external/chromium_org/third_party/skia/src/animator/
SkAnimateActive.cpp 142 SkAnimateBase* animate = fAnimators[index]; local
143 SkMSec duration = animate->dur;
151 // int entries = animate->entries();
153 // value.fOperand = animate->getValues()[entries - 1];
154 // value.fType = animate->getValuesType();
171 SkAnimateBase* animate = fAnimators[index]; local
173 int count = animate->components();
174 if (animate->formula.size() > 0) {
177 SkDEBUGCODE(bool success = ) animate->fFieldInfo->setValue(fMaker, &values, 0, 0, NULL,
178 animate->getValuesType(), animate->formula)
201 SkAnimateBase* animate = fAnimators[index]; local
237 SkAnimateBase* animate = fAnimators[index]; local
273 SkAnimateBase* animate = fAnimators[index]; local
301 SkAnimateBase* animate = fAnimators[index]; local
332 SkAnimateBase* animate = fAnimators[index]; local
343 SkAnimateBase* animate = fAnimators[index]; local
    [all...]
  /external/skia/src/animator/
SkAnimateActive.cpp 142 SkAnimateBase* animate = fAnimators[index]; local
143 SkMSec duration = animate->dur;
151 // int entries = animate->entries();
153 // value.fOperand = animate->getValues()[entries - 1];
154 // value.fType = animate->getValuesType();
171 SkAnimateBase* animate = fAnimators[index]; local
173 int count = animate->components();
174 if (animate->formula.size() > 0) {
177 SkDEBUGCODE(bool success = ) animate->fFieldInfo->setValue(fMaker, &values, 0, 0, NULL,
178 animate->getValuesType(), animate->formula)
201 SkAnimateBase* animate = fAnimators[index]; local
237 SkAnimateBase* animate = fAnimators[index]; local
273 SkAnimateBase* animate = fAnimators[index]; local
301 SkAnimateBase* animate = fAnimators[index]; local
332 SkAnimateBase* animate = fAnimators[index]; local
343 SkAnimateBase* animate = fAnimators[index]; local
    [all...]
  /packages/experimental/Bummer/src/com/android/dreams/bummer/
BummerView.java 37 boolean animate = false;
40 animate = mAnimate;
54 if (animate) {
55 animate().x(newx)
84 public void setAnimationParams(boolean animate, int delay, int animTime) {
85 mAnimate = animate;
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
BummerView.java 37 boolean animate = false;
40 animate = mAnimate;
54 if (animate) {
55 animate().x(newx)
84 public void setAnimationParams(boolean animate, int delay, int animTime) {
85 mAnimate = animate;
  /external/chromium/chrome/browser/ui/find_bar/
find_bar.h 30 // If |animate| is true, we try to slide the find bar in.
31 virtual void Show(bool animate) = 0;
33 // Hide the find bar. If |animate| is true, we try to slide the find bar
35 virtual void Hide(bool animate) = 0;
  /external/chromium_org/chrome/browser/ui/find_bar/
find_bar.h 29 // If |animate| is true, we try to slide the find bar in.
30 virtual void Show(bool animate) = 0;
32 // Hide the find bar. If |animate| is true, we try to slide the find bar
34 virtual void Hide(bool animate) = 0;
  /packages/apps/Launcher3/src/com/android/launcher3/
PageIndicatorMarker.java 66 mActiveMarker.animate().cancel();
70 mInactiveMarker.animate().cancel();
73 mActiveMarker.animate()
78 mInactiveMarker.animate()
87 mInactiveMarker.animate().cancel();
89 mActiveMarker.animate().cancel();
94 mInactiveMarker.animate().alpha(1f)
96 mActiveMarker.animate()
  /external/chromium/chrome/browser/ui/cocoa/infobars/
infobar_container_controller.h 113 - (void)addInfoBar:(InfoBarDelegate*)delegate animate:(BOOL)animate;
118 animate:(BOOL)animate;
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
infobar_container_controller.h 118 - (void)addInfoBar:(InfoBar*)infobar animate:(BOOL)animate;
123 animate:(BOOL)animate;
  /external/chromium_org/content/renderer/
render_view_impl_android.cc 27 bool animate) {
38 compositor_->UpdateTopControlsState(constraints, current, animate);
45 bool animate) {
50 compositor_->UpdateTopControlsState(constraints_cc, current_cc, animate);
  /external/chromium_org/chrome/browser/infobars/
infobar.cc 54 void InfoBar::Show(bool animate) {
55 PlatformSpecificShow(animate);
56 if (animate) {
64 void InfoBar::Hide(bool animate) {
65 PlatformSpecificHide(animate);
66 if (animate) {
infobar.h 53 // Makes the infobar visible. If |animate| is true, the infobar is then
55 void Show(bool animate);
57 // Makes the infobar hidden. If |animate| is true, the infobar is first
60 void Hide(bool animate);
89 // out) as we animate open and closed.
101 virtual void PlatformSpecificShow(bool animate) {}
102 virtual void PlatformSpecificHide(bool animate) {}
  /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_bridge.h 54 virtual void Show(bool animate);
55 virtual void Hide(bool animate);
  /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/views/
wrench_toolbar_button.cc 24 bool animate) {
25 wrench_icon_painter_->SetSeverity(severity, animate);
wrench_toolbar_button.h 17 void SetSeverity(WrenchIconPainter::Severity severity, bool animate);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAbsSpinner.java 27 public void setSelection(int position, boolean animate) {
29 animatedTransition = animate;
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
EmergencyCarrierArea.java 53 mCarrierText.animate().alpha(0);
56 mCarrierText.animate().alpha(1);
  /development/samples/devbytes/animation/PictureViewer/src/com/example/android/pictureviewer/
PictureViewer.java 57 prevImageView.animate().setDuration(1000);
58 nextImageView.animate().setDuration(1000);
76 prevImageView.animate().alpha(0).withLayer();
77 nextImageView.animate().alpha(1).withLayer().

Completed in 543 milliseconds

1 2 3 4 5 6 7 8 91011>>