Searched refs:SCROLL_DISTANCE (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Music/src/com/android/music/
H A DVerticalTextSpinner.java43 private static int SCROLL_DISTANCE; field in class:VerticalTextSpinner
106 SCROLL_DISTANCE = TEXT_SIZE + TEXT_SPACING;
329 if ((Math.abs(mTotalAnimatedDistance) + mDistanceOfEachAnimation) > SCROLL_DISTANCE) {
441 mNumberOfAnimations = (int) mScrollInterval / SCROLL_DISTANCE;
444 mDistanceOfEachAnimation = SCROLL_DISTANCE / mNumberOfAnimations;
447 mDistanceOfEachAnimation = SCROLL_DISTANCE / mNumberOfAnimations;
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DTextCandidates1LineViewManager.java70 private static final float SCROLL_DISTANCE = 0.9f; field in class:TextCandidates1LineViewManager
264 (int)(mViewBodyScroll.getWidth() * -SCROLL_DISTANCE), 0);
290 mViewBodyScroll.smoothScrollBy((int)(width * SCROLL_DISTANCE), 0);

Completed in 104 milliseconds