Searched refs:distToRealY (Results 1 – 1 of 1) sorted by relevance
982 final float distToRealY = newTranslation - viewState.getYTranslation(); in clampHunToTop() local983 viewState.height = (int) Math.max(viewState.height - distToRealY, collapsedHeight); in clampHunToTop()