Searched refs:SCROLL_DISTANCE (Results 1 – 2 of 2) sorted by relevance
45 private static int SCROLL_DISTANCE; field in VerticalTextSpinner110 SCROLL_DISTANCE = TEXT_SIZE + TEXT_SPACING; in VerticalTextSpinner()347 if ((Math.abs(mTotalAnimatedDistance) + mDistanceOfEachAnimation) > SCROLL_DISTANCE) { in onDraw()459 mNumberOfAnimations = (int) mScrollInterval / SCROLL_DISTANCE; in calculateAnimationValues()462 mDistanceOfEachAnimation = SCROLL_DISTANCE / mNumberOfAnimations; in calculateAnimationValues()465 mDistanceOfEachAnimation = SCROLL_DISTANCE / mNumberOfAnimations; in calculateAnimationValues()
70 private static final float SCROLL_DISTANCE = 0.9f; field in TextCandidates1LineViewManager264 (int)(mViewBodyScroll.getWidth() * -SCROLL_DISTANCE), 0); in initView()290 mViewBodyScroll.smoothScrollBy((int)(width * SCROLL_DISTANCE), 0); in initView()