Searched refs:bottomEdge (Results 1 – 5 of 5) sorted by relevance
107 float bottomEdge = centerY + imageHeight / 2f * scale; in getEdgesHelper() local112 edgesOut.bottom = bottomEdge; in getEdgesHelper()
472 boolean bottomEdge = (edgeFlags & EDGE_BOTTOM) > 0; in isInside()476 && (y < this.y + this.height || (bottomEdge && y >= this.y))) { in isInside()
704 int bottomEdge = ((mImageHeight - mY) >> mTileLevel); in onGetBitmap() local705 setSize(Math.min(mTileSize, rightEdge), Math.min(mTileSize, bottomEdge)); in onGetBitmap()
1996 final int bottomEdge = displayFrame.bottom; in getMaxAvailableHeight() local2000 distanceToBottom = bottomEdge - anchorPos[1] - yOffset; in getMaxAvailableHeight()2002 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()