Searched refs:animateListToWidthAtVelocity (Results 1 – 1 of 1) sorted by relevance
1788 return animateListToWidthAtVelocity(mVelocityX, 0);1813 animator = animateListToWidthAtVelocity(VELOCITY_THRESHOLD, fullWidth); in snapToFullScreen()1880 private Animator animateListToWidthAtVelocity(float velocity, int width) { in animateListToWidthAtVelocity() method