Searched defs:bottomEdge (Results 1 – 9 of 9) sorted by relevance
107 float bottomEdge = centerY + imageHeight / 2f * scale; in getEdgesHelper() local
704 int bottomEdge = ((mImageHeight - mY) >> mTileLevel); in onGetBitmap() local
701 int bottomEdge = ((mImageHeight - mY) >> mTileLevel); in onGetBitmap() local
690 int bottomEdge = ((mImageHeight - mY) >> mTileLevel); in onGetBitmap() local
1996 final int bottomEdge = displayFrame.bottom; in getMaxAvailableHeight() local
265 final int bottomEdge = getHeight() - mPaddingBottom; in getBottomFadingEdgeStrength() local
1463 final int[] bottomEdge = new int[mCountX]; field in CellLayout.ViewCluster