Searched refs:bottomEdge (Results 1 – 5 of 5) sorted by relevance
108 float bottomEdge = centerY + imageHeight / 2f * scale; in getEdgesHelper() local113 edgesOut.bottom = bottomEdge; in getEdgesHelper()
1373 int bottomEdge = displayFrame.bottom; in getMaxAvailableHeight() local1376 bottomEdge = res.getDisplayMetrics().heightPixels; in getMaxAvailableHeight()1378 final int distanceToBottom = bottomEdge - (anchorPos[1] + anchor.getHeight()) - yOffset; in getMaxAvailableHeight()
214 final int bottomEdge = getHeight() - mPaddingBottom; in getBottomFadingEdgeStrength() local215 final int span = getChildAt(0).getBottom() - mScrollY - bottomEdge; in getBottomFadingEdgeStrength()
450 boolean bottomEdge = (edgeFlags & EDGE_BOTTOM) > 0; in isInside()454 && (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()