Searched refs:newSlideAmount (Results 1 – 1 of 1) sorted by relevance
571 final int newSlideAmount = Math.round(SLIDE_UP_RATIO * getMeasuredHeight()); in onLayout() local572 if (mSlideAmount != newSlideAmount) { in onLayout()573 mSlideAmount = newSlideAmount; in onLayout()574 mSwipeThreshold = Math.round(SWIPE_THRESHOLD_RATIO * newSlideAmount); in onLayout()