Home
last modified time | relevance | path

Searched refs:newSlideAmount (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DStackView.java571 final int newSlideAmount = Math.round(SLIDE_UP_RATIO * getMeasuredHeight()); in onLayout() local
572 if (mSlideAmount != newSlideAmount) { in onLayout()
573 mSlideAmount = newSlideAmount; in onLayout()
574 mSwipeThreshold = Math.round(SWIPE_THRESHOLD_RATIO * newSlideAmount); in onLayout()