Searched refs:bottomEdge (Results 1 – 3 of 3) sorted by relevance
226 final int bottomEdge = getWidth() - mPaddingRight; in getBottomFadingEdgeStrength() local227 final int span = getChildAt(0).getRight() - mScrollX - bottomEdge; in getBottomFadingEdgeStrength()233 final int bottomEdge = getHeight() - mPaddingBottom; in getBottomFadingEdgeStrength() local234 final int span = getChildAt(0).getBottom() - mScrollY - bottomEdge; in getBottomFadingEdgeStrength()
446 boolean bottomEdge = (edgeFlags & EDGE_BOTTOM) > 0; in isInside()450 && (y < this.y + this.height || (bottomEdge && y >= this.y))) { in isInside()
678 int bottomEdge = ((mImageHeight - mY) >> mTileLevel) + TILE_BORDER; in onGetBitmap() local679 setSize(Math.min(BITMAP_SIZE, rightEdge), Math.min(BITMAP_SIZE, bottomEdge)); in onGetBitmap()