Searched refs:bottomEdge (Results 1 – 3 of 3) sorted by relevance
107 float bottomEdge = centerY + imageHeight / 2f * scale; in getEdgesHelper() local112 edgesOut.bottom = bottomEdge; in getEdgesHelper()
1997 final int bottomEdge = displayFrame.bottom; in getMaxAvailableHeight() local2001 distanceToBottom = bottomEdge - anchorPos[1] - yOffset; in getMaxAvailableHeight()2003 distanceToBottom = bottomEdge - (anchorPos[1] + anchor.getHeight()) - yOffset; in getMaxAvailableHeight()
258 final int bottomEdge = getHeight() - mPaddingBottom; in getBottomFadingEdgeStrength() local259 final int span = getChildAt(0).getBottom() - mScrollY - bottomEdge; in getBottomFadingEdgeStrength()