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

1 2

  /external/chromium_org/third_party/skia/src/animator/
SkAnimate.h 19 DECLARE_MEMBER_INFO(Animate);
  /external/skia/src/animator/
SkAnimate.h 19 DECLARE_MEMBER_INFO(Animate);
  /external/chromium_org/cc/animation/
scrollbar_animation_controller_linear_fade_unittest.cc 43 scrollbar_controller_->Animate(base::TimeTicks());
56 scrollbar_controller_->Animate(time);
65 scrollbar_controller_->Animate(time);
69 scrollbar_controller_->Animate(time);
73 scrollbar_controller_->Animate(time);
77 scrollbar_controller_->Animate(time);
86 scrollbar_controller_->Animate(time);
90 scrollbar_controller_->Animate(time);
94 scrollbar_controller_->Animate(time);
98 scrollbar_controller_->Animate(time)
    [all...]
scrollbar_animation_controller.h 25 virtual bool Animate(base::TimeTicks now) = 0;
layer_animation_controller_unittest.cc 77 controller_impl->Animate(1.0);
89 controller->Animate(1.5);
121 controller_impl->Animate(0.0);
123 controller->Animate(0.0);
212 controller->Animate(0.0);
216 controller_impl->Animate(0.5);
224 controller->Animate(1.0);
228 controller_impl->Animate(2.0);
241 controller->Animate(3.0);
277 controller->Animate(0.0)
    [all...]
scrollbar_animation_controller_linear_fade.h 30 virtual bool Animate(base::TimeTicks now) OVERRIDE;
scrollbar_animation_controller_linear_fade.cc 48 bool ScrollbarAnimationControllerLinearFade::Animate(base::TimeTicks now) {
layer_animation_controller.h 52 void Animate(double monotonic_time);
76 // property, or if there is an animation scheduled to animate this property in
  /external/chromium_org/cc/trees/
layer_tree_host_client.h 26 virtual void Animate(double frame_begin_time) = 0;
layer_tree_host_unittest_animation.cc 41 virtual void Animate(base::TimeTicks monotonic_time) OVERRIDE {
61 // Verifies that the SetNeedsAnimate we made in ::Animate did not
77 // Trigger a frame with SetNeedsCommit. Then, inside the resulting animate
79 // animate gets called yet-again, indicating that the proxy is correctly
92 virtual void Animate(base::TimeTicks) OVERRIDE {
131 // longer need to animate its layers.
268 // causes a commit, so we block the second visible animate in single-thread
532 virtual void Animate(base::TimeTicks) OVERRIDE {
533 // We shouldn't animate on the CompositeAndReadback-forced commit, but we
587 virtual void Animate(base::TimeTicks) OVERRIDE
    [all...]
  /external/chromium_org/cc/test/
fake_layer_tree_host_client.h 29 virtual void Animate(double frame_begin_time) OVERRIDE {}
layer_tree_test.cc 240 virtual void Animate(double monotonic_time) OVERRIDE {
241 test_hooks_->Animate(base::TimeTicks::FromInternalValue(
layer_tree_test.h 54 virtual void Animate(base::TimeTicks monotonic_time) {}
  /external/chromium_org/chrome/browser/ui/views/frame/
immersive_mode_controller_ash.h 125 enum Animate {
187 // Returns the animation duration given |animate|.
188 int GetAnimationDuration(Animate animate) const;
191 // hiding them when the cursor exits the area of the top views. If |animate|
193 void MaybeStartReveal(Animate animate);
207 void MaybeEndReveal(Animate animate);
  /external/chromium_org/cc/input/
top_controls_manager_unittest.cc 138 manager->Animate(time);
168 manager->Animate(time);
194 manager->Animate(time);
220 manager->Animate(time);
250 manager->Animate(time);
280 manager->Animate(time);
input_handler.h 37 virtual void Animate(base::TimeTicks time) = 0;
123 // Request another callback to InputHandlerClient::Animate().
top_controls_manager.h 53 bool animate);
59 gfx::Vector2dF Animate(base::TimeTicks monotonic_time);
top_controls_manager.cc 60 bool animate) {
83 if (animate) {
138 gfx::Vector2dF TopControlsManager::Animate(base::TimeTicks monotonic_time) {
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.h 41 void Animate(base::TimeTicks time);
48 bool animate);
96 virtual void Animate(double frame_begin_time) OVERRIDE;
input_handler_proxy.h 47 virtual void Animate(base::TimeTicks time) OVERRIDE;
input_handler_proxy_unittest.cc 469 // The first animate call should let us pick up an animation start time, but
478 input_handler_->Animate(time);
492 input_handler_->Animate(time);
510 // Animate() call after the GestureFlingStart
529 input_handler_->Animate(time);
541 input_handler_->Animate(time);
584 input_handler_->Animate(time);
598 input_handler_->Animate(time);
617 // Animate() call after the GestureFlingStart
636 input_handler_->Animate(time)
    [all...]
  /external/chromium_org/content/browser/android/
overscroll_glow.h 41 // OnOverscrolled or Animate will have no effect.
56 bool Animate(base::TimeTicks current_time);
  /external/chromium_org/webkit/support/
web_layer_tree_view_impl_for_testing.h 62 virtual void Animate(double frame_begin_time) OVERRIDE {}
  /external/chromium_org/content/browser/renderer_host/
compositor_impl_android.h 76 virtual void Animate(double frame_begin_time) OVERRIDE {}
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 200 * Animate the pattern (for demo, and help).
202 Animate,
362 if (displayMode == DisplayMode.Animate) {
365 + "animate if you want to set the display mode to animate");
805 if (mPatternDisplayMode == DisplayMode.Animate) {
921 if ((mPatternInProgress || mPatternDisplayMode == DisplayMode.Animate)
    [all...]

Completed in 468 milliseconds

1 2