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

  /packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java 45 private static int SCROLL_DISTANCE;
110 SCROLL_DISTANCE = TEXT_SIZE + TEXT_SPACING;
347 if ((Math.abs(mTotalAnimatedDistance) + mDistanceOfEachAnimation) > SCROLL_DISTANCE) {
459 mNumberOfAnimations = (int) mScrollInterval / SCROLL_DISTANCE;
462 mDistanceOfEachAnimation = SCROLL_DISTANCE / mNumberOfAnimations;
465 mDistanceOfEachAnimation = SCROLL_DISTANCE / mNumberOfAnimations;
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidates1LineViewManager.java 70 private static final float SCROLL_DISTANCE = 0.9f;
264 (int)(mViewBodyScroll.getWidth() * -SCROLL_DISTANCE), 0);
290 mViewBodyScroll.smoothScrollBy((int)(width * SCROLL_DISTANCE), 0);
  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/
RecyclerViewActivity.java 89 private static final int SCROLL_DISTANCE = 80; // dp
104 mScrollDistance = (int) (SCROLL_DISTANCE * dm.density + 0.5f);
AnimatedRecyclerView.java 41 private static final int SCROLL_DISTANCE = 80; // dp
199 mScrollDistance = (int) (SCROLL_DISTANCE * dm.density + 0.5f);

Completed in 104 milliseconds