Searched refs:childScrollableHeight (Results 1 – 1 of 1) sorted by relevance
1157 int childScrollableHeight = 0; in interpolateOffset() local1161 childScrollableHeight += child.getHeight() + childLp.topMargin in interpolateOffset()1167 childScrollableHeight -= ViewCompat.getMinimumHeight(child); in interpolateOffset()1172 childScrollableHeight -= layout.getTopInset(); in interpolateOffset()1175 if (childScrollableHeight > 0) { in interpolateOffset()1177 final int interpolatedDiff = Math.round(childScrollableHeight * in interpolateOffset()1179 offsetForView / (float) childScrollableHeight)); in interpolateOffset()