HomeSort by relevance Sort by last modified time
    Searched refs:thickness_change_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/animation/
scrollbar_animation_controller_thinning.cc 46 thickness_change_(NONE),
80 thickness_change_ = NONE;
100 thickness_change_ = DECREASE;
132 thickness_change_ = mouse_is_near_scrollbar_ ? INCREASE : DECREASE;
164 if (thickness_change_ == NONE)
166 float factor = thickness_change_ == INCREASE ? progress : (1.f - progress);
192 thickness_change_));
204 thickness_change_));
scrollbar_animation_controller_thinning.h 76 AnimationChange thickness_change_; member in class:cc::ScrollbarAnimationControllerThinning

Completed in 523 milliseconds