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

<<11121314151617181920>>

  /packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
GlowPadView.java 466 // Animate handle back to the center based on current state.
488 private void hideTargets(boolean animate, boolean expanded) {
492 mAnimatingTargets = animate;
493 final int duration = animate ? HIDE_ANIMATION_DURATION : 0;
494 final int delay = animate ? HIDE_ANIMATION_DELAY : 0;
526 private void showTargets(boolean animate) {
528 mAnimatingTargets = animate;
529 final int delay = animate ? SHOW_ANIMATION_DELAY : 0;
530 final int duration = animate ? SHOW_ANIMATION_DURATION : 0;
719 * Resets the widget to default state and cancels all animation. If animate is 'true', wil
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_animation.cc 42 virtual void Animate(base::TimeTicks monotonic_time) OVERRIDE {
62 // Verifies that the SetNeedsAnimate we made in ::Animate did not
78 // Trigger a frame with SetNeedsCommit. Then, inside the resulting animate
80 // animate gets called yet-again, indicating that the proxy is correctly
93 virtual void Animate(base::TimeTicks) OVERRIDE {
131 // longer need to animate its layers.
274 // causes a commit, so we block the second visible animate in single-thread
680 virtual void Animate(base::TimeTicks) OVERRIDE {
681 // We shouldn't animate on the CompositeAndReadback-forced commit, but we
735 virtual void Animate(base::TimeTicks) OVERRIDE
    [all...]
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.css 78 /* Animate effects to/from the grabbed state, and the position when drop
79 is cancelled. I'd like to also animate movement when an app is
81 to animate.
  /external/chromium/chrome/browser/ui/cocoa/extensions/
browser_action_button.mm 211 - (void)setFrame:(NSRect)frameRect animate:(BOOL)animate {
212 if (!animate) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SearchPanelView.java 214 public void show(final boolean show, boolean animate) {
216 final LayoutTransition transitioner = animate ? createLayoutTransitioner() : null;
239 public void hide(boolean animate) {
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
LeaveBehindItem.java 166 * Animate shrinking the height of this view.
167 * @param item the conversation to animate
169 * @param undo true if an operation is being undone. We animate the item
  /development/samples/devbytes/ui/ImmersiveMode/src/main/java/com/example/android/immersive/
ImmersiveActivity.java 46 controlsView.animate()
  /development/samples/training/AnimationsDemo/res/layout/
activity_layout_changes.xml 27 This tells the framework to automatically animate child views (in this case, rows)
  /external/chromium/chrome/browser/chromeos/
setting_level_bubble.h 30 // We _do_ still animate the level moving to |percent| in case the bubble is
  /external/chromium/chrome/browser/ui/gtk/
hover_controller_gtk.cc 102 // When the user is holding a mouse button, we don't want to animate.
  /external/chromium/chrome/browser/ui/gtk/infobars/
infobar_arrow_model.h 36 void ShowArrowFor(InfoBar* bar, bool animate);
  /external/chromium/chrome/browser/ui/views/
dropdown_bar_host.cc 82 void DropdownBarHost::Show(bool animate) {
87 if (!animate || disable_animations_during_testing_) {
109 void DropdownBarHost::Hide(bool animate) {
112 if (animate && !disable_animations_during_testing_) {
find_bar_host_uitest.cc 45 // Open the Find window and wait for it to animate.
  /external/chromium/chrome/common/extensions/docs/examples/api/pageAction/set_icon/
background.html 42 // Don't animate while in "click" mode.
  /external/chromium_org/ash/wm/
window_animations.h 43 // Animate a cross-fade of |window| from its current bounds to |new_bounds|.
  /external/chromium_org/cc/animation/
scrollbar_animation_controller_linear_fade.cc 46 bool ScrollbarAnimationControllerLinearFade::Animate(base::TimeTicks now) {
scrollbar_animation_controller_thinning.h 39 virtual bool Animate(base::TimeTicks now) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
windowed_install_dialog_controller.mm 93 // Animate the window when ordered in, the same way as an NSAlert.
  /external/chromium_org/chrome/browser/ui/gtk/
hover_controller_gtk.cc 103 // When the user is holding a mouse button, we don't want to animate.
  /external/chromium_org/chrome/browser/ui/gtk/infobars/
extension_infobar_gtk.h 28 virtual void PlatformSpecificHide(bool animate) OVERRIDE;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/pageAction/set_icon/
background.js 43 // Don't animate while in "click" mode.
  /external/chromium_org/content/renderer/input/
input_handler_proxy.h 47 virtual void Animate(base::TimeTicks time) OVERRIDE;
  /external/chromium_org/content/test/
web_layer_tree_view_impl_for_testing.h 64 virtual void Animate(double frame_begin_time) OVERRIDE {}
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableRepeatable.h 39 // This class represents collections of values that animate in a repeated fashion as described by the CSS Transitions spec:
  /external/chromium_org/third_party/WebKit/Source/core/frame/animation/
AnimationController.h 56 // This is called when an accelerated animation or transition has actually started to animate.

Completed in 3232 milliseconds

<<11121314151617181920>>