HomeSort by relevance Sort by last modified time
    Searched defs:Animate (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/cc/animation/
scrollbar_animation_controller_linear_fade.cc 48 bool ScrollbarAnimationControllerLinearFade::Animate(base::TimeTicks now) {
layer_animation_controller.cc 133 void LayerAnimationController::Animate(double monotonic_time) {
  /external/chromium_org/cc/input/
top_controls_manager.cc 60 bool animate) {
83 if (animate) {
138 gfx::Vector2dF TopControlsManager::Animate(base::TimeTicks monotonic_time) {
  /external/chromium_org/content/browser/android/
overscroll_glow.cc 161 bool OverscrollGlow::Animate(base::TimeTicks current_time) {
  /external/chromium_org/content/renderer/gpu/
input_handler_proxy.cc 303 void InputHandlerProxy::Animate(base::TimeTicks time) {
319 "InputHandlerProxy::animate::flingOver",
render_widget_compositor.cc 325 void RenderWidgetCompositor::Animate(base::TimeTicks time) {
350 bool animate) {
353 animate);
539 void RenderWidgetCompositor::Animate(double frame_begin_time) {
540 widget_->webwidget()->animate(frame_begin_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/test/
layer_tree_test.h 54 virtual void Animate(base::TimeTicks monotonic_time) {}
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.cc 821 bool RenderWidgetHostViewAndroid::Animate(base::TimeTicks frame_time) {
824 return overscroll_effect_->Animate(frame_time);
    [all...]
  /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...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl.cc 111 // TODO(enne): This should probably happen post-animate.
121 layer_tree_host_impl_->Animate(
311 void LayerTreeHostImpl::Animate(base::TimeTicks monotonic_time,
314 input_handler_client_->Animate(monotonic_time);
    [all...]

Completed in 331 milliseconds