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